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
  #172  
Old 09-24-2006, 11:40 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have been beggin' Geek right here

Hopefully he'll get to it soon.
Reply With Quote
  #173  
Old 11-08-2006, 05:05 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrderanged
Does this hack work with 3.6?
Yes, it does. Just installed Photopost 5.5 and this hack on 3.6.2, working like a charm right out of the box. No problems whatsoever.

Sven
Reply With Quote
  #174  
Old 11-17-2006, 05:04 AM
mindbuster mindbuster is offline
 
Join Date: Oct 2002
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those who are using photopost vBGallery, and not the ordinary photopost, you can edit the geek_gallery_popup.php file and rename the tables, any occurance of "adv_gallery_whatever" should be changed to "ppgal_whatever", that makes geek_popup work with vB3.6, i just went through it, works fine.

Just a hint
Reply With Quote
  #175  
Old 11-17-2006, 12:03 PM
CeBra CeBra is offline
 
Join Date: Oct 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cellarius View Post
Yes, it does. Just installed Photopost 5.5 and this hack on 3.6.2, working like a charm right out of the box. No problems whatsoever.

Sven
mmh - I tried it today with PP 5.5. and vB 3.6.3 and ran into a db_connect error.
I have PP and vB installed in different db's for backup-reasons.

Error-message is:

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

MySQL-Fehler : Access denied for user: 'd5896545@localhost' to database 'd123456'

Any idea where I can set the db login values? (If that's the only problem here ..)

Any help is much appreciated
Reply With Quote
  #176  
Old 12-02-2006, 10:12 AM
rwilkins108's Avatar
rwilkins108 rwilkins108 is offline
 
Join Date: Oct 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LBmtb View Post
I have the same problem. :ermm: Photopost version 5.3.1 and VB 3.6. If you need a few bucks via paypal for 'encouragement,' PM me. This would be very nice if it would would perfectly. Dont know if it matters but I also paid for GARS.
I had the same problem and changed two of the SQL Select statements in the geek-gallery-popup.php file to ignore the row if it's a category (storecat=0).

here are the two places I had to change for PP:

FROM:
PHP Code:
$pages $db->query_first("SELECT count(id) total FROM $gallery_db$pp_prefix "photos WHERE userid=$userid"); 
TO:
PHP Code:
$pages $db->query_first("SELECT count(id) total FROM $gallery_db$pp_prefix "photos WHERE userid=$userid AND storecat=0"); 
AND

FROM:
PHP Code:
    $query="SELECT
        images.id AS imageid,images.cat,c.catname AS cattitle,'' AS extention,images.title,
        images.bigimage AS filename,images.medsize,images.width owidth, images.height oheight,images.medwidth width,images.medheight height
        FROM 
$gallery_db$pp_prefix "photos AS images
        INNER JOIN 
$gallery_db.  $pp_prefix "categories AS c on images.cat=c.id
        WHERE images.userid=
$userid and images.approved=1 ORDER BY images.date DESC LIMIT $start ," . ($perpage); 
TO:
PHP Code:
    $query="SELECT
        images.id AS imageid,images.cat,c.catname AS cattitle,'' AS extention,images.title,
        images.bigimage AS filename,images.medsize,images.width owidth, images.height oheight,images.medwidth width,images.medheight height
        FROM 
$gallery_db$pp_prefix "photos AS images
        INNER JOIN 
$gallery_db.  $pp_prefix "categories AS c on images.cat=c.id
        WHERE images.userid=
$userid and images.storecat=0 and images.approved=1 ORDER BY images.date DESC LIMIT $start ," . ($perpage); 
Ron
Reply With Quote
  #177  
Old 12-03-2006, 01:10 AM
rwilkins108's Avatar
rwilkins108 rwilkins108 is offline
 
Join Date: Oct 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just wanted to say this mod is great, i love it! I wanted to add a bit of functionality to it, so I posted this on PhotoPost's web site and wanted to see if anyone here has any idea:
__________________________________________________ ___
Hi, I've got Photopost Pro and it's great.

I've got a vB mod that allows you to insert an image from your gallery into the WYSIWYG editor (Geek Gallery Popup 4.0) and it works nice, but I'd like to add 1 more piece of functionality to it, uploading pictures to your gallery right in the "insert an image" popup.

I've added 2 text boxes to that popup, one that would take a URL and one that is for a File (with browse button) as well as a button to upload the requested file to the person's gallery.

The question is, how do I actually upload it? Is there a PP function I can call that, given file and user information, would upload into their own gallery? I'd like it to just upload without opening another page, no description nor category selection, just to the user's gallery. If not a function, would the only other way to insert via sql, any other ideas on how to do this?

Thanks a ton!
Reply With Quote
  #178  
Old 12-05-2006, 01:46 PM
dpnow dpnow is offline
 
Join Date: Jul 2006
Location: Hemel Hempstead UK
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CeBra View Post
mmh - I tried it today with PP 5.5. and vB 3.6.3 and ran into a db_connect error.
I have PP and vB installed in different db's for backup-reasons.

Error-message is:

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

MySQL-Fehler : Access denied for user: 'd5896545@localhost' to database 'd123456'

Any idea where I can set the db login values? (If that's the only problem here ..)

Any help is much appreciated
I have much the same problem - does anyone have a suggestion?

Ian
Reply With Quote
  #179  
Old 01-06-2007, 06:20 AM
HP10T HP10T is offline
 
Join Date: Jan 2007
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason I don't even have thumbnails showing in my popup window, anyone have any input?
Reply With Quote
  #180  
Old 01-06-2007, 04:22 PM
UtahNissans UtahNissans is offline
 
Join Date: May 2006
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahhh I had the server path and gallery url swapped so that is why no pics showing. THanks for the awesome mod!
Reply With Quote
  #181  
Old 01-12-2007, 06:45 PM
dpnow dpnow is offline
 
Join Date: Jul 2006
Location: Hemel Hempstead UK
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kahmeal View Post
Not sure if this is a new bug or not, but when the images belong to other categories in addition to the members gallery, I get a bunch of blank thumbnails listed along with the working thumbnails from the member's gallery. Here's a screenshot:



This problem does not occur if no additional category is specified for a given image when it is uploaded by the user.
Hi, did this issue get resolved as I have exactly the same problem. If an image is displayed in a secondary category, its thumbnail doesn't show.

Thanks,

Ian
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 11:04 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.04784 seconds
  • Memory Usage 2,325KB
  • 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
  • (5)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