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
  #212  
Old 11-30-2007, 09:56 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tormodg View Post
Still working fine for us with the fix mentioned above

https://vborg.vbsupport.ru/showpost....&postcount=202
With vBGallery 2.3 or other?
Reply With Quote
  #213  
Old 11-30-2007, 10:41 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works with Gallery 2.3 with the above fix however the user categories are not included in the popup window which is a huge missing option.
Reply With Quote
  #214  
Old 12-01-2007, 03:20 AM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got it working with 2.3 on my install earlier tonight as well but am getting a merge_array error from gallery_global.php -- Is anybody else running it with Gallery 2.3 with vB 3.6.8 on PHP 5.x?

LK, do you mean user categories that the users create themselves or ... ? I looked at the code earlier tonight (my community members explicitly asked for the functionality of this hack ) and I don't see anything in there that likely can't be overcome.
Reply With Quote
  #215  
Old 12-01-2007, 08:33 AM
tormodg tormodg is offline
 
Join Date: Oct 2004
Location: Oslo, Norway
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
With vBGallery 2.3 or other?
No, we're still on vBGallery 2.2. 2.3 broke some other functionality for us.
Reply With Quote
  #216  
Old 12-01-2007, 12:51 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
Got it working with 2.3 on my install earlier tonight as well but am getting a merge_array error from gallery_global.php -- Is anybody else running it with Gallery 2.3 with vB 3.6.8 on PHP 5.x?

LK, do you mean user categories that the users create themselves or ... ? I looked at the code earlier tonight (my community members explicitly asked for the functionality of this hack ) and I don't see anything in there that likely can't be overcome.
I dont have a problem with 2.3 , 3.6.8 and php 5.x .

Yep i am talking about the user categories. I also looked at that a while back but couldn't find it also. Zach will be the man who can solve that
Reply With Quote
  #217  
Old 12-02-2007, 01:46 AM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lizard King View Post
I dont have a problem with 2.3 , 3.6.8 and php 5.x .
HHhhmm... for some reason I'm getting an array_merge from gallery_global.php with it attempts to merge the global templates array. I'll play tonight or tomorrow.


Quote:
Originally Posted by Lizard King View Post
Yep i am talking about the user categories. I also looked at that a while back but couldn't find it also. Zach will be the man who can solve that
Um.... OK. I was about to say that I tried it last night and didn't see any problems with user created categories but it sounds like you're working on a different solution.
Reply With Quote
  #218  
Old 12-03-2007, 01:43 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
HHhhmm... for some reason I'm getting an array_merge from gallery_global.php with it attempts to merge the global templates array. I'll play tonight or tomorrow.
Problem fixed. Frankly, I don't see how somebody could not get an error considering that $globaltemplates is unset in global.php and is then attempted to be merged in gallery_global.php in the 'vba' section.

Quote:
Originally Posted by KW802 View Post
Um.... OK. I was about to say that I tried it last night and didn't see any problems with user created categories but it sounds like you're working on a different solution.
User categories still working but I noticed that as an Admin' I still see only my own uploads. I'm torn between adding code so that the user can either see all images that they have permissions to or just their own pics as it is now or making it usergroup based. HHhhmm...
Reply With Quote
  #219  
Old 01-03-2008, 12:35 PM
behcet behcet is offline
 
Join Date: Apr 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for all comments. So i have an another question. are there any systems that showing the photos in the message as soon as uploading? i mean, i want to add a image to my message. but it is not existing in my gallery. on the reply screen, when i upload a image, i want to send it to the concerned category in the gallery. after uploading in the same screen, i want to show it in the message. i thnik i am able to tell my wish. thanks again.
Reply With Quote
  #220  
Old 01-06-2008, 09:07 AM
Subah's Avatar
Subah Subah is offline
 
Join Date: Feb 2006
Location: KUWAIT
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anybody try it with vBa 2.4.1 ?
Reply With Quote
  #221  
Old 01-06-2008, 09:35 AM
Subah's Avatar
Subah Subah is offline
 
Join Date: Feb 2006
Location: KUWAIT
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems not work with 2.4.1\

Quote:
See this? It means you have no freaking pictures in your gallery to show!
i have this error and i add this file
https://vborg.vbsupport.ru/showpost....&postcount=208
and it is not work ethar !!
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 06:37 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.05347 seconds
  • Memory Usage 2,316KB
  • 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
  • (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