51
christian
Re: Selected module does not exist
  • 2007/8/6 8:28

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Hi,

The versions 1.0 are not supported any more.
You must make evolve your core to the last stable version. I think that you will have to also update your modules.



52
christian
Re: Can anybody help me on a small hack problem with Catads 1.4
  • 2007/8/6 8:23

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Instant zero prepares a new version of this module which will be avalaible soon.



53
christian
Re: Cannot view Blocks
  • 2007/8/5 15:24

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Welcome,

Just remove <?php and ?>



54
christian
Re: How can I customize search results to show categories and titles in it
  • 2007/8/5 15:20

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


With the news module, you must edit the news/include/search.inc.php


......
//    $sql = "SELECT storyid, topicid, uid, title, created FROM ".$xoopsDB->prefix("stories")." WHERE (published>0 AND published<=".time().") AND (expired = 0 OR expired > ".time().') ';
    
$sql "SELECT storyid, topicid, uid, title, [b]topic_title[/b], created FROM ".$xoopsDB->prefix("stories")." [b]as s left join ".$xoopsDB->prefix("topics")." as t on s.topicid = t.topic_id[/b] WHERE (published>0 AND published<=".time().") AND (expired = 0 OR expired > ".time().') ';
.......

if (
$display) {
            
$ret[$i]['image'] = "images/forum.gif";
            
$ret[$i]['link'] = "article.php?storyid=".$myrow['storyid']."".$searchparam;
            
$ret[$i]['title'] =[b$myrow['topic_title']." - [/b]".$myrow['title'];
            
$ret[$i]['time'] = $myrow['created'];
            
$ret[$i]['uid'] = $myrow['uid'];
            
$i++;
        }

For smartsection, it's similar.



55
christian
Re: Newbb not showing subforum posts on index page
  • 2007/8/2 11:08

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Hi,

You have a option in preferences settings : Display Mode of subforums on index page.



56
christian
Re: Newbb 3.01 doesn't count correct topics and answers to them
  • 2007/7/31 19:22

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


The last version for CBB is 3.08, download here.

You must update framework and xoopseditor :

Frameworks:
https://xoops.org.cn/uploads/mydownloads/xoops/xoops-frameworks-art.zip orhttp://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1357

xoopseditor:
https://xoops.org.cn/uploads/mydownloads/xoops/xoops-class-xoopseditor.zip
orhttp://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1155



57
christian
Re: Xoops Search - A Better Implementation?
  • 2007/7/30 16:22

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Thank, Your text was added in the FAQ



58
christian
Re: openid module
  • 2007/7/27 9:53

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


The implementation of openid in XOOPS is done in the core and not in a module.

It is yet only one test for the moment and it is not finalized yet .



59
christian
Re: Xoops 2.0.9.2?
  • 2007/7/27 6:00

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Hi,

You can download this version from sourceforge XOOPS france.



60
christian
Re: XFGuestbook Download
  • 2007/7/27 5:56

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


You can download version 2.40a (with anti-spam captcha) from xoops france.




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 30 »



Login

Who's Online

164 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 164


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