The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Certain template loads for certain usergroup
Hi,
Basically I want an alternate showthread template and postbit template which loads when a user is banned and when a user is unregistered. When they're registered/staff I want it to load normally. NO I do not want to use the hack which was recently released for this, after install sql usage rose from 1.00 average to 3-5.00. What I'd like it just basically telling what I need to do once, then I can sort the rest I hope... So if (for example) I want: postbit - to show to members. postbit_unreg - to show to guests. postbit_band - show to banned. I basically add the template named to templatesused line? Then how to I change the 'eval blah blah gettemplate thingy line?? Thanks. lol Tim |
#2
|
||||
|
||||
You need to change the code in fuctions.php that eval's the postbit and specify which template should be eval'ed based on which usergroupid is viewing the board.
Alternativly have 3 template sets for the different usergroups. |
#3
|
||||
|
||||
Quote:
Obviously (in my language, not in PHP)... If usergroup is unreg show postbit_unreg else if usergroup is banned show postbit_band else show postbit -- How do I write that in PHP? |
#4
|
||||
|
||||
Find in functions.php:
PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|