Announcement

#16 2010-12-22 19:33:01

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

I suppose yes, but too bad I don't remember that :( Anyways i am searching in the database, but can't seem to find it... I've found the table called "prefix" but i don't seem to understand what to look for...

Offline

 

#17 2010-12-22 19:40:17

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: vBulletin integration?

gkidd wrote:

I suppose yes, but too bad I don't remember that :( Anyways i am searching in the database, but can't seem to find it... I've found the table called "prefix" but i don't seem to understand what to look for...

in your database, you've table

piwigo_users
piwigo_themes
...

Piwigo is prefixe for Piwigo

you've other table

aaa_users
aaa_
aaa_

for vBulletin I don't knows 'aaa' on your installation


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#18 2010-12-22 19:55:27

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

Look what happened... i assume my prefix is gallery_users so i just replaced yours aa with gallery and this is what happened....

Offline

 

#19 2010-12-22 20:55:01

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: vBulletin integration?

Can you make screenshot on your home database


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#20 2010-12-22 20:58:22

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

I couldn't login, it kept giving me wrong username and password error... So i deleted it, and uploaded it again... I'm in the middle of installing now... I'll do the same thing again, and see what happens, if doesn't go well, i'll ask you again for some assistance :)

Thank you very much for your help anyways... Highly appreciated, I believe by all of us! :D

Offline

 

#21 2010-12-22 21:04:07

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: vBulletin integration?

by FTP

go to local directory
go to config directory

rename config.inc.php to old_config.inc.php


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#22 2010-12-22 21:15:30

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

Same happened again... here is a screenshot from my piwigo database

Offline

 

#23 2010-12-22 21:18:37

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

i can't see the screenshot... so here it is again... Btw in user id, i put the user id's from my vBulletin forum

and here is my code


<?php

/* File is not existing and will be created by LocalFiles Editor */

$conf['users_table'] = gallery_.'users';
$conf['external_authentification'] = true;
$conf['user_fields'] = array(
  'id' => 'id',
  'username' => 'username',
  'password' => 'password',
  'email' => 'mail_address'
  );

$conf['guest_id'] = 1;
$conf['webmaster_id'] = 6;


?>

Last edited by gkidd (2010-12-22 21:22:02)

Offline

 

#24 2010-12-22 21:44:35

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: vBulletin integration?

in my first answer

ddtddt wrote:

I don't know vBulletin 4.0.3.

Piwigo can use external authentication for users to use another script they all have 2 in the same database

Capture your base there are only tables Piwigo

Where are the table vBulletin ?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#25 2010-12-23 13:22:06

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

they're on different database... for this to work they should be on same database?

Offline

 

#26 2010-12-23 13:41:39

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: vBulletin integration?

gkidd wrote:

they're on different database... for this to work they should be on same database?

yes


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#27 2010-12-23 15:29:58

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

well, is there a way to uninstall and reinstall somehow without uploading all the files again?

Offline

 

#28 2010-12-23 15:46:31

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: vBulletin integration?

gkidd wrote:

well, is there a way to uninstall and reinstall somehow without uploading all the files again?

For Piwigo

export the database

import on the table on other database

update file local/config/database.inc.php


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#29 2010-12-23 16:45:27

gkidd
Member
2010-12-09
23

Re: vBulletin integration?

Same stuff my friend, i'm sorry for waisting your time, I feel so stupid (you could say "daah") but i still can't get it to work, i installed it on my vBulletin database now, i left the prefix untouched piwigo_ and still cant get it to work... this is what i enter:

$conf['users_table'] = piwigo_.'users';
$conf['external_authentification'] = true;
$conf['user_fields'] = array(
  'id' => 'id',
  'username' => 'username',
  'password' => 'password',
  'email' => 'mail_address'
  );

$conf['guest_id'] = 1;
$conf['webmaster_id'] = 6;

and on the attachment you can see what i get

Offline

 

#30 2010-12-23 19:23:16

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: vBulletin integration?

gkidd wrote:

$conf['users_table'] = piwigo_.'users';

no piwigo prefixe for vBulletin


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact