61
onokazu
Re: Search function
  • 2003/11/3 10:25

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


If you want to display platform names in the search results, then change the following line

SELECT d.lid,d.cid,d.title,d.submitter,d.date,t.description

to

SELECT d.lid,d.cid,d.title,d.submitter,d.date,t.description,d.platform

and

$ret[$i]['title'] = $myrow['title'];

to somethins like below

$ret[$i]['title'] = $myrow['title'].'('.$myrow['platform'].')';

Hope this helps.



62
onokazu
Re: Internal error when clicking on "View Account"
  • 2003/11/3 10:06

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Upload the template files under modules/system like Herko said, and update the system module from the module admin section.



63
onokazu
Re: Forum moderator cannot delet posts
  • 2003/11/3 10:00

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


mouacy, have you updated the forum module from the module admin page?



64
onokazu
Re: Forum moderator cannot delet posts
  • 2003/11/3 9:59

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Thanks! I have just committed the fix to CVS.



65
onokazu
Re: Want to change table structure of existing table using sql.
  • 2003/11/3 9:56

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


The core tables are protected so that they are not changed by the modules. Your XOOPS may lose compatiblility with the future versions of XOOPS. There is a way to change the tables during install, using php though. Can you tell me why you need to change the table?



66
onokazu
Re: Modifying Recent Comments Links
  • 2003/11/3 9:51

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, you can just change the com_mode=thered to com_mode flat.



67
onokazu
Re: Search function
  • 2003/11/3 9:50

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


You need to change the following line

d.title LIKE '%$queryarray[$i]%' OR t.description LIKE '%$queryarray[$i]%'

to

d.platform '%$queryarray[$i]%' OR LIKE d.title LIKE '%$queryarray[$i]%' OR t.description LIKE '%$queryarray[$i]%'

There are 2 similar lines in the file, so you need to change both.



68
onokazu
Re: line 76 of User.php
  • 2003/11/2 18:39

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Ok, change the line as it was before in 2.0.3. For now, I do not have any idea why it is not working on your server.



69
onokazu
Re: Why I can't use xoops2
  • 2003/11/2 18:37

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


What happens if you change the following line around line 220-230 in common.php:

$xoopsRequestUri = @xoops_getenv('REQUEST_URI');

to

$xoopsRequestUri = @xoops_getenv('SCRIPT_NAME');



70
onokazu
Re: Install Fatal Error
  • 2003/10/31 20:35

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


The file you are using is an old file. The line was changed in 2.0.5.http://cvs.xoops.sourceforge.net/viewcvs.py/xoops/xoops2/install/class/dbmanager.php?r1=1.10&r2=1.11

Download the full package, extract it at a different location and try again.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 22 »



Login

Who's Online

222 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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