31
novlang1984
Re: Block Management for xoops 2.5.0




32
novlang1984
Re: Oledrion items' limit

hello

Look into admin/actions/products.php and comment
// Produits relatifs ****************************************************
 //$relatedProducts = $h_oledrion_products->getObjects($criteria);
 /*foreach($relatedProducts as $oneitem) {
 $relatedProducts_d[$oneitem->getVar('product_id')] = xoops_trim($oneitem->getVar('product_title'));
 }*/


Not sure it is the right thing to do, above all if you need related products feature !



33
novlang1984
Blocks and CKEditor with Xoops 2.5.1a

hello,

When I create a new block, and enter all required informations (included Content textarea), I have a JS warning and I have to submit form twice.

I use :
- Xoops 2.5.1a
- default themes (front and back sides)
- CKEditor (lastest version)
- Opera browser

To make it works without warning, make this change into /module/system/class/block.php
//$form->addElement(new XoopsFormEditor(_AM_SYSTEM_BLOCKS_CONTENT, "content_block", $editor_configs), true);
            
$form->addElement(new XoopsFormEditor(_AM_SYSTEM_BLOCKS_CONTENT"content_block"$editor_configs), false);



34
novlang1984
Re: BlocksAdmin module and formdhtmltextarea.php

hello,

Question is still there... if someone have the answer, he's welcome

---

About missing defines :

Step 01

> in /blocksadmin folder, search _MD_AM_ and replace by _I_WANNA_MORALIZE_CAPITALISM (or what you want)

Step 02

> in blocksadmin folder, search _AM_ and replace by _AM_SYSTEM_BLOCKS_

Step 03

> in blocksadmin folder, search _I_WANNA_MORALIZE_CAPITALISM and replace by _AM_SYSTEM_

Step 04

In blockadmin/language/english/modinfo.php, add these defines
Quote:
define( '_AM_SYSTEM_BLOCKS_BADMIN' , 'Blocks administration' );
define( '_AM_SYSTEM_BLOCKS_SIDE' , 'Side' );
define( '_AM_SYSTEM_BLOCKS_ACTION', 'Actions' );
define( '_AM_SYSTEM_BLOCKS_BLKTYPE', 'Position' );


... it seems to do the trick



35
novlang1984
Re: 2011 Sitemap Module

hello,

2 small Errors noticed (debug mode, Xoops 2.5.1a) :
Quote:
Notice: Use of undefined constant _AM_XSITEMAP_XML_UPDATE - assumed '_AM_XSITEMAP_XML_UPDATE' in file /modules/xsitemap/include/functions.php line 326
Notice: Use of undefined constant _AM_XSITEMAP_XML_VIEW_XML - assumed '_AM_XSITEMAP_XML_VIEW_XML' in file /modules/xsitemap/include/functions.php line 326



36
novlang1984
Re: Is there any good Blog module for Xoops 2.5?

try to find Wordpress for xoops :
http://xoops.tn.edu.tw/index.php
orhttp://ja.xpressme.info/download/



37
novlang1984
Re: Ecommerce module

Agree with you.

All developers I have contacted about Oledrion said : "too complicated to update", ask to someone else or use another tool ... it means another CMS.

I hope it will change one day



38
novlang1984
Re: 2.5.1a and Google Chrome

It seems this is an issue with cache folders.

Do you get the same problem in a local environment ?
Are you sure this problem is related to Chrome browser ?
Have you checked cache folder permissions ?





39
novlang1984
Re: captcha related files

See into class/captcha/
You can disable captcha into config.php :
'disabled' => true, // Disable CAPTCHA



40
novlang1984
Re: News 1.67 RC 1 ready for testing

Missing defines :

admin.php
Quote:
// Added in 1.67
define('_AM_NEWS_CONFIG_CHECK',"Configuration checking");
define('_AM_NEWS_CONFIG_PHP'," PHP Compatible");
define('_AM_NEWS_CONFIG_XOOPS'," Xoops Compatible");


modinfo.php
Quote:
// Added in 1.67
define("_MI_NEWS_HOME", "Main");
define("_MI_NEWS_ABOUT", "About");
define("_MI_NEWS_UPGRADE", "Update");



Forgotten defines, modinfo.php
Quote:
define("_MI_NEWS_SHARE_ME", "Share item");
define("_MI_NEWS_SHARE_ME_DSC", "Display a 'share' item ?");
define("_MI_NEWS_SHOWICONS", "Share item displaying");
define("_MI_NEWS_SHOWICONS_DSC", "Display an icon in each article ?");


On front side, two forgotten defines, main.php
Quote:
define('_NW_EDIT',"Edit");
define('_NW_DELETE',"Delete");





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



Login

Who's Online

212 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 212


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits