2921
ghia
Re: Inquire about the news module
  • 2009/4/16 15:06

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It is included!
Go to admin - blocks (/modules/system/admin.php?fct=blocksadmin)
Select the News module and edit the 'Top News' block for making it visible in a center column.



2922
ghia
Re: Xoops 1.3.10 with PHP5
  • 2009/4/16 13:41

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


The problem may at two places:
the class can not instantiate itself (maybe with no construct). Try to compare the class file with the one of the 2.0.x editions.
or the calling program failed to provide the required parameters.

A pity, you missed the upgrade.



2923
ghia
Re: redirect issue
  • 2009/4/16 13:25

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I asked for the URL, to help to identify, which module and form you are using (and I still have no clue).



2924
ghia
Re: Inquire about the news module
  • 2009/4/16 13:20

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Userx, welcome on the XOOPS forum!

What you see is the top story block for the module News (v1.63) from Instant-zero, intented to show the last news article together with the titles of other recent articles on the home page.



2925
ghia
Re: Xoops 1.3.10 with PHP5
  • 2009/4/16 11:18

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It is because $xoopsModule is an object and not a text.
You could add before:
if ( !$xoopsModule 
{
 echo 
"XM : Missing module object";
}
elseif ( !
$xoopsModule->isActivated() ) 
{
 echo 
"XM : Module not activated";
}

This will clear up which of the two conditions has lead to the message.



2926
ghia
Re: cron to copy folder
  • 2009/4/16 7:25

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Would you share the solution?



2927
ghia
Re: MyTube 1.05 RC-1 released
  • 2009/4/16 7:19

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
It really doesn't matter which CMS you develop for, whether it Joomla, ICMS, Drupal or Mambo, if the core updates, modules usually have to follow and I am really sorry, I wish I could say different on this matter.
This is not true for ImpressCMS. They are determined to keep compatibility with XOOPS 2.0 and 2.2 by observing the original API's, where 2.3 fails in this regard.
And I doubt it is the case for the other CMS. Probably yes, for major version changes, but almost certainly not for the minor ones.



2928
ghia
Re: Remove search box infront of my banner after installing 2.3.3
  • 2009/4/15 22:50

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Add a
visibilityhidden;
or
displaynone;
to xo-searchbar in your css file.



2929
ghia
Re: fiblack3d menu spacing help
  • 2009/4/15 21:46

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Add this to your theme's style.css file:
#mainmenu a {display: block;} 
#usermenu a {display: block;}



2930
ghia
Re: realestate module
  • 2009/4/15 21:29

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Thanks to wcrwcr, I added two real estate modules to module repository.
Beware!
These are very old modules and may not run on PHP5 or XOOPS 2.3.x.




TopTop
« 1 ... 290 291 292 (293) 294 295 296 ... 461 »



Login

Who's Online

237 user(s) are online (163 user(s) are browsing Support Forums)


Members: 0


Guests: 237


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