Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #122  
Old 12-16-2005, 07:25 PM
dieselpowered's Avatar
dieselpowered dieselpowered is offline
 
Join Date: Aug 2004
Location: Arizona
Posts: 661
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any resolution to that pesky issue of the image being placed within the site and not in the editor?

Also, if any of the options are changed my images dissapear and I have to close the window to get them back...Odd stuff indeed!

Any help would be greatly appreciate with these two issues
Reply With Quote
  #123  
Old 01-03-2006, 02:01 AM
hamedatl hamedatl is offline
 
Join Date: Sep 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We're running the photopost on a different database with a different username/password. The Geek Gallery Popup Settings allow choosing the database, but not the username/password... Is there somewhere in the script that I can set this? Thanks.
Reply With Quote
  #124  
Old 01-03-2006, 05:55 AM
beernuts beernuts is offline
 
Join Date: Aug 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xtremeoff-road
Any resolution to that pesky issue of the image being placed within the site and not in the editor?

Also, if any of the options are changed my images dissapear and I have to close the window to get them back...Odd stuff indeed!

Any help would be greatly appreciate with these two issues
Can I just throw in a meek ditto?

This mod would be fantastic, but given the number of users on my board, these two issues make this mod not quite ready for primetime.

-Nick
Reply With Quote
  #125  
Old 01-04-2006, 12:46 AM
ProjectCamaro ProjectCamaro is offline
 
Join Date: Nov 2004
Location: Wisconsin
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have Photopost VBGallery and after trying everything listed on all these pages it simply won't work. I'm not sure what changes Photopost made to the gallery but they are effecting the hack.
Reply With Quote
  #126  
Old 01-04-2006, 04:36 AM
hotwheels hotwheels is offline
 
Join Date: May 2005
Location: Cheyenne, wy
Posts: 1,380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ProjectCamaro, try this.......If you can see your image's in the gallery normally.

Server Path: /your/path/here/forums/gallery

Gallery URL: http://www.yoursite.com/forums/gallery

Data Folder: /files

click save.......

Now go to the geek-gallery-popup.php either in your file manager, or you can edit the file, reupload it and just copy over the existing file....
Anyways, open geek-gallery-popup.php and scroll down to
Quote:
$folderstring = $gallery_files_path;
if ($photo_system == "vba")
{
$folders = preg_split( '//',$userid,-1, PREG_SPLIT_NO_EMPTY);
foreach ($folders AS $uid)
{
//$folderstring .= '/' . $uid;
}
And where you see $folderstring .= '/' . $uid; Put // in front of $folderstring .= '/' . $uid; just like i have in the quote.........see what happens.


hotwheels
Reply With Quote
  #127  
Old 01-11-2006, 02:06 AM
Trana Trana is offline
 
Join Date: Apr 2005
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmmm, I can't seem to get this to work. Right now it is popping up a blank white window.

I am running this on Windows 2003, so I was wondering if someone can help me get my paths correct.

c:\inetpub\wwwroot (CMPS home)
c:\inetpub\wwwroot\forum (forum home)
c:\inetpub\wwwroot\gallery (VBA Gallery home)
c:\inetpub\wwwroot\gallery\files (VBA Gallery photos)

Right now I am running this on a local test box, so my url is http://localhost

I think I have tried every combination but still can't seem to get the right settings.

Any ideas?

Thanks!
Reply With Quote
  #128  
Old 01-15-2006, 12:28 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

db error on 3.5.3

Quote:
Database error in vBulletin 3.5.3:

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

MySQL Error : Table 'Forum.photos' doesn't exist
Error Number : 1146
Date : Sunday, January 15th 2006 @ 02:27:16 AM
Script :***/geek-gallery-popup.php?ed=vB_Editor_001
Referrer : ***/newreply.php?do=newreply&p=129
IP Address : 127.0.0.1
Username : -[Moosa]-
Classname : vb_database

Edit: changed $vbulletin->options['geekgallery_system'] to vba then popup got blank
Reply With Quote
  #129  
Old 01-15-2006, 07:28 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you verify that you guys have geek-photo-popup template installed in your style?
Reply With Quote
  #130  
Old 01-15-2006, 10:02 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i made sure, yes i do
geek-photo-popup and geek-photo-row
Reply With Quote
  #131  
Old 01-15-2006, 03:19 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

Hotwheels' modification corrected an issue I was having. My images are all being stored in the "/files" directory and not "/files/1/". This includes my members. I was getting a bunch of the horrid "red x's" where the images should have been. I am running the ORIGINAL vBadvanced Gallery by Brian if that makes a difference. Mine was not upgraded through PP.

By adding the comment that Hotwheels suggested, MY images appear now. I am currently waiting to make sure member submissions do as well.
Reply With Quote
Reply

Thread Tools

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 06:11 PM.


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.04847 seconds
  • Memory Usage 2,308KB
  • Queries Executed 27 (?)
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
  • (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
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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