Version: 4.00, by The Geek
Developer Last Online: Jan 2019
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.
Fasherman - maybe you noticed that in the Readme AND the first post that PP framework is there but cant even be tested as I dont have PP anymore? A little hard to make something error free when you cant even test it. Sheesh.
The path issue and ampersand issue will get sorted tonight although im now debating even releasing it here at all now.
Geek, I appreciate your work a lot and I would really love to get this working for photopost. I could give you access to my photopost script so you could test out some things if you need to. Let me know
Ive updated the package to address a couple of issue raised here. Initial testing looks fine however AS I MENTIONED BEFORE: I dont freaking have PP anymore so I cant really test it and therefore am not fully supporting PP installations. Everyones constructive input for the PP side of things is very helpful so thank you (I may take you up on your offer Bellinis)
This update addresses the missing ? in the url and should address installations outside of the forum directory.
Please note that there is a new setting (Server path and FULL URL).
To upgrade, upload the latest contents of upload/forums content and re-import the product-gpop.xml file overwiritng the previous version).
Can you PM me a test account and URL so I can test uploading and stuff?
Thanks
whoa sorry..been away and totally didn't see this.
anyway...maybe a moot point now. just uploaded the new version and have a totally different issue now:
it won't load. :/
when click open...the pop-up comes up and processes foreeevverr (1%...2%...5%.....7%..... etc) and after a while it just craps out and I get a "page cannot be found error"
ack!!
I'm gunna PM you now anyway so you can take a look.
<?
##################################################################################
## ##
## Geek Gallery Popup (gpop) 4.01 ##
## installer, upgrader, uninstaller and dishwasher ##
## You could be scolded and publicly humiliated by altering or stealing my code##
## Copyright 2005 by The Geek. Code may not be used in whole ##
## or part without my written permission. You may not distribute this ##
## or any of my files without my written permission. If you do, ##
## you could face imprisonment on some desolate island far from civilization ##
## dweeb. ##
## This pretty box for example is mine. If you copy or modify this pretty box, ##
## my suits will be on you like... well - like suits. Only poorly tailored ##
## cheap suits. People may make fun of you for such cheap suits. ##
## ##
## geek-gallery-popup.php ##
## Last file chage 22.10.05 ##
## ##
## Copyright ?2005 vBGeek. All Rights Reserved. ##
## This file may not be redistributed in whole or significant part. ##
## http://www.thevbgeek.com ##
##################################################################################
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'Geek-Gallery');
// ######################### REQUIRE BACK-END ############################
$globaltemplates = array(
'geek-photo-popup',
'geek-photo-row'
);
$phrasegroups = array('Geek_Gallery_Popup');
$specialtemplates = array(
'gallery_c_cache',
'gal_mod_cache',
'adv_gallery_opt',
'gallery_ugroups');
require_once('./global.php');