gpEasy CMS » Documentation

Browse > Comments

 Results 1 to 5 of 8   Previous   Next

language plugin

Comment :: TalkModified: 26 Mar 2012, 05:40Created: 25 Mar 2012, 13:56

Hi,

I need your help. I succesfully installed the language plugin for gpEasy. This is works excellent. Thank you. I have a question, how can I make a different language menu, because I can't change its language. Please help me. Thanks

Hi, which plugin are you referring to? If it's a plugin you downloaded on gpEasy.com, there's a support forum you can post questions in right on the plugin's page.

[html head] Javascript code in addon.ini

Comment :: TalkModified: 2 Nov 2010, 02:20Created: 31 Oct 2010, 15:18

I'm writing an Addon that requires a JavaScript function to be called on every page. Of course when you try to end a line in the code with a semi-colon it starts a comment in the addon.ini code. Is there any way to get around this?

That looks like it's a bug with gpEasy's ini parser. You can link to a javascript file:
html_head = '<script type="text/javascript" src="{$addonRelativeCode}/script.js"></script>'
... Read More (132 words)

GetGadgets separately on sidebar

Comment :: TalkModified: 4 Mar 2010, 20:46Created: 3 Mar 2010, 11:14

Hi Josh, i was wondering if it is at all possible to call the sidebar-Gadgets separately. Like for example: instead of gpOutput::GetAllGadgets(); we could call gpOutput::GetGadget(Simple_Search); and gpOutput::GetGadget(Simple_Blog);...

It will be easier to play around with these gp_Areas when creating themes!!

Maybe i've answered the question, but since i'm not a PHP pro, i want to run this through you first, so i don't mess up the source code.

... Read More (222 words)

File Inclusion

Comment :: TalkModified: 3 Mar 2010, 22:28Created: 3 Mar 2010, 06:05

Hi, while I'm very lucky about the possibility of including a gallery in a normal page I found a little annoyance. When a gallery is only accesseble as included file, there is the javascript part not working. If one visit the pure Gallery first, after that it is working inside a page, too. Any chance to ix this?

Yes. It was reported on sourceforge.net and I fixed it this morning. I'm hoping to have a new release out within a week. -Josh

Colorbox on other pages

Comment :: TalkModified: 18 Feb 2010, 19:01Created: 12 Feb 2010, 18:03

Hi Josh, i've been trying to figure out how to use colorbox on other pages either than 'special_gallery', but it's not working. i want to open the full-sized images with colorbox, by clicking the thumbnails on a 'normal' page. I've tried linking the colorbox.js and .css on the head section of my theme template.php and using the rel="gallery_gallery" in the link like its done on the special_gallery pages, but it keeps opening the images in browser. ps:Where and how do i use the function common::AddColorBox();

... Read More (258 words)

Previous 1 2 Next