Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
8 - 2 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: Xmspotlight 1.01 alpha SMD - How to use?
by stefan88 on 2007/4/22 20:40:38

Hi,

enable php debug mode and look for errors.

(Administration Menu -> System -> Preferences -> General Settings = set 'Debug mode' to PHP debug and submit)

Re: Xmspotlight 1.01 alpha SMD - How to use?
by davidl2 on 2007/4/22 20:20:15

Quote:

Bandit-X wrote:
if u notice any bugs or any ideas/ suggestions with the module. feel free to post it on my forums or at dev.xoops.org


See above.
Re: Xmspotlight 1.01 alpha SMD - How to use?
by amin_ts on 2007/4/22 19:58:44

Need some help please concerning XM-Spotlight 1.02 Beta.


I have installed the module on my website, and i also use News 1.44 module on my website.

But when i activate the Xmspotlight in the BLOCKS of my webstie the whole web page does not appear (the web page -homepage is blank).

When i deactivete the Xmspotlight BLOCK, then my web page appears.

i used XOOPS 2.0.13

I really need help figuring this out, help will be appreciated.


Thanks in advance.
Re: Xmspotlight 1.01 alpha SMD - How to use?
by stefan88 on 2006/12/31 9:41:26

There are some function names change in 1.5.

Quote:
I encountered the same problems with XM-Spotlight 1.02 Beta2 and News 1.50 0n XOOPS 2.0.16


Start with changing in file "xmspotlight\blocks\xmspotlight_block_news.php"

this:
le="color: #000000"><?php $xmspotdateformat = getmoduleoption('dateformat'); //Gets The Date Format Used By The News Module


into THIS:
le="color: #000000"><?php // -~--- CHANGE START ---~- //$xmspotdateformat = getmoduleoption('dateformat'); //Gets The Date Format Used By The News Module $news_module =& $module_handler->getByDirname('news'); $news_version = $news_module->getVar( 'version' ); if (($news_version ) >= 150) { $xmspotdateformat = news_getmoduleoption('dateformat'); //Gets The Date Format Used By The News Module } else { $xmspotdateformat = getmoduleoption('dateformat'); //Gets The Date Format Used By The News Module } // -~--- CHANGE END ---~-


and in file "xmspotlight\class\class.xmspotlight.php"

This:

le="color: #000000"><?php $topics = MygetItemIds('news_view');


Into THIS:

le="color: #000000"><?php // -~--- CHANGE START ---~- //$topics = MygetItemIds('news_view'); $news_module =& $module_handler->getByDirname('news'); $news_version = $news_module->getVar( 'version' ); if (($news_version ) >= 150) { $topics = news_MygetItemIds('news_view'); } else { $topics = MygetItemIds('news_view'); } // -~--- CHANGE END ---~-
Re: Xmspotlight 1.01 alpha SMD - How to use?
by iHackCode on 2006/12/23 6:02:17

Quote:

tzvook wrote:
No bugs here, I just wonder, how problematic will it be to make the module work with the article module ?

i havent used that module yet so i dont really know how it work.s


Quote:

LucaNet wrote:
~ ~
I encountered the same problems with XM-Spotlight 1.02 Beta2 and News 1.50 0n XOOPS 2.0.16

Also, If I hold mouse over the XM-Spotlight icon, the menu pop out only 'Admin' and 'BlocksAdmin', but no 'General Settings' are displayed.


i have been a bit busy lately. and havent tested it out with the current version of News (1.5x). and XooPS 2.0.16 . While reading the news on the new version of News 1.5x , i see that some functions have changed names that would cause some problems with the module.

and for the 'General Settings' link.. there is not one in the current version since the settings for the module are for the block and so they are in the block's settings. ,But there might be a link in the next version for setting which version of News is running on the site, so the block can work correctly.

Who's Online

472 user(s) are online (420 user(s) are browsing Support Forums)


Members: 0


Guests: 472


more...

Donat-O-Meter

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

Latest GitHub Commits