Log in

View Full Version : $show[''] not working in custom page


MyPornLife.info
10-16-2009, 12:26 AM
hey
i created a custom page
in the template $show['SOMETHING'] is not working

like if i use <if condition="$show['reputationlink']">

its not working...always negetiv result

i think i need to add something in the PHP file that explain to template about $show variable

plz help me

TheLastSuperman
10-16-2009, 12:53 AM
Hmm maybe not, depends on template which template are you messing with and is it $show['reputaionlink'] or ?

More info so we can help but yes you can define it yourself.

For some more info and helpful tips check out Brandon's site (Loco.M), tons of info and they just merged with two other sites so now even more info... I need to join LOL never have :p but nice people including the owner.

http://forum.vbulletinsetup.com/f18/vbulletin-template-conditionals-list-2185.html

S-MAN

MyPornLife.info
10-16-2009, 01:01 AM
ya actually i tried $show['reputaionlink'] first...then i also tried $show['infractionlink'] & $show['reportlink']

not working..

& Brandon's site link ??

Lynne
10-16-2009, 01:11 AM
Is $show['reputationlink'] defined? It needs to be defined in the php page first before you can use it. You may have to copy the code from another page to use on your own page.

MyPornLife.info
10-16-2009, 01:55 AM
ya thats what i was talking about
defining $show['reputationlink'] in php

plz giv me the codes here...coz i hav no idea which codes

plzzzzz

Lynne
10-16-2009, 02:19 AM
Try a search in your files for $show['reputationlink'] and I'm sure you'll find where it gets defined.