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
  #42  
Old 10-27-2005, 10:14 PM
trilljester's Avatar
trilljester trilljester is offline
 
Join Date: Jul 2005
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting 404 errors when trying to go to the second page of images and vbAgallery is installed in a folder called gallery under the main Forums folder.
Reply With Quote
  #43  
Old 10-28-2005, 03:56 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looking at the source it appears that the multiple page calls are going to http://www.xyz.com/forum/geek-galler...=vB_Editor_001

Since the first operator is an & instead of a ?, some servers (like my own) are having a hissy fit and producing a 404 page.

Thanks for hacking this and for keeping PP support despite not using that product anymore.
Reply With Quote
  #44  
Old 10-28-2005, 05:18 PM
trilljester's Avatar
trilljester trilljester is offline
 
Join Date: Jul 2005
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ted_s: Should I change the call to a ? while waiting for a fix for this problem?
Reply With Quote
  #45  
Old 10-28-2005, 05:23 PM
ricker ricker is offline
 
Join Date: Jun 2003
Location: Apple Valley, CA
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trilljester
I'm getting 404 errors when trying to go to the second page of images and vbAgallery is installed in a folder called gallery under the main Forums folder.
Same here ... still.

Quote:
Originally Posted by Ted S.
Looking at the source it appears that the multiple page calls are going to http://www.xyz.com/forum/geek-galle...d=vB_Editor_001
Where exactly is the source?
Reply With Quote
  #46  
Old 10-29-2005, 04:08 PM
Bellinis's Avatar
Bellinis Bellinis is offline
 
Join Date: Aug 2005
Location: Amsterdam, the Netherland
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We used to have this on our previous board and I'm so happy it's available for vbulletin too
Great work !!!

I've just installed, but I do have a path problem.
I'm using photopost and my photopost directory is located in my root folder.

Quote:
Originally Posted by martinchan
Apparently, there are some script errors in the .php files if you are using Photopost. I got it corrected and working beautifully at my site.

Attached is the file I corrected.
I used martinchan's modiefied file (thanks martinchan!) to make it work, but it still isn't working 100%. The pop-up works great, only the inserted URL for the photo's is incorrect.

It shows for example:
PHP Code:
[img]http://www.domain.com/board/../photopost/data/502/2textielfabriek2.jpg[/img] 
So I need to get rid of the "/board"
How can I change this?
Reply With Quote
  #47  
Old 10-29-2005, 07:42 PM
Bellinis's Avatar
Bellinis Bellinis is offline
 
Join Date: Aug 2005
Location: Amsterdam, the Netherland
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also I noticed I can't used the page selector: no matter which pagenumber I press, it keeps showing me the same pictures (or does this have something to do with my problem described above?).

I'd love to get this working
Reply With Quote
  #48  
Old 10-30-2005, 04:12 AM
FASherman's Avatar
FASherman FASherman is offline
 
Join Date: Aug 2002
Posts: 289
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Definitely not what I've come to expect from The Geek.

Things I've noticed right off:

1. No variable specified to check for version 5. After
PHP Code:
$pp_ver        $vbulletin->options['geekgallery_pp_ver']; 
You need to add
PHP Code:
$pp_five        $vbulletin->options['geekgallery_pp_is_five']; 
2. Change $photo_prefix to $pp_prefix

3. Need to define $imageid
PHP Code:
$imageid        $vbulletin->options['geekgallery_pp_is_five']; 
geekgallery_perpage

Even then, the selected image posts into the page, not the editor and the page number links go nowhere.

Normally, "The Geek" means not only quality, but really cool innovations. The idea for this one delivers on the latter, but the former isn't up to usual standards.
Reply With Quote
  #49  
Old 10-30-2005, 11:33 AM
DefenceTalk DefenceTalk is offline
 
Join Date: Dec 2004
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting this error:

Quote:
Database error in vBulletin 3.5.0:

Invalid SQL:
SELECT count(imageid) total FROM defence_gallery.photos WHERE userid=7;

MySQL Error : Table 'defence_gallery.photos' doesn't exist
Error Number : 1146
Date : Sunday, October 30th 2005 @ 08:31:57 AM
Script : http://www.defencetalk.com/forums/ge...=vB_Editor_001
Referrer :
Classname : vb_database
Reply With Quote
  #50  
Old 10-30-2005, 11:42 AM
Bellinis's Avatar
Bellinis Bellinis is offline
 
Join Date: Aug 2005
Location: Amsterdam, the Netherland
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DefenceTalk
I am getting this error:
For photopost use the file found here:
https://vborg.vbsupport.ru/showpost....4&postcount=13

(but it still doesn't work 100%)
Reply With Quote
  #51  
Old 10-30-2005, 05:24 PM
DefenceTalk DefenceTalk is offline
 
Join Date: Dec 2004
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bellinis
For photopost use the file found here:
https://vborg.vbsupport.ru/showpost....4&postcount=13

(but it still doesn't work 100%)
Thanks!

Yeah, I am now getting 404 errors when trying to view images on other pages (1, 2, 3, etc.). :ermm:
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 07:05 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.05437 seconds
  • Memory Usage 2,322KB
  • 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
  • (4)bbcode_php
  • (6)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