Results 1 to 3 of 3

Thread: Select template based on membership

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default Select template based on membership

    Quote Originally Posted by anonymous mod user
    a question:
    i want to switch templates for a visitor or a logged in member:

    This does not work:

    if ( $logged[member] )
    {
    $_page['name_index'] = 2;
    $_page['header'] = $site['title'];
    $_page['header_text'] = $site['title'];
    }
    else
    {
    $_page['name_index'] = 1;
    $_page['header'] = $site['title'];
    $_page['header_text'] = $site['title'];
    }

    what is wrong ?
    Use the member_auth function...

    Quote Originally Posted by annonymous mod user
    if ( !( $logged[member] = member_auth( 0, false ) ) )
    Looks good

    Quote Originally Posted by anonymous mod user

    Code:
    if ( !( $logged[member] = member_auth( 0, false ) ) );
    if ( $logged[member] )
    {
    $_page['name_index'] = 2;
    $_page['header'] = $site['title'];
    $_page['header_text'] = $site['title'];
    }
    else
    {
    $_page['name_index'] = 1;
    $_page['header'] = $site['title'];
    $_page['header_text'] = $site['title'];
    }
    YESSSSSSSSSSSSSSSSSSSS!!
    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  2. #2
    REDHOPE
    Guest

    Default Changing Templates

    What codes do I need to use so that vistors nor members can change the templates. I would like to keep the DLT template only.

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Normally, users can not change this, unless they use the ?skin= in their URL.

    You can disable this, buy editing the allowable templates in the database GlParams table... and if you wish - you can delete the unused template files and images.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Userplane Convert paid to Ad Based
    By makenoize in forum UserPlane
    Replies: 5
    Last Post: 04-12-2010, 01:15 AM
  2. Idea: Banner Country-Based
    By Vanessa in forum Promotion and Affilliates
    Replies: 3
    Last Post: 08-17-2009, 09:58 AM
  3. Select Membership Level on signup
    By mikecoyne83 in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 02-25-2008, 05:19 PM
  4. Dolphin Orca Select Text Background False
    By bzzrd2 in forum Bugs Dolphin 6.03
    Replies: 4
    Last Post: 02-05-2008, 10:06 AM
  5. QuickMod #10 Select All in Inbox
    By Smoge in forum Free Mod Exchange
    Replies: 14
    Last Post: 11-27-2007, 09:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •