2091
Dave_L
Re: Problems with most all modules
  • 2003/12/16 1:09

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


when you click on certain screens, nothing happens

One possibility is that you're clicking on a Javascript link, without having Javascript enabled at your end.



2092
Dave_L
Re: Forum moderators
  • 2003/12/15 23:45

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


No, I added a moderator later.



2093
Dave_L
Re: The date format in MySQL
  • 2003/12/15 19:52

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Those values represent the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).

Here's an example of converting to a date/time string:

SELECT FROM_UNIXTIME(post_time) FROM xoops_bb_posts

Thee are other ways of formatting the date/time described here: MySQL Date and Time Functions

Or you could use PHP's functions to do the conversion.



2094
Dave_L
Re: Forum moderators
  • 2003/12/15 19:14

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


True, but that also lets moderators do all the other forum admin functions (add/edit/delete forums, etc).




2095
Dave_L
Forum moderators
  • 2003/12/15 7:23

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


[2.0.5.1]

A couple of questions about forum (NewBB) moderators.

1) The column xoops_bb_forums.forum_moderator is apparently not used, or no longer used, since the moderator assignments are stored in the xoops_bb_forum_mods table. Is that correct?

2) It looks like forum moderators are intended to have the ability to edit or delete other users' posts. If I manually invoke modules/newbb/edit.php while logged in as a moderator, it works. However, the Edit and Delete buttons are not present when viewing the post. Is that a bug, or did I neglect to do something after assigning a moderator?



2096
Dave_L
Re: Forum Module
  • 2003/12/13 3:43

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Are you saying that you want to export a phpBB database and then import it into a XOOPS database, so that the forum (NewBB) module will use it, without doing any sort of conversion?



2097
Dave_L
Re: NewBB - Time zone offsets - relative, not absolute
  • 2003/12/11 20:57

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Thanks

Ignore this bug report.



2098
Dave_L
Re: NewBB - Time zone offsets - relative, not absolute
  • 2003/12/11 20:42

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I don't follow you.

Could you explain that please?



2099
Dave_L
NewBB - Time zone offsets - relative, not absolute
  • 2003/12/11 20:33

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


The user time zone selections are labelled as specific time zones relative to GMT: GMT, GMT+1, GMT-1, etc. But the value selected is apparently used as an offset to the server's time, not to GMT.

So if the server is running on GMT-8, and I want to see topic/post times displayed in GMT-5, then I would need to select the zone GMT+3 (which is confusing).

I think it would be clearer to replace the time zone selection menu with a text box for entering a numerical offset.



2100
Dave_L
Re: Default Notification Method
  • 2003/12/11 16:54

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I don't know if this is the best way, but it looks like it should work:

kernel/user.php, class XoopsUser::(constructor)

Change:

$this->initVar('notify_method'XOBJ_DTYPE_OTHER1false);


To:

$this->initVar('notify_method'XOBJ_DTYPE_OTHER2false);





TopTop
« 1 ... 207 208 209 (210) 211 212 »



Login

Who's Online

151 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 151


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