Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
vBi-Gallery for vB 3.6.X Details »»
vBi-Gallery for vB 3.6.X
Mod Version: 1.30, by Harald_T (Contributor) Harald_T is offline
Developer Last Online: Jan 2012 I like it Show Printable Version Email this Page

vB Version: 3.6.2 Rating: (34 votes - 3.94 average) Installs: 198
Released: 08 Oct 2006 Last Update: Never Downloads: 1985
Not Supported DB Changes Uses Plugins Template Edits Code Changes  

This is the 3.6.X-Version of my vBi-Gallery for vBulletin.

It's an update to this hack:

http://www.vbulletin.org/forum/showthread.php?t=92875

This gallery-system integrates completly into vB, because it's a modification of the forum itself and uses the attachment-system of vb.

Therefore, it's neccessary to be sure, that the attachment-system is working and it's possible to create thumbs. Otherwise, the gallery won't work.

Btw, I want to thank all the people here, which are using this gallery.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Geek Gallery Popup for vBadvanced Gallery or PhotoPost 4 or higher The Geek vBulletin 3.0 Full Releases 332 21 Jan 2007 05:47
Photopost 4.8.5 - Navbar Gallery dropdown only in Gallery kall vBulletin 3.0 Full Releases 5 23 Dec 2004 12:08

  #61  
Old 16 Oct 2006, 17:10
Harald_T Harald_T is offline
 
Join Date: Aug 2003
@Hades: I don't have much freetime, as i have a job and a family also. The problem with the permissions. Give guests the permission to download attachments, this should help.

As soon as i get the time for it, i will update the FAQ on the first page.

If you get messages displaying that there missing columns in the SQL-Database try to reinstall the product (and overwrite the old version). Or check out for sure, that you have the rights to run queries.
Reply With Quote
  #62  
Old 16 Oct 2006, 17:17
Antiblank Antiblank is offline
 
Join Date: May 2005
Tried overwriting the product again, every other product I have installs/upgrades fine. But as soon as I enable the gallery again the boards totally break and all I get is:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
  #63  
Old 16 Oct 2006, 17:20
Antiblank Antiblank is offline
 
Join Date: May 2005
By the way, the 3.5.4 Version of this Hack lists itself on the post as version 1.23. Where here on this thread you list the version as 1.30 for 3.6.2 vBulletin. But when I upgrade with the download here on this thread the product lists itself in the Product manager section as 1.23:

vBI-Gallery 1.23 A gallery-system integrated in the forum
Reply With Quote
  #64  
Old 16 Oct 2006, 17:46
Hades-1 Hades-1 is offline
 
Join Date: May 2004
well can u please tell me how to show the image at original size not 3x to large???
Reply With Quote
  #65  
Old 16 Oct 2006, 18:10
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Edit "gallery-attachment"-Template

Replace it with:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
  #66  
Old 16 Oct 2006, 18:21
Harald_T Harald_T is offline
 
Join Date: Aug 2003
@Antiblank:

Try this one. Replace the code for random_thumbs in the plugin "gallery_images_forumhome" with this one:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
  #67  
Old 16 Oct 2006, 19:35
Antiblank Antiblank is offline
 
Join Date: May 2005
Originally Posted by Harald_T
@Antiblank:

Try this one. Replace the code for random_thumbs in the plugin "gallery_images_forumhome" with this one:
...

Nearly perfect thank you for the help. The only issue now is that on my forum home page, I see a header section at the top for Random Images from the gallery, but no images appear there. But the layout is showing correctly in the gallery forum as well as on the members profile pages. So for those you get my mightest thanks. Glad to be able to turn that much back on again.
Reply With Quote
  #68  
Old 16 Oct 2006, 19:49
Antiblank Antiblank is offline
 
Join Date: May 2005
Now I'm starting to feel bad about posting but maybe this is related to my other issue. I just went to my forum manager and tried to update the settings on my gallery forum. (I also tried updating any of our forums and the error is along the same lines).


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

The bit:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

appears for every forum in the error after I try to save any settings.
Reply With Quote
  #69  
Old 16 Oct 2006, 21:41
Harald_T Harald_T is offline
 
Join Date: Aug 2003
The altering on the table "forums" is missing for the gallery_cat. Did you check your config-file if you are able to run a query? Normally this shouldn't, but you never know.

Otherwise run the query in your admin-cp.


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Be sure to set the the prefix for the table forum, if you have so. E.g. vb_forum
Reply With Quote
  #70  
Old 16 Oct 2006, 23:51
Antiblank Antiblank is offline
 
Join Date: May 2005
Originally Posted by Harald_T
The altering on the table "forums" is missing for the gallery_cat. Did you check your config-file if you are able to run a query? Normally this shouldn't, but you never know.

Otherwise run the query in your admin-cp.


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Be sure to set the the prefix for the table forum, if you have so. E.g. vb_forum
I added that in as it was missing and tried again, now it seems I'm missing another. This is leading me to believe that perhaps none of the sql queries were made. Yet I have a gallery set up on my site, it was there and seeming to run fine before this upgrade.

New Error:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
  #71  
Old 17 Oct 2006, 00:04
Antiblank Antiblank is offline
 
Join Date: May 2005
Ok I looked through the XML product file and found the other sql queries.

I manually ran:

ALTER TABLE forum ADD gal_thumbs SMALLINT( 6 ) DEFAULT '0' NOT NULL , ADD gal_statusicon VARCHAR( 100 )
ALTER TABLE thread ADD featured TINYINT( 4 ) NOT NULL

On my database and now I'm able to save setting in the forum manager for all my forums. No idea how those didn't get run when I installed the new version of the product but that seems to have fixed things.
Reply With Quote
  #72  
Old 17 Oct 2006, 07:16
Hemanth's Avatar
Hemanth Hemanth is offline
 
Join Date: Nov 2005
Hi,

How to convert it into Rig Gallery or Automobile gallery.. ie. I should be able to add custom blocks in the showthread page of a post. eg: http://www.techtalkz.com/rig-gallery...yogis-rig.html

I need a hardware block, software block etc. instead of just 'Informationen' page..
Reply With Quote
  #73  
Old 17 Oct 2006, 09:05
Greyshark Greyshark is offline
 
Join Date: Sep 2006
Originally Posted by Greyshark
Great Job this Hack...;
please, how could I integrate a custum pic? Please give a german foolish a little help

Which direction (Pfad?) should I write??

cu Christian
Hi there Harald,

in which directory must be the pic installed?
What´s the path I should fill in where??

Sorry about my small written englisch.

the german foolish
Christian
Reply With Quote
  #74  
Old 17 Oct 2006, 17:11
Harald_T Harald_T is offline
 
Join Date: Aug 2003
@Greyshark: Dann schreib es doch in unserer Sprache hierein... Komme selber vom Niederrhein.

Die Grafiken müssen auf jeden Fall in den Images-Ordner. Die Buttons in den Button-Ordner, alle anderen sollten eigentlich in den Statusicon-Ordner gehören.

English: The images have to be in the images-folder. The buttons have to be upload to /images/buttons/ and the rest should be in /images/statusicon
Reply With Quote
  #75  
Old 17 Oct 2006, 17:35
Hades-1 Hades-1 is offline
 
Join Date: May 2004
thank harold

how bout that CMS block?

that would be great!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 06:31.

Layout Options | Width: Wide Color: