Moderator: Integra Moderator
a) Shoutbox auto refresh. Does it too often and slows system. disable auto refresh but keep shoutbox which is refreshed by moving between pages/forums.
b) Cannot create a category in forums admin, i get a 1054 error, how do i solve this?
c) view posts since last visit doesn't work, it shows loads of forums and posts that I have read since las visit, how do i solve this?
d) Auto prune cannot be changed to anythingn other than 7 days.
view posts since last visit doesn't work, it shows loads of forums and posts that I have read since las visit, how do i solve this?
"Frost";p="24444" wrote:I think he is wanting them to clear automatically after he views them, without having to click "Mark Forums Read"
This way, not all of the topics disapear. (Example: If he only has time to view a few at the moment, and doesn't want to have to remember which ones he viewed before. But like you, I think they clear themselves but that may only be if you reply)
Mark forums read
MySQL trouble fix: unknown column in à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¹Ã…“field list
Just a note that when youre trying to insert data into a table and you get the error
Unknown column à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¹Ã…“the first bit of data what you want to put into the tableà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¹Ã…“ in à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¹Ã…“field list
using something like
INSERT INTO table (this, that) VALUES ($this, $that)
its because youve not got any apostrophes around the values youre trying to stick into the table. So you should change your code to:
INSERT INTO table (this, that) VALUES ($this, à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¹Ã…“$that)
"tmotley";p="24439" wrote:view posts since last visit doesn't work, it shows loads of forums and posts that I have read since las visit, how do i solve this?
This works for me. View posts since last visit, read the ones I want to, ignore the topics I don't care about. If I click the view posts since last visit again, the topics I've read are no longer there. I just go to the main forum page, mark all forums read, and I'm done. After marking forums read, the view posts since last visit link finds no results.
On my site, I placed a 'Mark forums read' link on the search results page to expediate the process of getting rid of the topics I don't want to read...
Registered users: App360MonitorBot, Bing [Bot], Google [Bot]