91
onokazu
Re: Using xoops db with htaccess
  • 2003/10/29 6:02

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Try with the following line

AuthMySQLMD5Passwords On



92
onokazu
Re: Criteria class for SQL 'OR'
  • 2003/10/27 17:40

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Try it like this:

if ( !empty($HTTP_POST_VARS['interest']) ) {
$criteria = new CriteriaCompo(new Criteria('interest1', '%'.$myts->addSlashes(trim($HTTP_POST_VARS['interest'])).'%', 'LIKE'));
$criteria->add(new Criteria('interest2', '%'.$myts->addSlashes(trim($HTTP_POST_VARS['interest'])).'%', 'LIKE'), 'OR');
}



93
onokazu
Re: Criteria class for SQL 'OR'
  • 2003/10/27 14:54

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


$criteria = new CriteriaCompo(new Criteria('column1', 'searchitem'));
$criteria->add(new Criteria('column2', 'searchitem'), 'OR');




94
onokazu
Re: $xoopsTpl - unexpected value for module name
  • 2003/10/27 13:24

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


If you really need to do that, you can also use the get_template_vars($name) function, where $name is the name of the template variable you have assigned.



95
onokazu
Re: Forum Problem
  • 2003/10/27 7:48

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Go to the general preferences page, and choose MySQL debug for the debugging option. And then try posting again to see if any error message will be displayed in the debug window.



96
onokazu
Re: $xoopsTpl - unexpected value for module name
  • 2003/10/27 7:45

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


$xoopsTpl->_tpl_vars is a private property of the XoopsTpl class, so it shouldn't be used from outside of the class. As you said, you would need to use $xoopsModule->getVar('name') to get the name of the current module.



97
onokazu
Re: PostgreSQL support? Why not ADODB?
  • 2003/10/26 10:40

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


We're still on the planning phase, on the todo list.



98
onokazu
Re: Why dont i get...
  • 2003/10/24 14:26

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


XOOPS remembers the page you were at just before logging in. Maybe you were trying to view the profile page before login?



99
onokazu
Re: PostgreSQL support? Why not ADODB?
  • 2003/10/24 14:25

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, we're still planning to add PGSQL support as soon as possible.



100
onokazu
Re: XoopsThemeForm->insertBreak Doesn't work
  • 2003/10/24 14:23

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Thanks, this has been fixed on CVS.
https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=13173&forum=2




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 22 »



Login

Who's Online

125 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 125


more...

Donat-O-Meter

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

Latest GitHub Commits