PDA

View Full Version : About vBJournal Lite...


FulsionV8
08-18-2003, 11:37 PM
Hi, I modding this to a small extent..and Im wonder how to do the following:

Allow only certain user groups to use/view journals

Allow HTML in it.

insanctus
08-19-2003, 12:01 AM
for user groups is easy.

just exclude the groups you do not want to view it after include global

if (bbuserinfo[usergroupid]==0 OR bbuserinfo[usergroupid]==1){
action you want for non allowed here;
exit;
}