PDA

View Full Version : Condition for the postbit or the postbit_lagacy


jolinary
08-05-2010, 04:06 PM
Hello, I research a condition that would allow me to post a contents according to if the postbit is used or the postbit_legacy, thank you for advances.

Agathadaimon
08-08-2010, 03:26 PM
Admin CP> vBulletin Options> User Reput Settings> User Reput System Active> Yes

Postbit rep points and also to show the degree

AdminCP / Styles and themes / templates search / postbit_legacy

Find;


<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>

Edit;


<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</div></if>
<div>Rep Points: $post[reputation]</div>
<div>Rep Level : $post[reputationdisplay]</div></if>
__________________

jolinary
08-09-2010, 03:40 PM
Good evening, thank you, but this is not what I research, I research a condition that would allow me to do apparaitre a different contents according to if the member uses the postbit or the postbit_legacy.

Lynne
08-09-2010, 04:14 PM
Can't you just modify the template?

jolinary
08-10-2010, 09:50 PM
I want to place a picture that will be different in the template showthread, according to if the member uses the postbit or the postbit_legacy, only a condition not very done that I think.

Thanks.

Lynne
08-11-2010, 01:07 AM
And how is it determined which template the user is using? It is a styleid? Is it a mod you installed that allows them to choose? (It is not a default option that allows them to choose.) Use the styleid or the modification setting to determine this.

jolinary
08-12-2010, 07:38 PM
Good evening, it is a modification that allows the member to select the one of the two presentations.

here: http://www.vbulletin-ressources.com/forum/showthread.php?t=21363

Thanks

Lynne
08-12-2010, 10:46 PM
Sorry I'm not familiar with that mod, nor do I read french. I'd suggest asking them what the setting is that you could use in your template.

jolinary
08-13-2010, 04:57 AM
I will contact the author of the modification, thank you.