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

Reply
 
Thread Tools
Geek Gallery Popup 4.0 Details »»
Geek Gallery Popup 4.0
Version: 4.00, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-21-2005 Last Update: 11-07-2005 Installs: 86
Template Edits
 
No support by the author.

From the makers of lint and fuzz come the oh-so-popular-cant-live-with-out Mack that transformed the lives of all whom beheld it.

Yes, this is: Geek Gallery Popup for vBa and PhotoPost*

Gpop will allow your users to easily insert pictures from their gallery into their posts and private messages.

New features include:
Browse by category
Insert aligned images

Installation difficulty: About as hard as a sneeze
File edits: 0
Plugins: 0
template edits: 1

Known issues:
If the editor isnt selected, and you click a pic... it inserts the freaking pic in the page instead of the editor. Odd stuff. Im sure ill figure that out shortly.

*PhotoPost support is built in however please note that I dont have PP any longer and so I cant really test for it. Therefore, if you are a PP user, let me know if it works

Please click install if you install it.

nJoy

Show Your Support

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

Comments
  #192  
Old 04-28-2007, 08:31 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ArchangelX View Post
Same here...any idea on this? Mine looks great, works fully, but all I have is a "Directories" link, that's it.

I would love to have this fully functioning. Please let me know if anyone has a fix for this, thanks!
Ok I have a fix now for vBGallery 2.2

Thanks to Andreas for this!

Find in geek-gallery-popup.php

PHP Code:
 'adv_gallery_opt',
 
'gallery_ugroups'); 
around line 37 and change to

PHP Code:
 'adv_gallery_opt',
 
'ppg_stats',
 
'gallery_ugroups'); 
Reply With Quote
  #193  
Old 04-28-2007, 02:51 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Running vBGallery 2.2 and I've tried the above fixes. I'd like to get this running again. Seems as if the error has to do with how it's calling the table "DATABASE-NAME-IS-HERE.ppgal_photos". I looked at my tables and I am not even running a table called "ppgal_photos", but rather "ppgal_images"

Help?

(I've elected to remove the site name)

Check out my problem:

Code:
Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT count(id) total FROM ppgal_photos WHERE userid=4;

MySQL Error  : Table 'DATABASE-NAME-IS-HERE.ppgal_photos' doesn't exist
Error Number : 1146
Date         : Saturday, April 28th 2007 @ 08:35:10 AM
Script       : http://www.SITE-NAME-IS-HERE.com/forums/geek-gallery-popup.php?ed=vB_Editor_001
Referrer     : http://www.SITE-NAME-IS-HERE.com/forums/newthread.php?do=newthread&f=15
IP Address   : XXXXXXXXXX
Username     : XXXXXXXXXXXX
Classname    : vB_Database
Reply With Quote
  #194  
Old 04-28-2007, 04:38 PM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jluerken View Post
Hi,

Test on 3.6.5 and vbGallery 2.1
https://vborg.vbsupport.ru/showpost....&postcount=188
Quote:
Originally Posted by jluerken View Post
Ok I have a fix now for vBGallery 2.2

Thanks to Andreas for this!

Find in geek-gallery-popup.php

PHP Code:
 'adv_gallery_opt',
 
'gallery_ugroups'); 
around line 37 and change to

PHP Code:
 'adv_gallery_opt',
 
'ppg_stats',
 
'gallery_ugroups'); 
Use the file attached and include the little change for 2.2 and it should work
Reply With Quote
  #195  
Old 05-12-2007, 08:53 AM
DaveS DaveS is offline
 
Join Date: Apr 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trana View Post
Any chance of this working in the PM editor window? Right now it just shows PHP gibberish:
For anyone else getting this. I've just had this after I moved servers.
It's because the opening line is <? and not <?PHP
If you change it, it works fine.
Hope that helps someone!
Reply With Quote
  #196  
Old 07-07-2007, 10:09 PM
Bellinis's Avatar
Bellinis Bellinis is offline
 
Join Date: Aug 2005
Location: Amsterdam, the Netherland
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Recently we moved our site to a new server.
After the move we changed the path settings accordingly in GGP, but we are still getting this weird dbase error:

Quote:
Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT count(id) total FROM tsjech_photo.photos WHERE userid=1;

MySQL Error : SELECT command denied to user 'tsjech_vbulletin'@'localhost' for table 'photos'
Error Number : 1142
Date : Sunday, July 8th 2007 @ 01:06:50 AM
Script : http://www.mydomain.net/board/geek-g...=vB_Editor_001
What could be causing this??
Reply With Quote
  #197  
Old 07-08-2007, 08:05 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its already saying this
Quote:
SELECT command denied to user 'tsjech_vbulletin'@'localhost' for table 'photos'
It means that you must check the DB right for user tsjech_vbulletin. This user does not have enough rights. With phpMyAdmin its just a few clicks
Reply With Quote
  #198  
Old 07-08-2007, 08:21 AM
Bellinis's Avatar
Bellinis Bellinis is offline
 
Join Date: Aug 2005
Location: Amsterdam, the Netherland
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, got it working now. Both databases used a different username, so just to make sure, I added the vb user to pp and the other way around
Reply With Quote
  #199  
Old 08-15-2007, 09:00 PM
Subah's Avatar
Subah Subah is offline
 
Join Date: Feb 2006
Location: KUWAIT
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any update for 3.6.8 ?
Reply With Quote
  #200  
Old 08-16-2007, 02:57 AM
tormodg tormodg is offline
 
Join Date: Oct 2004
Location: Oslo, Norway
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Subah View Post
Any update for 3.6.8 ?
It's working fine for us on 3.6.8 using vBgallery 2.2.
Reply With Quote
  #201  
Old 08-16-2007, 11:35 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tormodg View Post
It's working fine for us on 3.6.8 using vBgallery 2.2.
But it does not seem to work with 3.6.8 and vBGallery 2.3. You get a blank white pop-up screen.
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 08:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04487 seconds
  • Memory Usage 2,318KB
  • 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_code
  • (4)bbcode_php
  • (8)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