Forums / Cotonti / Support / Quote in PM

Kingsley
#1 2012-09-09 17:31

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.
Been trying to make it look more cool on the forums, but I found that I have two entries in the bb code section, and they slightly differ from eachother.

wanted to make a seperation between the one quoted and the quoted text, but I only get halfway there.

 

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*
I know it's prolly me, but can some one point me to what I am doing wrong? thank you..

 

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 :(


Dit bericht is bewerkt door Kingsley (2012-09-10 18:33, 12 jaren ago)
Twiebie
#2 2012-09-10 18:53

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
#3 2012-09-10 20:46

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
#4 2012-09-10 20:59

Mind you, the change won't be visible on older quotes.

Create a new quote and see what it does.

Kingsley
#5 2012-09-10 21:27

:D thanks again twiebster: fixed