Author Topic: Integration 4images 1.7 / vBulletin 2.x  (Read 236997 times)

0 Members and 1 Guest are viewing this topic.

Offline X-Fan

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.comixfan.com/xfan/
Integration 4images 1.7 / vBulletin 2.x
« Reply #75 on: November 21, 2002, 01:18:00 AM »
Quote from: Jan
Uhmm...no further idea, sorry.  :?:


Definitely not what I was hoping to hear. :cry:
Eric J. Moreels
ComiX-Fan Editor-in-Chief
e-mail: webmaster@comixfan.cjb.net
Web: http://www.comixfan.com/xfan
AIM: XFan2k

Offline X-Fan

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.comixfan.com/xfan/
Integration 4images 1.7 / vBulletin 2.x
« Reply #76 on: November 23, 2002, 04:54:21 AM »
Okay, I think I may have discovered what the problem is, and it's a similar problem to one I had before that you managed to fix up, Jan.

On my 4images gallery, its showing 19 total users online - 19 members and 0 guests.  However, the actual total users online is 50 - 26 members and 24 guests.

So what needs to be done to fix this up?
Eric J. Moreels
ComiX-Fan Editor-in-Chief
e-mail: webmaster@comixfan.cjb.net
Web: http://www.comixfan.com/xfan
AIM: XFan2k

Offline Knux02

  • Pre-Newbie
  • Posts: 2
    • View Profile
Integration 4images 1.7 / vBulletin 2.x
« Reply #77 on: November 24, 2002, 01:05:35 AM »
I keep on getting:

Code: [Select]

DB Error: Bad SQL Query: SELECT template FROM VB_TEMPLATE_TABLE WHERE title='options'
Table 'knux02_vB.VB_TEMPLATE_TABLE' doesn't exist


Also I don't have the prefix VB in my database it is just the charaters...

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / vBulletin 2.x
« Reply #78 on: November 24, 2002, 10:41:58 AM »
Check if this entry is in your sessions.php
Code: [Select]
define('VB_TEMPLATE_TABLE', 'template');
Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline X-Fan

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.comixfan.com/xfan/
Integration 4images 1.7 / vBulletin 2.x
« Reply #79 on: November 24, 2002, 11:23:29 AM »
Jan, could you please remind me how to fix the users online glitch, as its happening again and I think it might be connected to the other problem I was having of members not being able to see the categories/images in the gallery.

Thanks,
Eric J. Moreels
ComiX-Fan Editor-in-Chief
e-mail: webmaster@comixfan.cjb.net
Web: http://www.comixfan.com/xfan
AIM: XFan2k

Offline Knux02

  • Pre-Newbie
  • Posts: 2
    • View Profile
Integration 4images 1.7 / vBulletin 2.x
« Reply #80 on: November 24, 2002, 03:48:25 PM »
Quote from: Jan
Check if this entry is in your sessions.php
Code: [Select]
define('VB_TEMPLATE_TABLE', 'template');
Jan


Yes it is...

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / vBulletin 2.x
« Reply #81 on: November 24, 2002, 08:43:09 PM »
Uhmm...strange. Try to replace
Code: [Select]
$optionstemp = $site_db->query_firstrow("SELECT template FROM ".VB_TEMPLATE_TABLE." WHERE title='options'");
with
Code: [Select]
$optionstemp = $site_db->query_firstrow("SELECT template FROM template WHERE title='options'");
in sessions.php

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Vb2-Fan

  • Newbie
  • *
  • Posts: 21
    • View Profile
Integration 4images 1.7 / vBulletin 2.x
« Reply #82 on: December 03, 2002, 12:06:05 AM »
I Love You Jan

thaaaaaaaaaaaaanx a million for such a greaaaaaaaaat integration...

i'll try it out and post my comments...
just couldn't wait to Thaaaaaaaaaaaaaank you.

Regards.

Offline Vb2-Fan

  • Newbie
  • *
  • Posts: 21
    • View Profile
Integration 4images 1.7 / vBulletin 2.x
« Reply #83 on: December 04, 2002, 06:29:39 PM »
WORKED[/size]

i've made an upgrade from 1.6 --> 1.7
then followed the detailed instructions in the hack...
and although i made the integration on an EXISTING and WORKING gallery, it WORKED ...

i had to manually modify the UserIDs of the images to reflect to the original VB users...thank god they were not allot... :lol:

any how...i fired the galley now live and it's working perfectly so far..
if i had any troubles i'll post it here..

THAAAANX A MILLIOOOOON JAN.....YoU ArE ThE MaN :)

Offline X-Fan

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.comixfan.com/xfan/
Re: Permission problems
« Reply #84 on: December 31, 2002, 01:44:59 AM »
Quote from: Jan
Quote from: goyo
What should I do ?
Create a custom usergroup for moderators in 4homepage ?

Yes.


Jan, I'm still having problems with moderators and staff at my site unable to view the gallery.  I know it comes down to having to create new usergroups in 4images, but how do you have, say a custom moderators group in 4images knowing which vBulletin members are moderators?

Also in an earlier post you mentioned an edited auth.php file, but it's not in the zip in the first post of this thread.
Eric J. Moreels
ComiX-Fan Editor-in-Chief
e-mail: webmaster@comixfan.cjb.net
Web: http://www.comixfan.com/xfan
AIM: XFan2k

Offline X-Fan

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.comixfan.com/xfan/
Integration 4images 1.7 / vBulletin 2.x
« Reply #85 on: December 31, 2002, 02:43:21 AM »
One other thing Jan, when I go to edit the preferences of a custom usergroup, I get no checkboxes on the page so I'm unable to change anything.  I think it's due to my having 482 categories that all get displayed on the page.

Is there any way to be able to change a custom usergroups preferences across all categories at once, without the admin loading up the list of categories?
Eric J. Moreels
ComiX-Fan Editor-in-Chief
e-mail: webmaster@comixfan.cjb.net
Web: http://www.comixfan.com/xfan
AIM: XFan2k

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / vBulletin 2.x
« Reply #86 on: December 31, 2002, 09:37:11 AM »
No, sorry.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline X-Fan

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.comixfan.com/xfan/
Integration 4images 1.7 / vBulletin 2.x
« Reply #87 on: January 01, 2003, 12:14:55 AM »
Quote from: Jan
No, sorry.


So basically you're saying I'm stuck with usergroups that can't view the gallery because there's no way for me to set the permissions of custom usergroups?  8O
Eric J. Moreels
ComiX-Fan Editor-in-Chief
e-mail: webmaster@comixfan.cjb.net
Web: http://www.comixfan.com/xfan
AIM: XFan2k

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Integration 4images 1.7 / vBulletin 2.x
« Reply #88 on: January 02, 2003, 04:57:15 AM »
No, i meant that you can't edit petmissions across all categories. You have to edit each usergroup and category step by step.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline X-Fan

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.comixfan.com/xfan/
Integration 4images 1.7 / vBulletin 2.x
« Reply #89 on: January 02, 2003, 12:42:12 PM »
Quote from: Jan
No, i meant that you can't edit petmissions across all categories. You have to edit each usergroup and category step by step.


But that's the problem, Jan.  When I go to access a permissions page for a custom usergroup I've created, I get a page with my 480+ categories listed but no checkboxes are visible, so I can't change anything.  :(
Eric J. Moreels
ComiX-Fan Editor-in-Chief
e-mail: webmaster@comixfan.cjb.net
Web: http://www.comixfan.com/xfan
AIM: XFan2k