SMF For Free Support Forum
Signup For Free Forum
August 21, 2008, 05:18:22 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [req]Tabs hidden from guests or certain member groups (smf page tabs)  (Read 254 times)
0 Members and 1 Guest are viewing this topic.
Sparkwattclock
SMF For Free Member
*
Offline Offline

Posts: 99


The leader of the GWC here!


View Profile WWW
« on: April 20, 2008, 08:55:46 pm »

i wonder if anyone could make a code that can hide tabs from guests only.  I would prefer it so that people have a reason to join my site. I'm not talking about tabs like help, home, or any other tabs, just tabs you make in smf page.  It would make my life eaiser because i wanted to make a flash portal, but i want to hide our flashes from flash decompilers.   Cry
Logged

Celebrus
SMF For Free Hero
*
Offline Offline

Posts: 738


Previously known as Omikron


View Profile WWW
« Reply #1 on: April 30, 2008, 08:51:42 pm »

Code:
<script>
if($('td.titlebg2 span b').not($("td.titlebg2 span b:contains(News)")).html())
{
// Put the codes for the SMF Page and Add Tabs here, which you want only members to see.

}
</script>

That should work.
Logged

Sparkwattclock
SMF For Free Member
*
Offline Offline

Posts: 99


The leader of the GWC here!


View Profile WWW
« Reply #2 on: April 30, 2008, 09:05:09 pm »

Code:
<script>
if($('td.titlebg2 span b').not($("td.titlebg2 span b:contains(News)")).html())
{
// Put the codes for the SMF Page and Add Tabs here, which you want only members to see.

}
</script>

That should work.

Thanks ominkron!
Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.173 seconds with 19 queries.