![]() |
The templates were fine; Exactly as you said. This problem is still occuring... Any other ideas?
|
What does this mean in the installation instructions
2. 4images tables and vbulletin tables have to be in the same database. Does this mean we have to combine or tell 4images to use the vbulletin mysql database? If so, how? |
Quote:
if ($user_info['user_level'] >= USER) doesnt return TRUE even when you logged in. Check: - constants.php // User levels define('GUEST', 0); define('USER_AWAITING', 3); define('USER', 2); define('ADMIN', 6); -sessions.php $user_table_fields = array( "user_id" => "userid", "user_level" => "usergroupid", "user_name" => "username", "user_password" => "password", "user_email" => "email", "user_showemail" => "", "user_allowemails" => "", "user_invisible" => "", "user_joindate" => "joindate", "user_activationkey" => "", "user_lastaction" => "lastactivity", "user_location" => "", "user_lastvisit" => "lastvisit", "user_comments" => "", "user_homepage" => "homepage", "user_icq" => "icq" make sure you have correct user_level If you dont use forum's groupid, make sure that the field is filled with "user#" value check includes/page_header.php this should be default, but still chec, just incase PHP Code:
let me know how you come up with.. Quote:
if you dont have any table with the same name, then you can just dump one database and restore into the other, using phpMyAdmin maybe? |
Quote:
I have no idea how many people are experiencing this, but at least a few are since they have PM'ed me about it. Any idea why this might be? |
Quote:
I did not do anything with comments, nor display pictures. - did you have this problem before integration? - were you able to see the problem yourself? - can you get your user's account, and using his account to see the problem? |
I found the error,
Code:
- constants.php Anyways, I sorted out the problem, thanks for leading me to the fix :) |
I work at CommunityForums as well, and I've noticed that the fix works great for just registered users, however - it does not work for administrators (who's usergroupid is still 6)
What could be causing this? |
Quote:
defi sorted out the problem, he should know what cause it, right? do the same check! |
I think I may know - when I first registered it - I used my name as the admin (userid: 1)
My userid is 1 on the forums as well Could this conflict? |
Quote:
because your board has custom groups, with custom settings (which I dont know), so I cant guess the reason. try to check and play with the code I gave above. If you want, you can test, getting your user_level , in page_header.php FINE if ($user_info['user_level'] >= USER) { ADD ABOVE: echo "Userlevel: ". $user_info['user_level'] ." - "; echo "User setting: ". USER; then go to your album, read the value for user level on top of your page. Should this be the correct user_level? compare this with the second number . |
All times are GMT. The time now is 08:34 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|