Hello, I'm using vba and vbulletin, this is my structure:
http://www.lottosqueeze.org (vba index)
http://www.lottosqueeze.org/forum (forum home)
The version of my board is vb 3.5.3
I have follow this steps:
HTML Code:
*** How to Install:
======================
In your Admin Control Panel
1)
Admincp => Plugin System => Manage Products
Click [Add/Import Product]
Browse for the file "product-gallery_home.xml"
Allow Overwrite: On
Import
2)
// *Note: If you are doing an upgrade skip step "b"
// - it should already be done.
First, open your forum/index.php file and find:
---------------------------------------------------
a)
Find:
$phrasegroups = array('holiday');
Replace with:
$phrasegroups = array('holiday','adv_gallery');
---------------------------------------------------
b)
Find
'mailqueue'
---------------------------------------------------
Replace with:
'mailqueue',
'gallery_c_cache',
'adv_gallery_opt',
'gallery_ugroups'
3)
Admincp => vBulletin Options => vBGallery - Forumhome
Change setting
Save
And all is done, If i try to open my forum home, I showing this page because dont work db comunication:
http://www.lottosqueeze.org/garbage/snap.gif
Why that? I like that Hack but how I fix this issue to works fine?
Thanks in advance and Thanks for sharing this hack.