View Single Post
  #114  
Old 18 Sep 2004, 15:42
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Originally Posted by Silverdawn222
Hi,

Works excellently. However, I have a problem. We also run the Articles Hack on our forum. This popular hack uses plugin usergroup permission bitfields like yours (in includes/init.php). There seems to be a conflict because I can't properly set the permissions without it jumping between article permissions and journal permissions. And I'm afraid deleting the articles feature is really not an option because that's what our site is all about. I'm talking about this piece of code (the first part is your custom fields, the second is the Article Hack's):


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.
ok change the journals permissions to the following:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and in journal.php
change find:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

replace that with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

in usergroup.php find:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

replace that with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

that should fix the conflict
Reply With Quote