Gash Posted June 1, 2014 Share Posted June 1, 2014 (edited) 1. How can I make it so that certain user groups can see navigation bar? Example I don't want non VIP users to see that. 2. How can I remove all this at the bottom of my page? 3. Sometimes the forum just don't work, it doesn't let me click on nothing at all. I have to refresh the page to get it working again. Edited June 1, 2014 by herro123 Link to comment Share on other sites More sharing options...
0 -Cookie- Posted June 1, 2014 Share Posted June 1, 2014 1. If these 2 nav links are in the globaltemplate you can use this<if test="IPSMember::isInGroup( $this->memberData, array(1,2) )">Where 1,2 replace with your usergroups id's which you can find in member groups next to the name. oh ye make sure to close the 2 nav links of with </if>2. If this is in topic view, then go to topicViewTemplate and search forclear clearfix leftand replace it withclear clearfix left hide3. This may be down to your host, if not i haven't a clue Link to comment Share on other sites More sharing options...
0 Craigyy Posted June 1, 2014 Share Posted June 1, 2014 For number 1 you can use ProMenu, from there you can set view permissions on tabs. Number 2 would most probably be in your theme settings, something along the lines of Social Icons, at least that's what it is under my theme. If not try in your GlobalTemplate and delete the icon lines. Number 3 i have no idea, sorry. Link to comment Share on other sites More sharing options...
0 Gash Posted June 1, 2014 Author Share Posted June 1, 2014 It's not my host but I don't care enough to fix the issue. Link to comment Share on other sites More sharing options...
0 Kingy Posted June 1, 2014 Share Posted June 1, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Gash
1. How can I make it so that certain user groups can see navigation bar?
Example
I don't want non VIP users to see that.
2. How can I remove all this at the bottom of my page?
3. Sometimes the forum just don't work, it doesn't let me click on nothing at all.
I have to refresh the page to get it working again.
Edited by herro123Link to comment
Share on other sites
4 answers to this question
Recommended Posts