1191
ackbarr
Re: RSS (RFC-822) validate

If I am reading the specifications correctly, it looks like the validator is failing on the timezone portion of the date.

Quote:
This feed does not validate.
* line 7, column 48: lastBuildDate must be an RFC-822 date
<lastBuildDate>Fri, 26 Sep 2003 03:22:14 JST</lastBuildDate>

* line 25, column 44: pubDate must be an RFC-822 date (10 occurrences)
<pubDate>Thu, 25 Sep 2003 05:36:02 JST</pubDate>



1192
ackbarr
Re: Theme Change question

In XOOPS 2.0.3 you need to activate the Theme block to change themes. This change is not permanent ATM, but lasts as long as your session does.



1193
ackbarr
Re: WebSlave Project - a project managment tool

Quote:
Error message: Table 'xoops.xoops_ws_restrictions' doesn't exist
Seems like this table did not get created properly by the sql script - see my post above, then uninstall the module and re-install to get a new copy of the tables



1194
ackbarr
Re: Hack request: Private message sorting

This is definitely great news. I'll eagerly await the first release of this new module.



1195
ackbarr
Re: Hack request: Private message sorting

agreed - I like how vbulliten handles the private msg system. If you are sent a pm and your box is over the limit, it sends you an email stating that you missed a pm and that you need to clean out your box.



1196
ackbarr
Re: Hack request: Private message sorting

Ok, I took a look at the problem and have a solution. However since that solution is not easy to explain, I packaged my modified file up as a download on my website. To get the updated version of this hack, please follow the link below:

http://ackbarr.greatweb.com/xoops2/modules/mydownloads/singlefile.php?lid=13



1197
ackbarr
Re: Unable to send user activation key

do other email functions within XOOPS - Mail Users, Notification Emails, work? AFAIK, all email functions with XOOPS use the same mailer settings, so if one fails they should all fail.



1198
ackbarr
Re: Hack request: Private message sorting

well that makes absolutely no sense I'll have to dig into the code a little deeper tonight and see what I can find



1199
ackbarr
Re: WebSlave Project - a project managment tool

Just installed the latest beta and caught a typo in the /sql/mysql.sql script
#
# Table structure for table 'xoops_ws_restrictions'
#

CREATE TABLE xoops_ws_restrictions (


should be:

#
# Table structure for table 'ws_restrictions'
#

CREATE TABLE ws_restrictions (


Other than that, the module seems to be working well



1200
ackbarr
Re: Hack request: Private message sorting

sure. Try this mod for XOOPS 2.0.3 (w/o the IPB module):

On ~line 50:
$pm_arr =& $pm_handler->getObjects(new Criteria('to_userid'$xoopsUser->getVar('uid')));

can be replaced with:
$criteria = new CriteriaCompo(new Criteria('to_userid'$xoopsUser->getVar('uid')));
$criteria->setSort('msg_time');
$criteria->setOrder('desc');
$pm_arr =& $pm_handler->getObjects($criteria);




TopTop
« 1 ... 117 118 119 (120) 121 »



Login

Who's Online

220 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 220


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