141
onokazu
Re: Auto login
  • 2003/9/17 12:16

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


We've decided not to include this hack in 2.0.4, but will do so probably in 2.1.0. However the code for this hack is still there and is just commented out so that ppl can enable this hack easily. The reason we are not including this in 2.0.4 is that as I have said in the previous post that we should make this as an optional feature. This requires additional entry in one of the DB tables, which I don't think appropriate for a bug fix release.



142
onokazu
Re: uploading images
  • 2003/9/17 6:02

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Is file_uploads option enabled in php.ini?



143
onokazu
Re: Auto login
  • 2003/9/16 2:34

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


I hope that doesn't mean that we should keep session data for a year.

I think that we should at least add a config option in the preferences to be able to set how long auto login cookies can be valid. I also think that this should be an optional feature since this could potentially become a security hole.



144
onokazu
Re: Auto login
  • 2003/9/15 12:23

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


The autologin feature has now been added to the core on CVS. Thanks to all who have contributed on this hack. This will be present in 2.0.4 which is to be released very soon.



145
onokazu
Re: My blocks list in system has disappeared!
  • 2003/9/13 12:24

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Have you tried with MySQL debug On in the preferences? If you get an error SQL query shown in red in the debug window, it might be that the block table is corrupt. In that case, run the following query (either from phpMyAdmn or from the command line) to repair the table.

REPAIR TABLE prefix_newblocks;

Make sure to replace the prefix part with the one actually used on your site.



146
onokazu
Re: "could not insert forum post" error
  • 2003/9/10 12:04

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Quote:

David_Topping wrote:
This problem JUST surfaced yesterday, and NOBODY has been able to post in the forums; it's not a firewall issue for me. :(

How can I fix this? The database seems to be fine otherwise, I just submitted a news article.


It may be that one of the forums table is corrupt. Try MySQL debug and find out which table is having the problem. After that, issue the following SQL from phMyAdmin to fix the table

REPAIR TABLE table_name_here;



147
onokazu
Re: Alerts for Private Messaging
  • 2003/7/25 22:03

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Try the code something like below

if($xoopsUser) {
  
$pm_handler =& xoops_gethandler('privmessage');
  
$criteria = new CriteriaCompo(new Criteria('read_msg'0));
  
$criteria->add(new Criteria('to_userid'$xoopsUser->getVar('uid')));
  
$count $pm_handler->getCount($criteria);
}


$xoopsUser is the current user and $count will now contain the number of message the user have not yet read.



148
onokazu
Re: XOOPS and ODBC
  • 2003/6/5 9:30

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Sounds very interesting..it's now available for download on this site here.



149
onokazu
Re: Please read if you are having trouble using/installing XOOPS.
  • 2003/5/27 1:21

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


I have made this topic sticky.



150
onokazu
Re: Smarty version that XOOPS uses
  • 2003/5/21 16:24

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, only some files in the plugins directory are the ones that we added. It may be better to move those files out of that directory though, so we can just replace the Smarty directory when it is updated.




TopTop
« 1 ... 12 13 14 (15) 16 17 18 ... 22 »



Login

Who's Online

132 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 132


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