The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#812
|
||||
|
||||
Hello,
Amy, I have my init file exactly layed out the way the instructions for this hack described. Everything went great, except none of my user permissions stick in regards to this hack. Everything works, including creating the webpage. I really need this set so that admins and a new usergroup are allowed to make webpages and use the guestbook feature. I would like for everyone to have the ability to see them, but I would only like for the admin/added group to create. Would someone more adepth with the init file be interested in seeing where the problem lies? |
#813
|
|||
|
|||
Quote:
Take a look you should see Webpage and Guestbook new entries.... adjust to how you feel fit. |
#814
|
|||
|
|||
IS this what you are looking for
Code:
// field names for general permissions $_BITFIELD['usergroup']['genericpermissions'] = array( 'canviewmembers' => 1, 'canmodifyprofile' => 2, 'caninvisible' => 4, 'canviewothersusernotes' => 8, 'canmanageownusernotes' => 16, 'canseehidden' => 32, 'canbeusernoted' => 64, 'canprofilepic' => 128, 'canseeraters' => 256, // Permission removed in 3.0.2 ## Maintain backwards compatibility with 3.0.0 and 3.0.1 'canuseavatar' => 512, 'canusesignature' => 1024, 'canusecustomtitle' => 2048, 'canseeprofilepic' => 4096, 'canviewownusernotes' => 8192, 'canmanageothersusernotes' => 16384, 'canpostownusernotes' => 32768, 'canpostothersusernotes' => 65536, 'caneditownusernotes' => 131072, 'canseehiddencustomfields' => 262144, // Reputation 'canseeownrep' => 256, 'canuserep' => 524288, 'canhiderep' => 1048576, 'cannegativerep' => 2097152, 'canseeothersrep' => 4194304, 'canhaverepleft' => 8388608, 'canhaveguestbook' => 16777216, 'canhavewebpage' => 33554432, 'canviewwebpage' => 67108864, 'canviewguestbook' => 134217728, 'canpostguestbook' => 268435456, |
#815
|
||||
|
||||
Hello,
Thanks for posting that. That is EXACTLY how mine appears.lol Everything is working on my site, except the usergroup permissions. I see them listed, I have made changes, and I have updated those usergroups. The problem is, my settings are not staying. Once I tell it to save them, they revert back to how they were. This is crazy. lol What could be causing them to not be saved? They are in the usergroup manager, and I have done everything as outlined. Everything appears to work fine, but I can't change the user permissions and have them stay! *****UPDATE***** If anyone else runs into this problem, and you have cpanel, use the "repair" feature beside the database that houses your forums. I ran both the "repair" feature as well as the maintenance via the forums ACP, and that corrected the settings not staying. They now appear to be working. Thanks everyone. //Rich Clicked install. |
#816
|
||||
|
||||
Installed and works perfectly Now if I can find some memberinfo templates.
|
#817
|
||||
|
||||
This is incredible, I even intend to make this myself.
Thanks ! |
#818
|
||||
|
||||
I'm having a problem. Everything seems to be working just fine except Guest can't view guest book.
I looked at everything from the init.php file and the usergroup permission. At first nothing showed up for guest but I saw that I messed up 1 of the numbers when I typed it in and nothing came up for Guest. Now that I fixed the init.php file the webpage shows up but not the guestbook. |
#819
|
||||
|
||||
When I click on Web Page Content in the UserCP i get the following error:
PHP Code:
|
#820
|
|||
|
|||
Quote:
|
#821
|
||||
|
||||
Yes I made the uergroup settings too. I guess that's why its not working for prior v303. Damn didn't want to upgrade the forums yet but I guess no way to get this to work without it. But strange how this is the only thing not working since the rest of the website shows with no problem.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|