goblooge
Forum Replies Created
-
i got same isue, i use correct facebook and google plus id, but nothing happens.
hi everyone i got problem here, how i got the dropdown menu ? i’m stuck there ???
i used wordpress menu but not luck, use portofolio and nothing show up in my navigation menu (only home)…
thank in advance
Forum: Plugins
In reply to: [WP SyntaxHighlighter] [Plugin: WP SyntaxHighlighter] brokeni use “SyntaxHighlighterPro” because i think “WP SyntaxHighlighter” can’t work. but after instal “SyntaxHighlighterPro” , it doesn’t work too. i try to checkout my server and the problem is my server cache for post request too few, so the setting of both of them that i had made can’t save. i know that because in my dashboard always show up a message to configure in “WP SyntaxHighlighter” contol panel.
so i trying to install “WP SyntaxHighlighter” to my Localhost WordPress, and export the setting as SQL file, then imported it to my server and everything work fine.
Thank’s Again, now i uninstall “SyntaxHighlighterPro” and use “WP SyntaxHighlighter” because it include TinyMCE Button in Post editor ??
once again, i say Thank You in Advance and Sorry about my bad English
Forum: Plugins
In reply to: [WP SyntaxHighlighter] [Plugin: WP SyntaxHighlighter] brokenoooh, i forgot something, here the displayed source code
Forum: Plugins
In reply to: [WP SyntaxHighlighter] [Plugin: WP SyntaxHighlighter] brokenhere my source code, it’s displayed as plain text as you see here , BTW thanks for helping and sorry about my bad english, that not my mom language. ??
public static String urlEncode(String asli) {
StringBuffer url = new StringBuffer();
for(int i=0; i<asli.length(); i++) {
char ch=asli.charAt(i);
switch(ch) {
case ‘<‘: url.append(“%3C”); break;
case ‘>’: url.append(“%3E”); break;
case ‘/’: url.append(“%2F”); break;
case ‘ ‘: url.append(“%20”); break;
case ‘:’: url.append(“%3A”); break;
case ‘-‘: url.append(“%2D”); break;
default: url.append(ch); break;
}
}
return url.toString();
}Forum: Plugins
In reply to: [WP SyntaxHighlighter] [Plugin: WP SyntaxHighlighter] brokeni got new problem, i install wp-syntax-highlighter in Multisite website. instalation and setup the plugins work fine but i can’t use it, i write java source code in my post using syntaxhighlighter toolbox, it save correctly but in when i view the post not displayed correctly (the source code displayed but only as usual text, not source code/eclipse style)
Forum: Plugins
In reply to: [WP SyntaxHighlighter] [Plugin: WP SyntaxHighlighter] brokeni use firefox 8.0.
i trying the first option and it’s work now, i don’t know why ? but thank you for your help, it’s really help me. ??