Jump to content
WebFlake
  • 0

More Errors and bugs


Gash

Question

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 herro123
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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 for

clear clearfix left
and replace it with
clear clearfix left hide
3. This may be down to your host, if not i haven't a clue
Link to comment
Share on other sites

  • 0

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...