21
iHackCode
Re: googlemaps module

It's probably because its using google maps api v2 and not v3. I'll see if i can fix some of it in a few days.

in the googlemaps_index_userprofile.html template. search for . 'Lien vers Profil' . that infobox should be what you are looking for.



22
iHackCode
Re: Forum New Topic and Reply buttons are broke while viewing topics

I'm just reporting an issue i saw on the xoops.org website.



23
iHackCode
Forum New Topic and Reply buttons are broke while viewing topics

Forum 'New Topic' and 'Reply' buttons are broke while viewing topics. If you look at the 'Reply' button on this post you will see that its broken.



24
iHackCode
Re: Cookie Bar

Weird that no one has made one yet.



25
iHackCode
Is checksum.php and checksum.md5 removed from the releases?

Is checksum.php and checksum.md5 removed from the releases? Cause I can't find them.



26
iHackCode
Re: where is...

DB connection info is in xoops_data\data\secure.php



27
iHackCode
Re: Can

Is your user auth_method still set to xoops?

SELECT FROM 'yourprefix_config' WHERE 'conf_name' 'auth_method';

The conf_value should be 'xoops'



28
iHackCode
Re: Where do you include your JS?

Ah okay



29
iHackCode
Re: How are the modifo.php files loaded ?

When the main menu loads the links it also loads the modinfo.php of each module in that menu *1.

Constants used in a block should be defined in \\language\blocks.php. That is loaded when the buildblocks() function is run on each module *2.

Within each module, the main.php language file is loaded automatically by the common.php *3. That is where these constants should be defined instead.

XOOPS 2.5.7.1
*1. the sublinks() function . http://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsCore/releases/2.5.7.1/htdocs/modules/system/blocks/system_blocks.php#l135

defined in: http://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsCore/releases/2.5.7.1/htdocs/kernel/module.php#l182

*2. http://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsCore/releases/2.5.7.1/htdocs/class/xoopsblock.php#l198

the xoops_loadLanguage() function loads the blocks language files automatically.

*3 http://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsCore/releases/2.5.7.1/htdocs/include/common.php#l334
Hope that helps.

I dont know what is the best way. maybe add this to the header file in the module. $xoopsModule->loadInfo('simplenewsletter');



30
iHackCode
Where do you include your JS?

Hi All,

Where do you include your Javascript. Do you include it in the HEAD or right before the closing BODY tag?

or does it depend.




TopTop
« 1 2 (3) 4 5 6 ... 93 »



Login

Who's Online

184 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits