Log in

View Full Version : Geek Gallery Popup for vBadvanced Gallery or PhotoPost 4 or higher


Pages : 1 [2]

The Geek
05-14-2005, 05:51 AM
To keep the popup from showing up under Who's Online, add this under DEFINE IMPORTANT CONSTANTS in geek-gallery-popup.php:define('LOCATION_BYPASS', 1); // Don't show popup as location in Who's Online
excellent green - ill chuck this into the next release.

Allan
05-14-2005, 02:15 PM
Hey Geek :)

It would be possible to add the button in them "Quick reply" ?

Geek, no idea ?

greenhybrid
05-14-2005, 03:00 PM
No problem. I provided that code for another hack, too. I wonder why no one uses it.

Lizard King
05-14-2005, 03:04 PM
I also will like to see geek gallery pop up i quick reply :) like Allan

BamaStangGuy
05-16-2005, 12:14 AM
I also will like to see geek gallery pop up i quick reply :) like Allan
In template editor_smiliebox_quickreply add at the end:

<fieldset id="photobox" title="My Photos">
<legend>My Pictures</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="window.open('geek-gallery-popup.php','geekgallery','scrollbars=yes,resizable =yes,width=550,height=500'); return false" title="Pick">Open</a>]</td>
</tr>
</table>
</fieldset>

<if condition="$show['wysiwyg']">
<script type="text/javascript">
<!--
// init the WYSIWYG smilie box
open_smilie_window($wysiwyg);
//-->
</script>
</if>

Allan
05-16-2005, 07:39 AM
In template editor_smiliebox_quickreply add at the end:

<fieldset id="photobox" title="My Photos">
<legend>My Pictures</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="window.open('geek-gallery-popup.php','geekgallery','scrollbars=yes,resizable =yes,width=550,height=500'); return false" title="Pick">Open</a>]</td>
</tr>
</table>
</fieldset>

<if condition="$show['wysiwyg']">
<script type="text/javascript">
<!--
// init the WYSIWYG smilie box
open_smilie_window($wysiwyg);
//-->
</script>
</if>

lol, I have no this template :rolleyes:

edit: For me, it's "showthread_quickreply" template

Thanks BrentWilson, works on 3.0.7 :)

Mr.D
05-17-2005, 10:26 AM
I was wondering is it possible to do in the next version the option to show images by a category that they are in and to chose to show all image or just my images so i can pick an image and post it in the forum from sombody else and if this could be a usergroup option.

greenhybrid
05-17-2005, 02:59 PM
Those would be great ideas. Not two minutes ago I had to upload an image for someone (as the admin) and then was unable to use the popup to stick the thumbnail in a post.

Mr.D
05-17-2005, 04:17 PM
Those would be great ideas. Not two minutes ago I had to upload an image for someone (as the admin) and then was unable to use the popup to stick the thumbnail in a post.

I hope Geek will make this in the next version

The Geek
05-17-2005, 04:27 PM
I hope Geek will make this in the next version
That could be a little difficult - well - not as much difficult as just really time consuming. Ill see what I can do though. Saying that - I wont even get to the next version until my next couple of hacks are completed.

T3MEDIA
05-18-2005, 12:47 AM
In template editor_smiliebox_quickreply add at the end:

<fieldset id="photobox" title="My Photos">
<legend>My Pictures</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="window.open('geek-gallery-popup.php','geekgallery','scrollbars=yes,resizable =yes,width=550,height=500'); return false" title="Pick">Open</a>]</td>
</tr>
</table>
</fieldset>

<if condition="$show['wysiwyg']">
<script type="text/javascript">
<!--
// init the WYSIWYG smilie box
open_smilie_window($wysiwyg);
//-->
</script>
</if>All we need now is a pop up for An Net's journal and were GOOD!

Mr.D
05-18-2005, 04:49 AM
That could be a little difficult - well - not as much difficult as just really time consuming. Ill see what I can do though. Saying that - I wont even get to the next version until my next couple of hacks are completed.


You have my support this could be a very big feature to the Popup Hack :)

Mr.D
05-23-2005, 01:31 PM
Hey Geek can you do a estimate time when will new pop up version be with categories and all...

The Geek
05-23-2005, 05:17 PM
Hey Geek can you do a estimate time when will new pop up version be with categories and all...
nope. I havent planned a version with categories. That was a feature suggestion - but I havnt even looked into implimenting it. Right now I have my hands full devloping some other hacks and Ill most likely wait until after vb3.5 to do much more.

GlitterKill
05-24-2005, 01:00 AM
I would REALLY like to get this hack working since our gallery is a very important part of the site. I have followe all directions to the T. This is what I see when I click the "Open" link under "My Pictures". What is realyl strange is that if you look at the file it is trying to open "sparkswillfly.jpg" the file is actually there under the thumbs folder BUT there is a number one in front of teh real file ("1sparkswillfly.jpg"). Why is it looking for the wrong file?

EDIT// I just realized it was pullign info from the forums db (old tables not yet deleted) before i split the gallery db off into it's own db. HOWEVER, my gallery db is named "pimprig_com_-_gallery". How can I get this gallery db name to work right? What code needs to go where? :)

GlitterKill
05-24-2005, 06:41 PM
I would REALLY like to get this hack working since our gallery is a very important part of the site. I have followe all directions to the T. This is what I see when I click the "Open" link under "My Pictures". What is realyl strange is that if you look at the file it is trying to open "sparkswillfly.jpg" the file is actually there under the thumbs folder BUT there is a number one in front of teh real file ("1sparkswillfly.jpg"). Why is it looking for the wrong file?

EDIT// I just realized it was pullign info from the forums db (old tables not yet deleted) before i split the gallery db off into it's own db. HOWEVER, my gallery db is named "pimprig_com_-_gallery". How can I get this gallery db name to work right? What code needs to go where? :)
Noone knows? I have everythign else ready to go but the way my database is named is breaking the script.

The Geek
05-25-2005, 07:49 AM
hmmm.... had another user who had the same problem and I am trying to remember what the solution was.

If I remember right - mysql hated calling that DB by the fully qualified name as it thought you were trying to use the - operator (it too had _-_ in it). Seems like the solution was to take the db prefix out, then set the DB before the query and return it back after the query.

I would personally avoid using hyphens as object names for this reason (though I know that doesnt help ;) )

GlitterKill
05-25-2005, 02:08 PM
hmmm.... had another user who had the same problem and I am trying to remember what the solution was.

If I remember right - mysql hated calling that DB by the fully qualified name as it thought you were trying to use the - operator (it too had _-_ in it). Seems like the solution was to take the db prefix out, then set the DB before the query and return it back after the query.

I would personally avoid using hyphens as object names for this reason (though I know that doesnt help ;) )
Can you tell me what code to change and where? I really didn't have a choice in the naming scheme of the DBs since that is the way Ensim wanted them named. :)

The Geek
05-25-2005, 04:05 PM
Just out of curiosity - can you see what happens if you put ` around the name ie `pimprig_com_-_gallery`

GlitterKill
05-25-2005, 09:44 PM
This is what I got when I added those around the field for database name (Ex: "'pimprig_com_-_gallery'"):

Database error in vBulletin 3.0.6:

Invalid SQL: 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 'pimprig_com_-_gallery'.photos AS images
INNER JOIN 'pimprig_com_-_gallery'.categories AS c on images.cat=c.id
WHERE images.userid=1 and images.approved=1 ORDER BY images.date DESC LIMIT 0 ,13
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''pimprig_com_-_gallery'.photos AS images
INNER JOIN 'p

mysql error number: 1064

Date: Wednesday 25th of May 2005 05:40:38 PM
Script: http://forums.pimprig.com/geek-gallery-popup.php
Referer:
Username: GlitterKill
IP Address: 68.53.59.67

The Geek
05-26-2005, 11:39 AM
not ' but `

GlitterKill
05-26-2005, 03:39 PM
It works now! Thanks alot The Geek! WOOHOO! :)

The Geek
05-26-2005, 04:17 PM
wicked.

Clayton
06-08-2005, 05:07 AM
Hi The Geek

great work you are doing ...

with this hack, is one able to set group permissions, please?

Cheers

G

Mr.D
06-21-2005, 04:36 AM
Geek when will the new version be and will it have categories

The Geek
06-21-2005, 05:42 AM
Geek when will the new version be and will it have categories
Nothing is planned yet and I still am not sure about the categories thing. Right now Ive got several macks I am working on and to top it off, there is the impending vb3.5 which means everything needs porting over.

dsboyce8624
06-29-2005, 06:27 PM
How about some help with BBCode vs HTML?

Is it written to know which you are using? Mine inserts BBCode no matter which is selected.

The Geek
06-29-2005, 06:28 PM
How about some help with BBCode vs HTML?

Is it written to know which you are using? Mine inserts BBCode no matter which is selected.
It will insert BBcode if you are using a standard editor

dsboyce8624
06-29-2005, 06:36 PM
Right, but in the webpage editor you have the option of using html or bbcode.

This always inserts bbcode. I wanted to get it to know the difference and act accordingly.

The Geek
06-29-2005, 06:49 PM
ah - I got you (I think). You are using a standard editor and you want it to insert the pic as html, not bbcode?

dsboyce8624
06-29-2005, 06:53 PM
Yes, I have the WebPage/GuestBook hack installed. This is a great way to let them include images.

Thing is it offers you two options, to edit in HTML, or to edit in BBCode.

The Popup doesn't know the difference. I told the users how to get the links from the Gallery for HTML, but it's just too cool to get the Popup to know the difference and insert the right kind of code.

The Geek
06-29-2005, 07:16 PM
hmmm - I dont know what to say without giving you a way that would break it for other its designed purpose. You can basically change the pasted code in the template to be HTML instead of BB code, however if its used in a normal forum setting, it will still post HTML which will get converted to plain text.

dsboyce8624
06-29-2005, 07:18 PM
hmmm - I dont know what to say without giving you a way that would break it for other its designed purpose. You can basically change the pasted code in the template to be HTML instead of BB code, however if its used in a normal forum setting, it will still post HTML which will get converted to plain text.

I think I need to add a conditional, same way the web page editor does it.

If html then . . . else . . .

Just not confident in my skills.

The Geek
06-29-2005, 07:21 PM
The problem is that the popup doesnt know where it came from... it just knows is the wysiwyg editor is valid. If it is, it builds and pastes HTML into the editor, otherwose it spits BBcode into the editor.

dsboyce8624
06-29-2005, 07:25 PM
The problem is that the popup doesnt know where it came from... it just knows is the wysiwyg editor is valid. If it is, it builds and pastes HTML into the editor, otherwose it spits BBcode into the editor.

Sounds like a big bite for my tiny mouth. Guess I'll just do a conditional in the webpage editor to only show the popup if using bbcode.

lazytown
08-04-2005, 12:25 AM
The Geek,

I've found what appears to be a bug in the Gallery Popup. If there is an aposthrophe (') in the picture's title, it will not insert correctly into the post. I haven't checked for quotes/etc. Actually when you click the thumbnail in the geek popup, it doesn't do anything.

By the way, I LOVE this mod!

-V

claimbuddy
08-31-2005, 08:29 PM
Anybody subscribed to this thread!

Please post your suggestions for improvements again here.

1) display all images
2) display images in "category" choose category from drop list
3) display images from last week, day
4) display images from

basically when combined with gallery, a way to limit the choices for images you must look through to find the one you want - This way you can set up the gallery to work with the pop up (browser - it is basically an image browser - it browses the folder where all of your files are stored in gallery)

Hades-1
09-18-2005, 07:22 PM
i searched and cant this

what im looking to do is to change the amout of thumbs displayed per row

can anyone help?

T3MEDIA
09-18-2005, 08:15 PM
Nice ideas wish I could code.

Hades-1
09-18-2005, 08:41 PM
*bump

The Geek
09-19-2005, 06:47 AM
i searched and cant this


what im looking to do is to change the amout of thumbs displayed per row

can anyone help?

Its hard coded in which would require some file edits. You want more or less?

Hades-1
09-20-2005, 12:31 PM
Its hard coded in which would require some file edits. You want more or less?

thanks for your reply but i figured that out.

what i would like to know now if you dont mind is id like to add this to almost all the editors.

For instance when you edit your sig i would like this to be there. Could you tell me how?

The Geek
09-20-2005, 09:33 PM
thanks for your reply but i figured that out.

what i would like to know now if you dont mind is id like to add this to almost all the editors.

For instance when you edit your sig i would like this to be there. Could you tell me how?

I think its there in all of them isnt it? If not - its in all except signatures (pretty sure it is though!)

Hades-1
09-20-2005, 10:42 PM
beleive me when i say its not, i installed it and it works great, but its not on the signiture editor.

Hades-1
09-20-2005, 10:51 PM
ok in the signiture editor it shows just [] and nothing else

but it works when posting, editing post and everywhere else, i tried editing the phrases but thats not it.

so whats missing thats not allowing it to work on the sigs?

The Geek
09-21-2005, 05:34 AM
oh right... im speaking from memory so excuse if I screw up :)

either change the phrase in the template modification to a hard coded My Photos or add the phrasegroup to the usercp page (just like the editthread phrasegroup addition)

Sorry I cant be more exact - im out of town right now :) Ill be back late tonight so if your still having problems let me know and ill double check the source and give you the exact instructions.

HTH's

Hades-1
09-21-2005, 12:31 PM
oh right... im speaking from memory so excuse if I screw up :)

change the phrase in the template modification to a hard coded My Photos

thank worked perfect, thanks very much!

sensimilla
09-29-2005, 03:04 PM
any chance for vb 3.5 version of that hack ? thanks in advance

PennylessZ28
10-01-2005, 08:09 PM
I managed to get everything changed for 3.5 however I can't get the install to work.

I had it previously installed and currently experincing this error

Fatal error: Call to undefined function globalize() in /disk3/home2/web/beginner/fbody/geek-gallery-popup.php on line 27

I believe this can be made to work with 3.5 very easily

The Geek
10-01-2005, 11:09 PM
I managed to get everything changed for 3.5 however I can't get the install to work.

I had it previously installed and currently experincing this error

Fatal error: Call to undefined function globalize() in /disk3/home2/web/beginner/fbody/geek-gallery-popup.php on line 27

I believe this can be made to work with 3.5 very easily

Yea, going to take a look at porting it over tomorrow.

Globalize is no longer used in vb3.5. Instead you use the GPC system. The DB object needs to be changed as well. Its not a very big mack so I doubt it will take too long. Ill see if I can do anything by tomorrow

sensimilla
10-05-2005, 05:59 AM
bump! Im looking for it very very :D

keep up the good work mate

The Geek
10-05-2005, 07:19 AM
thanks. Might as well give you an update.

Ive got it 99% ported over - however I need to re-examine the js in there as vb's changed its model somewhat for vb3.5

lazytown
10-06-2005, 06:28 AM
I'm waiting for this with bated breath.

-V

Clayton
10-06-2005, 06:32 AM
I'm waiting for this with bated breath.

-V

nothing beats garlic

MajorFm.com
10-18-2005, 03:40 PM
Yes another hack that was piss easy to install! Appreciated!

Small problem, the norm was to store images at:

/usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/gallery/files

but i stored them at:

/usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/images/gallery

which isnt even in the gallery folder, how do i get round this?

I think i got it working... is this ok?

//$gallery_path is the URL (with no ending space to your photo system
//for photopost: "http://www.YOURSITE.com/photo"
//for vBa: "http://www.yoursite.com/gallery"
$gallery_path="http://www.majorfm.com/";

//$data_folder is the folder (relative to the above URL where the images are kept.
//for photopost:
//$data_folder="/data";
//for vBa:
$data_folder="/images/gallery";

...nope don't think that will work as when you click on the thumb, its the incorrect link to the image page!

...also i don't use the smiley box and that edit has messed up my template:

https://vborg.vbsupport.ru/

Please advise.

lazytown
10-18-2005, 11:10 PM
Any word on updating this to vB 3.5?

The Geek
10-21-2005, 04:18 PM
Should be up by tomorrow at the latest. It has been a freaking nightmare - I HATE JAVASCRIPT!

Anyhoo... heres a screenie to tide you over

nJoy

lazytown
10-21-2005, 06:47 PM
YAY! Thankyou!

The Geek
10-22-2005, 10:42 AM
New version for vb3.5 is here-> https://vborg.vbsupport.ru/showthread.php?t=99011

nJoy

MajorFm.com
10-22-2005, 11:34 AM
help! im over here... whoo hooo?Yes another hack that was piss easy to install! Appreciated!

Small problem, the norm was to store images at:

/usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/gallery/files

but i stored them at:

/usr/local/apache/www/crazyapes/majorfmforum.com/htdocs/images/gallery

which isnt even in the gallery folder, how do i get round this?

I think i got it working... is this ok?

//$gallery_path is the URL (with no ending space to your photo system
//for photopost: "http://www.YOURSITE.com/photo"
//for vBa: "http://www.yoursite.com/gallery"
$gallery_path="http://www.majorfm.com/";

//$data_folder is the folder (relative to the above URL where the images are kept.
//for photopost:
//$data_folder="/data";
//for vBa:
$data_folder="/images/gallery";

...nope don't think that will work as when you click on the thumb, its the incorrect link to the image page!

...also i don't use the smiley box and that edit has messed up my template:

http://img52.imageshack.us/img52/4581/reply3ag.jpg

Please advise.

sensimilla
10-24-2005, 06:06 AM
outstanding thanks!

hotwheels
10-28-2005, 01:32 PM
I have been reading this thread for several day's and have noticed that atleast 5 people have the same issue i do, yet, noone has answered how to actually fix this problem> Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-shelby_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-bullitts_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-98saleen_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-1970-Ford-Mustang-Boss-351_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-1970-Ford-Mustang-Mach-1_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-1998mustang_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-1969-Ford-Mustang-Mach-1_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-1965_shelby_mustang_350gt_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-2006-Saleen-Speedster3_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-2006-Saleen-Speedster2_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-2006-Saleen-Speedster_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

Warning: getimagesize(http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-2006-Saleen-Speedster1_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198


no matter what i change, i cannot get past this error.

Wired1
10-28-2005, 02:22 PM
hotwheels:

http://www.insanemustangs.com/home3/hotwheel/public_html/forums/files/1/1-shelby_thumb.jpg doesn't exist.

What is the correct URL to nav to that file? Somewhere in the GEEKPOPUP SETTINGS, you have the folder location listed incorrectly.

hotwheels
10-28-2005, 03:11 PM
it seems that my file is calling for: http://www.insanemustangs.com/gallery/files/1/1-bullitts_thumb.jpg

and it should be calling for: http://www.insanemustangs.com/gallery/files/1-bullitts_thumb.jpg

and i don't know why? I have the file set to call http://insanemustangs.com/gallery/files and for some reason when i execute it, it installs the /1 after files.

hotwheels
10-29-2005, 02:47 PM
k, still working on this one and have hit a dead end.

In the geek pop-up php, these are the setting's i have:

//$gallery_path is the URL (with no ending space to your photo system
//for photopost: "http://www.YOURSITE.com/photo"
//for vBa: "http://www.yoursite.com/gallery"
$gallery_path="http://www.insanemustangs.com/gallery";

//$data_folder is the folder (relative to the above URL where the images are kept.
//for photopost:
//$data_folder="/data";
//for vBa:
$data_folder="/files";


now when i click on the open in my post reply area, i get an error www insanemustangs.com/gallery/files/1/1.image

I am not putting that /1 right after the word files. I cannot figure out how to get the geek popup to quit calling that /1.......if you check the links i posted above, you will see that when the /1 isn't called, it show's the image.....

please please help me figure out how to get this damn /1 out of the geek pop up php call......

hotwheels

hotwheels
10-29-2005, 10:41 PM
bueller, bueller......anyone?

hotwheels
10-29-2005, 11:42 PM
just incase anyone want's to look and see how i have the file set up, here is the actual file.
As you can see, i am don't have a /1 anywhere in this file, but yet it keep's calling for it. Say's i have an error on 198, which is no http addy.....it wouldn't have the addy if it would just call for the /files instead of /files/1 ......

hotwheels
10-31-2005, 01:19 AM
bueller? bueller? anyone?

The Geek
10-31-2005, 11:39 AM
Hotwheels - do you have a rewrite rule (ie a SEO mod)?
the /1 folder is your userid. vBa (and I think PP if I remember right) sticks your images in a fodler structure based on your userid.

For instance, if my user id is 118 then it will put my images in IMAGEROOT/1/1/8
For you its most likely IMAGEROOT/1

I have never known PP or vBa to put all images in the root of the folder.

By the way, I have been out of town the since the 28th ;)

hotwheels
10-31-2005, 07:12 PM
thanks for the reply...........this has been very frustrating........i have tried everyone of the geek_popup.php file's........the popup show's, but i either get the 198 error or there just isn't any images.........here is a shot of the last one i updated last nite:

// ### VBA SETTINGS ###

// IF using vBa Gallery - uncomment the following block and set variables

$photo_system="vba"; // Tells system you are using vBa gallery (other option is pp for photopost
$gallery_path="http://www.insanemustangs.com/gallery/files"; //URL to vBa gallery root
$gallery_server_path="/home3/hotwheel/public_html/gallery"; //server path to above URL
$data_folder="/files"; //Root folder containing images note leading /
//### END VBA SETTINGS ###

This one has the popup box, no picture's and there is no error shown on the page. As there was with the other .php file i tried.

do you have a rewrite rule (ie a SEO mod)?
and i have no idea what that is.....none. I am not very good at php, but i have managed to get most program's to work within my site. Usually i find if i am having problem's, it's a me issue, but this one......i just don't know, i have gone over and over this one and just can't get this program to work........

and i hope wales was awesome...........went to bath when i was a kid, was a great place to visit...

hotwheels
10-31-2005, 07:25 PM
with this php file,
//$gallery_path is the URL (with no ending space to your photo system
//for photopost: "http://www.YOURSITE.com/photo"
//for vBa: "http://www.yoursite.com/gallery"
$gallery_path="http://www.insanemustangs.com/gallery";

//$data_folder is the folder (relative to the above URL where the images are kept.
//for photopost:
//$data_folder="/data";
//for vBa:
$data_folder="/files";

//$defaultmethod determines the default insertion method.
//valid values are: gallery, thumb, large, clickthumb
$defaultmethod="gallery";

// END GEEKPOPUP SETTINGS

I get the 198 error: Warning: getimagesize(http://www.insanemustangs.com/gallery/files/1/1-gr1concept05_05_thumb.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /geek-gallery-popup.php on line 198

and if you cut and paste that http and take out the /1, it show's the image.

The Geek
10-31-2005, 08:56 PM
The 198 error is saying that your path is technically wrong. According to your DB, thats where the gallery file SHOULD be, but its not.

If you want to PM me an admincp account, ill look into it for you

hotwheels
11-01-2005, 12:04 AM
for my phpadmin or for my actual site itself?

The Geek
11-01-2005, 05:39 AM
for my phpadmin or for my actual site itself?

For the site

hotwheels
11-01-2005, 11:20 PM
Thanks for tryin man, i do appreciate you looking at it..........I won't hold my breath on brian helping much on the problem with my vbadvanced, he is busy with other stuff.

Thanks again, hotwheels

banshee
11-03-2005, 08:28 PM
My install works however when you click on the page it does not work it does change the page in the url but does not change the page. I notice you asked about vbSEO and I do have that installed does that make a difference?

Please help

Thanks

Jason

hotwheels
11-06-2005, 12:21 PM
try shootin the geek a pm......i know he is reallly busy right now, and that would be the quickest way to get a response from him.......great person to deal with in my opinion...

hotwheels

prof3ta
11-06-2005, 07:41 PM
First to all of those who had the [] problem where nothing shows up, I got it working by running the installer again. Everything worked fine after that, except a stupid little problem I cant seem to fix:

the popup window resizes too small, and it looks really weird. I have this problem in both Firefox and IE, tried changing dimensions but didnt work. Interesting that 12 pictures are shown IN A ROW without any breaks. Any ideas of what could be wrong?

Im running Photopost btw

prof3ta
11-06-2005, 08:21 PM
I just realized that the problem occurs only in Default Style! it works perfectly with the rest of my skins on both browsers.
I really have no clue since the code is the exact same!

T3MEDIA
11-27-2005, 05:50 PM
First to all of those who had the [] problem where nothing shows up, I got it working by running the installer again. Everything worked fine after that, except a stupid little problem I cant seem to fix:

the popup window resizes too small, and it looks really weird. I have this problem in both Firefox and IE, tried changing dimensions but didnt work. Interesting that 12 pictures are shown IN A ROW without any breaks. Any ideas of what could be wrong?

Im running Photopost btwsame thing here I asked about that a long time ago. I think its a lost issue. Might have to update I dont think this is supported. Not sure though... it may be but I doubt it.

The Geek
11-27-2005, 08:10 PM
Hey there. I cant really support it anymore because I dont have vb3.0x installed anymore and I dont have Photopost. I have released an upgraded version for 3.5.1.

HTH's

T3MEDIA
12-02-2005, 06:53 PM
How would one use the already installed geek gal popup to put images on a users profile page? using pp5 and 3.0.x? I am sure it can be done I mean its pulling the images. I would love to have this simply put say 4 images max on the users profile. I could do the tmplate work if I knew what php coding I needed done.

looking at the geek php file I assume I could paste some of this stuff... I would like advise and permision of course.... Just trying to do something that seems common place for all other members besides pp 5 and vb 3.0.x users.
Ideas?

UtahNissans
01-21-2007, 04:47 AM
Is there a way to make it so that it inserts the original image by default instead of the thumbnail?