PDA

View Full Version : [Small Mod] - If you use Geeks Gallery Popup


KTBleeding
02-26-2005, 02:23 PM
If you have installed Geek Gallery Popup for vBadvanced Gallery or PhotoPost 4 or higher (https://vborg.vbsupport.ru/showthread.php?t=73040) this little mod will allow the phrases to show up.

Open up "articles.php" and find:
$phrasegroups = array('showthread','posting','threadmanage','messa ging','user');

Replace it with:
$phrasegroups = array('showthread','posting','threadmanage','messa ging','user','Geek_Gallery_Popup');
Edit: Hmm, I don't know why vBulletin is spacing that out.. make sure it's Geek_Gallery_Popup, and not Geek_Gallery_Pop up

Fixed. I told you it was small.

cinq
02-26-2005, 11:49 PM
But I don't see the purpose of this change. ( just the showing of that hack's phrases in vbArticles - where are they shown anyways ? )
Are you somehow integrating the Gallery Popup hack into the vbArticles hack and if so where is the corresponding code changes ? :)

KTBleeding
02-27-2005, 12:37 AM
But I don't see the purpose of this change. ( just the showing of that hack's phrases in vbArticles - where are they shown anyways ? )
Are you somehow integrating the Gallery Popup hack into the vbArticles hack and if so where is the corresponding code changes ? :)
Well, with the gallery hack, it adds the gallery popup code to the smilie box template, so it's on the article submission by default. (IF you have smilies enabled).

Without it calling the phrases, the box looked a little funky and the link wouldn't work.

cinq
02-27-2005, 12:39 AM
Ic, perhaps a screenshot of it in action ?
I dun really get what you mean, cos I haven't installed that hack yet

KTBleeding
02-27-2005, 01:08 AM
Sure thing. Keep in mind that these will look different, as I have modified my WYSIWYG template.

If you have the Geek Gallery Popup installed, you'll have noticed the phrases don't show up for it when adding an article. (Screen shot #1)

This little mod allows it to pull the GGP phrases. (Screen shot #2)