Title Tag and signatures


  -----  
Author Message

Theolis
Member

Wed Aug 06, 2008 6:35 pm   Post subject: Title Tag and signatures
I'm having a small issue. I managed to get Effects shop installed with little trouble. Once I had everything installed I went through and started setting the shops up. Before realizing that I could simply disable items in the shop rather than deleting them, I deleted the signature items. The reason I mention this is because any time a user buys the "Title Tag" item their signature disappears. I assume this is because the mod see that they don't have the signature item (which I want all users to be able to display signatures without the use of an item) and therefore hides their signature.

Is this indeed the case? Is there a easy way to re-add the signature items without doing a reinstall of the mod? Is there a way to prevent the mod from hiding users signatures once they've purchased the "Title Tag" item? Thank you for any help regarding this issue.
 

Theolis
Member

Fri Aug 15, 2008 11:55 am   Post subject:
Figured I'd post a update to this for anyone else who may be searching around for the same solution. I managed to get signatures and avatars to work for everyone once again without having to reinstall the mod. Probably not the best soulution but it worked.

Open class_display.php

which is located in:
mods/effects_store/class_display.php

Find

Code:

      if( $detail['user_level'] == MOD && $board_config['effects_admin'] )
      {
         $return_val = TRUE;   // Moderator immune
      }

After Add

Code:

      if( $detail['user_level'] == USER && $board_config['effects_admin'] )
            {
               $return_val = TRUE;   // Normal User immune
      }
 

Stan001
Member

Thu Oct 02, 2008 4:57 pm   Post subject:
I like what you posted. I think it's a very simple and easy fix.

I just made all my members of forum buy the siggy and avatar tickets ...

Although thinking now if they get moved to disabled shop then you should not have to make any changes.
 

Page 1 of 1
Display posts from previous: