Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBGallery - Forum Home Details »»
vBGallery - Forum Home
Version: 1.8, by Zachariah Zachariah is offline
Developer Last Online: Jan 2020 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.0 Rating:
Released: 08-08-2006 Last Update: 08-14-2006 Installs: 134
Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

/* -----------------8/9/2006 6:20am -----------------
Add Gallery Images to your Forum Index v1.8

Tested on:
vBulletin 3.6
PhotoPost vBGallery v2.0 Beta

Zachariah - http://www.gzhq.net

// ---------------------------------------------------------

DEMO

- Feedback Please :squareeyed:

Overview:
  • import Product XML
  • 1 file edit
  • 2 file uploads
  • 1 image upload
  • Adds 1 Query to FORUMHOME

Hack includes:
- Hack Active (yes / no)
- Enable Navbar (yes / no)
- Image Count (number of images)
- Image Order (Random, Newest, Most Views, Most Comment, Highest Rated)
- Column Span (Choice of column count accross)
- Locations (Above Header, Below Header, Under Navbar, Above What's going on, Inside What's going on, Below What's going on, Custom)
- Exclude Catagories
- Only Catagories
- On/Off options for all of the "info" per image
- If gallery is not active hack will vanish (all usergroups)
- Admin will get "Alert: The gallery is currently turned off!" on FORUMHOME
- If gallery settings of a usergroup does not see "thumbnails" the hack will vanish
- No Template edits

Change Log
===========
1.8 - 8/9/2006
- Column Span: Choice of column count across.
- Locations: (were should be displayed on the forumhome)
  • Above Header
  • Below Header
  • Under Navbar
  • Above What's going on
  • Inside What's going on
  • Below What's going on
  • Custom
Select "Custom" and place $vbgallery in FORUMHOME template for custom location.


1.7 Beta 2 - 01.17.06
- Fixed usergroups not able to see the hack
- Fixed sort order problems

1.7
- Install w/ product and 2 edits in 1 file.
- Killed the need for FORUMHOME template edit.
- AdminCP options to change the hack settings
- Added: Parts of the gallery's Nav bar w/ dropdowns
(My Stuff*, What's New, What's Popular,Search) to the hack with on/off option.
* My Stuff will not be seen if you are a guest.

1.6
- Added: If the gallery is off or disabled the hack not show up.
- Added: templates to support the hack vs. gallery templates
(allows you to customize the templates for the look and feel you want vs. mess up the way your gallery templates look.)

--------------------------------------------------*/

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #122  
Old 11-05-2006, 08:37 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lifesourcerec
And I quote the message I received after trying to get this installed:



Remove it and no longer having problems.
how many images are in your database ?
- 15-20,000 ?

I do not have a problem
ForumHome
- Page generated in 0.28608 seconds with 16 queries || Load .02 - 1.12 max
- Categories: 60, Images: 1,346
Reply With Quote
  #123  
Old 11-05-2006, 08:53 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have this error when i follow your install text file

Warning: main(./includes/functions_gallery.php) [function.main]: failed to open stream: No such file or directory in /includes/vbgallery/forumhome_complete.php on line 16

Fatal error: main() [function.require]: Failed opening required './includes/functions_gallery.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/steve/public_html/talkgfx/includes/vbgallery/forumhome_complete.php on line 16
Reply With Quote
  #124  
Old 11-05-2006, 09:03 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im also getting this


PHP Code:
Database error in vBulletin 3.6.2:

Invalid SQL:

SELECT  
userfield
.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS  passworddate,
IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS  displaygroupid,
language.phrasegroup_holiday AS  phrasegroup_holiday,
language.phrasegroup_adv_gallery AS  phrasegroup_adv_gallery,
language.phrasegroup_global AS  phrasegroup_global,
language.options AS  lang_options,
language.languagecode AS lang_code,
language.charset AS  lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS  lang_imagesoverride,
language.dateoverride AS  lang_dateoverride,
language.timeoverride AS  lang_timeoverride,
language.registereddateoverride AS  lang_registereddateoverride,
language.calformat1override AS  lang_calformat1override,
language.calformat2override AS  lang_calformat2override,
language.logdateoverride AS  lang_logdateoverride,
language.decimalsep AS  lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM  steve_user 
AS user
LEFT JOIN steve_userfield 
AS userfield ON (user.userid =  userfield.userid)
LEFT JOIN steve_usertextfield AS usertextfield ON  (usertextfield.userid user.useridLEFT JOIN steve_language AS language ON  (language.languageid = IF(user.languageid 01user.languageid))  

WHERE user.userid 1;

MySQL Error  Unknown column  'language.phrasegroup_adv_gallery' in 'field list'
Error Number :  1054
Date         
SundayNovember 5th 2006 04:58:45 PM
Script       
:  http://www.talkgfx.com/
Referrer     :  http://www.talkgfx.com/
IP Address   000000000000
Username     

Classname    vb_database 
Reply With Quote
  #125  
Old 11-05-2006, 09:31 PM
Necrosaro420 Necrosaro420 is offline
 
Join Date: Apr 2004
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this allow users to have their own section to post images?
Reply With Quote
  #126  
Old 11-05-2006, 09:49 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AR Forums, Necrosaro420

- This is a add-on to show images from PhotoPost vBgallery. It is not a gallery.
Reply With Quote
  #127  
Old 11-18-2006, 04:08 PM
ThunderBeast ThunderBeast is offline
 
Join Date: Sep 2006
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

with vbadvanced (portal).... can i have problem?
Reply With Quote
  #128  
Old 11-18-2006, 05:41 PM
amaarvell amaarvell is offline
 
Join Date: Nov 2006
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when i run this i get database errors and my forum falls apart
the init.php file i think causes it
my forum is installed in a folder ie www.amarvell.com/vb/
and i have had vb for 3 days now so not 100% on it
any ideas


Cheers

Carl
Reply With Quote
  #129  
Old 11-18-2006, 05:58 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amaarvell View Post
when i run this i get database errors and my forum falls apart
the init.php file i think causes it
my forum is installed in a folder ie www.amarvell.com/vb/
and i have had vb for 3 days now so not 100% on it
any ideas


Cheers

Carl
- This is a add-on to show images from PhotoPost vBgallery. It is not a gallery.
Reply With Quote
  #130  
Old 11-19-2006, 12:59 AM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
how many images are in your database ?
- 15-20,000 ?

I do not have a problem
ForumHome
- Page generated in 0.28608 seconds with 16 queries || Load .02 - 1.12 max
- Categories: 60, Images: 1,346
0. I didn't even get it installed good.
Reply With Quote
  #131  
Old 11-19-2006, 01:35 AM
dcasux dcasux is offline
 
Join Date: May 2005
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed your mod on vBgallery 2.1 and it came up with a database error.

Will you be updating your great plug-in to be compatable with gallery 2.1?
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:23 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04616 seconds
  • Memory Usage 2,333KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete