+
It depends on the mobile style but on mine under vB3, it is possible to do this by simply placing the link between the two tags of a conditional like this one on the forumhome template.
Code:
<if condition="$bbuserinfo['styleid']=#stylenumber">
<if condition="in_array(THIS_SCRIPT, array(index))">your link</if>
</if>
I guess it's the same with vB4.
(im not a coder)
--------------- Added [DATE]1582392925[/DATE] at [TIME]1582392925[/TIME] ---------------
Quote:
Originally Posted by wraggster
just tried it and got this
PHP Warning: Invalid argument supplied for foreach() in ..../includes/functions.php on line 3823
ive tried loads but not getting anywhere, i did just try adding the link to forum home but no work. ]
|
Take a look at
https://vborg.vbsupport.ru/showthread.php?t=327747
... by editing the template.php
Maybe someone else will help you better.