2013-03-05, 02:02 AM
Pages: 1 2
2013-03-05, 02:02 AM
2013-03-05, 06:14 AM
Go to your themes templates -> Navigation templates -> & open the templates containing '_sep' at last & modify the slash from there to '»' (without quotes) and it will work 

2013-03-05, 10:34 AM
2013-03-05, 01:38 PM
Go to your cPanel/Filemanager -> inc -> Right-Click on class_parser.php & click EDIT -> In the new EDIT window find:
& replace with:
& then find:
& replace with:
return "<blockquote><cite>{$span}".htmlspecialchars_uni($username)." $lang->wrote{$linkback}</cite>{$message}</blockquote>\n";
& replace with:
return "Quote:\n<blockquote>{$span}Originally Posted By ".htmlspecialchars_uni($username).": \n{$message}</blockquote>\n";
& then find:
return "<div class=\"codeblock\">\n<div class=\"title\">".$lang->code."\n</div><div class=\"body\" dir=\"ltr\"><code>".$code."</code></div></div>\n";
& replace with:
return "Code:\n<div class=\"codeblock\">\n".$lang->code."\n</div><div class=\"body\" dir=\"ltr\"><code>".$code."</code></div>\n";
2013-03-05, 02:28 PM
i changed and seems that there are problems 
![[Image: 05032013151907.png]](https://camo.mybb.com/2582a28d7270e5efa1b063ebde0145ac99f9d227/687474703a2f2f696d67362e696d616765736861636b2e75732f696d67362f363136372f30353033323031333135313930372e706e67)
this is how i would like to see the code:
http://www.mersenneforum.org/showpost.ph...ostcount=3
and this is how i would like to see the quote:
http://www.mersenneforum.org/showpost.ph...ostcount=5

this is how i would like to see the code:
http://www.mersenneforum.org/showpost.ph...ostcount=3
and this is how i would like to see the quote:
http://www.mersenneforum.org/showpost.ph...ostcount=5
2013-03-05, 02:52 PM
hmm.. I thought you could do the rest yourself 
Find:
& replace with:
& then find:
& replace with:
Does that work?

Find:
return "Quote:\n<blockquote>{$span}Originally Posted By ".htmlspecialchars_uni($username).": \n{$message}</blockquote>\n";
& replace with:
return "Quote:\n<blockquote>Originally Posted By<b> ".htmlspecialchars_uni($username)."</b> »<span style="float:right">{$span}</span> \n<i>{$message}</i></blockquote>\n";
& then find:
return "Code:\n<div class=\"codeblock\">\n".$lang->code."\n</div><div class=\"body\" dir=\"ltr\"><code>".$code."</code></div>\n";
& replace with:
return "Code:\n<div class=\"codeblock\">\n<div class=\"body\" dir=\"ltr\"><code>".$code."</code></div></div>\n";
Does that work?
2013-03-05, 03:04 PM
now im getting 404 Not Found from the webhost :|
ill reply when is back
ill reply when is back
2013-03-05, 03:10 PM
Okay dude, no problem 

2013-03-05, 04:58 PM
i getting this error :
Parse error: syntax error, unexpected T_STRING in /home/name_edited/public_html/inc/class_parser.php on line 727
edit: the error is from the quote code, i swiched the quote code to default, the code code is fine now:
![[Image: 05032013180405v.png]](https://camo.mybb.com/d39c7dd5af9b4c1287d67b2417aaeea3c04d262c/687474703a2f2f696d6738392e696d616765736861636b2e75732f696d6738392f313739362f3035303332303133313830343035762e706e67)
how can we change the size of the framework of the code region?
![[Image: 05032013184030.png]](https://camo.mybb.com/9f22dc39b34bcbbe89ceeb1e4d7d95ac70647d16/687474703a2f2f696d673639342e696d616765736861636b2e75732f696d673639342f393936332f30353033323031333138343033302e706e67)
to be like here:
![[Image: 05032013185406.png]](https://camo.mybb.com/e26d1e16f3acb925317a1823053ef4233df2fe73/687474703a2f2f696d673130392e696d616765736861636b2e75732f696d673130392f333034372f30353033323031333138353430362e706e67)
Parse error: syntax error, unexpected T_STRING in /home/name_edited/public_html/inc/class_parser.php on line 727
edit: the error is from the quote code, i swiched the quote code to default, the code code is fine now:
how can we change the size of the framework of the code region?
to be like here:
2013-03-07, 06:04 AM
Oh I am sorry 
The QUOTE must be replaced with:
Then go to global.css and add:
For making the CODEBLOCK small, go to global.css and add:
Enter XXXpx for width in pixel [XXX=any number] or if you want in percent, then enter XXX%.

The QUOTE must be replaced with:
return "Quote:\n<blockquote>Originally Posted By<b> ".htmlspecialchars_uni($username)."</b> ยป<span class=\"right\">{$span}</span> \n<i>{$message}</i></blockquote>\n";
Then go to global.css and add:
.right { float:right; }
For making the CODEBLOCK small, go to global.css and add:
.codeblock {
max-width: XXXpx;
}
Enter XXXpx for width in pixel [XXX=any number] or if you want in percent, then enter XXX%.
Pages: 1 2