SocialAcademy • Forum

Social Academy Community Support Forum & Free Tutorial's & Skins



SocialAcademy • Forum » Support Section » Ask Question 's & Problems » Solved & Trash Files  →   [Solved] How can I hide forum categories from guests like this?

[Solved] How can I hide forum categories from guests like this?


    Go to page : 1, 2  Next

  • Please log in to Reply

View previous topic View next topic Go down  Message [Page 1 of 2]

#1

OfflineDark-Avenger

Dark-Avenger
 
Advance Member
Advance Member

Posted Thu May 15, 2014 6:00 pm

 
Details: Hiding categories from guests
Forum Address: http://linux-team.forumgreek.com/
Forum Version: PunBB

Hi dear all,
How can I hide some forum categories from guests like this http://prntscr.com/3je8uq ?

Best Regards,
Dark-Avenger

#2

Offlineerror404

error404
 
Member
Member

Posted Thu May 15, 2014 6:42 pm

 
i want too that's code :D

#3

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri May 16, 2014 7:45 am

 
Add this to your Javascript


Placement: Homepage

Code:
        $(function() {
        if (document.getElementById('logout') == null) {
        var sCategory = 'POSITION OF THE CATEGORY';
        $('.main-content:eq(' + sCategory + ')').addClass('hanckiprotected');
        }
        });


then add this to your CSS


Code:
        .hanckiprotected:after {
              background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.7);
              bottom: 0px;
              content: "Members Only";
              font-size: 30px;
              left: 0px;
              line-height: 310px;
              position: absolute;
              right: 0px;
              text-align: center;
              top: 0px;
              z-index: 10;
        }
        .hanckiprotected {
              position: relative;
        }



Don't forget to modify "Position of the category" with a valid ID



Last edited by Red™ on Fri May 16, 2014 2:20 pm; edited 2 times in total

https://socialacademy.forumotion.com
#4

OfflineJ0k3R^

J0k3R^
 
Advance Member
Advance Member

Posted Fri May 16, 2014 7:59 am

 
what should i modify "Position of the category" with: ?

http://fmplanet.forumgreek.com
#5

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri May 16, 2014 8:22 am

 
J0k3R^ wrote:[link="/t165-how-can-i-hide-forum-categories-from-guests-like-this#753"]what should i modify "Position of the category" with: ?


Example
/c20
" c " means category and " 20 " is the number or " ID "of the Category

https://socialacademy.forumotion.com
#6

OfflineJ0k3R^

J0k3R^
 
Advance Member
Advance Member

Posted Fri May 16, 2014 9:05 am

 
i put
/c2-category

because
/c2
doesnt working alone
but when i logout, i can still view and press in this category..

http://fmplanet.forumgreek.com
#7

OfflineDark-Avenger

Dark-Avenger
 
Advance Member
Advance Member

Posted Fri May 16, 2014 11:07 am

 
Thank you very much its solved.

#8

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri May 16, 2014 11:29 am

 
J0k3R^ wrote:[link="/t165-how-can-i-hide-forum-categories-from-guests-like-this#757"]i put
/c2-category

because
/c2
doesnt working alone
but when i logout, i can still view and press in this category..



only the id or number you will put in the position of the category

https://socialacademy.forumotion.com
#9

OfflineJ0k3R^

J0k3R^
 
Advance Member
Advance Member

Posted Fri May 16, 2014 2:17 pm

 
I tried everything but still no result :/
My forum is myplanet.forumgreek.com

http://fmplanet.forumgreek.com
#10

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri May 16, 2014 2:20 pm

 
Please reread the code .

https://socialacademy.forumotion.com
#11

OfflineSponsored content


 

Posted

 

Message (Page 1 of 2)


    Go to page : 1, 2  Next


Share Topics Url

Url
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum

 
  • Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com


Social Academy Forum
© Social Academy 2013-2022