Kingsley |
|
---|---|
doesnt work on the cotonti site. thought you wanted to know.. Added 1 days later:
speaking about quotes, bb code style.. I dont get it.
example: http://www.fap-clan.com/index.php?e=forums&m=posts&q=108 and then the 5th post. If I try to use $1 and $2 in the second quote bb code, I dont get the seperation between the one quoted and the quoted text, if i try to change the first quote bb code entry, than nothing changes.. -_- *snifs*
what I did so far:
<div style="border: 1px solid #333; border-radius:3px; background-image:url('themes/fap/img/opacity55.png');"> <div style="border-bottom: 1px solid #333; height: 25px; background-image:url('themes/fap/img/quote.png'); background-repeat:no-repeat; text-indent: 40px;"><strong>$1:</strong> </div> <div>$2 </div> </div>
Also, when u look at post 7 in you see that it changes other things too :( |
|
Bu gönderi Kingsley tarafından düzenlendi (2012-09-10 18:33, 12 yıllar önce) |
Twiebie |
|
---|---|
Not exactly sure if this is what you're looking for, but try something like this in your themename.php file: $theme_reload['R']['forums_code_quote'] = "[quote={\$postername}, on {\$date}]\n{\$text}\n[/quote]"; |
Kingsley |
|
---|---|
added that part to the php file but it didnt change much twieb.. Strange thing is that it works perfectly in pages: http://www.fap-clan.com/index.php?e=page&c=dlc&al=test-page |
Twiebie |
|
---|---|
Mind you, the change won't be visible on older quotes. Create a new quote and see what it does. |
Kingsley |
|
---|---|
:D thanks again twiebster: fixed |