11
iHackCode
Re: Xmspotlight 1.01 alpha SMD - How to use?

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
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

12
tzvook
Re: Xmspotlight 1.01 alpha SMD - How to use?
  • 2006/11/22 16:28

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


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


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

13
LucaNet
Re: Xmspotlight 1.01 alpha SMD - How to use?
  • 2006/12/6 2:15

  • LucaNet

  • Friend of XOOPS

  • Posts: 90

  • Since: 2006/5/25


Quote:

konadu wrote:
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.

AT first i thought it was because i was using an older version on Xoops, so i changed to use XOOPS 2.0.15.

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


Thanks in advance.

Or should i change or upgrade my news mobule?




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.

14
iHackCode
Re: Xmspotlight 1.01 alpha SMD - How to use?

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.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

15
stefan88
Re: Xmspotlight 1.01 alpha SMD - How to use?
  • 2006/12/31 9:41

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


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:
$xmspotdateformat getmoduleoption('dateformat'); //Gets The Date Format Used By The News Module


into THIS:
//   -~---  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:

$topics MygetItemIds('news_view');


Into THIS:

//   -~---  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  ---~-
..

16
amin_ts
Re: Xmspotlight 1.01 alpha SMD - How to use?
  • 2007/4/22 19:58

  • amin_ts

  • Just popping in

  • Posts: 70

  • Since: 2005/3/6 1


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.

17
davidl2
Re: Xmspotlight 1.01 alpha SMD - How to use?
  • 2007/4/22 20:20

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


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.

18
stefan88
Re: Xmspotlight 1.01 alpha SMD - How to use?
  • 2007/4/22 20:40

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi,

enable php debug mode and look for errors.

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

..

Login

Who's Online

177 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 177


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