You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(8) |
Oct
(6) |
Nov
(3) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(10) |
Feb
(6) |
Mar
(9) |
Apr
(10) |
May
(12) |
Jun
(3) |
Jul
(2) |
Aug
(1) |
Sep
(33) |
Oct
(29) |
Nov
(5) |
Dec
(4) |
2005 |
Jan
(3) |
Feb
(4) |
Mar
(6) |
Apr
(1) |
May
(4) |
Jun
(10) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(5) |
Nov
|
Dec
(2) |
2006 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(4) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2005-07-10 19:07:44
|
Patches item #1235683, was opened at 2005-07-10 21:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562404&aid=1235683&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Enhanced latest threads block Initial Comment: It now includes poster of the latest post & number of replies, like found in pnphpBB. see also http://www.kiesler.at/article196.html I've included the diff of class/Runtime.php ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562404&aid=1235683&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-11 00:47:55
|
Feature Requests item #1218567, was opened at 2005-06-11 02:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218567&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Post links / anchors Initial Comment: Sometimes, you'd like to refer to a certain post in a long thread. vBulletin has a big post-id here with an anchor. How about having that in phpwsbb as well? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218567&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-11 00:46:55
|
Feature Requests item #1218566, was opened at 2005-06-11 02:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218566&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Personal Avatar upload Initial Comment: Like discussed on http://www.phpwebsitemanual.com/index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=537, ah, that reminds me about another request. I'll write it next. it would be nice, if there was a global "enable personal avatar upload" flag. people could be allowed to upload "only non-animating" or "animated as well as non-animated" avatars. other features: - minimum / maximum size in pixels - restriction to certain groups (or unrestricted) - avatars only for people having more than N posts should there be "an avatar" history, so older posts would have the old avatars? would be not that hard to implement (filename with date and timestamp + a bit of database info). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218566&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-11 00:42:56
|
Feature Requests item #1218565, was opened at 2005-06-11 02:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218565&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Attachement Manager Initial Comment: ...with auto-thumbnail generation for images (with on / off switch and list of mime-types / extensions) ...with "[attach]" BB code (see http://www.vbulletin.com/forum/showthread.php?t=138544), works like a "local swallow hack" and can be used to embed a download link to a given attachement-id. ...very easy to use (so even the most computer-unsavvy folks could use it) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218565&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-10 22:15:45
|
Feature Requests item #1218534, was opened at 2005-06-11 00:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218534&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Use Text::moduleLink instead of hardcoded links Initial Comment: (see also my folder hack #2) I know now, why the short url hack of eloy doesn't work for my phpwsbb installation: The URLs are broken! the short url intercepts the moduleLink method of phpwebsite which is responsible for creating inter-module links. example use: $linka=array(); $linka['PHPWSBB_MAN_OP']='view'; $linka['PHPWS_MAN_ITEMS']=$row['lastpost_thread_id']; $link=PHPWS_Text::moduleLink($row['post_label'], 'phpwsbb', $linka); current implementation (excerpt): $ grep module= * Forum.php: $_SESSION['OBJ_fatcat']->saveSelect($this->getLabel(), 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=viewforum&PHPWS_MAN_ITEMS=' . $this->getId(), $this->getId()); Forum.php: $GLOBALS['CNT_phpwsbb']['content'] .= '<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=list">' . $_SESSION['translate']->it('Back to Forums') . '</a>'; Forum.php: , '<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=' . $this->_lastpost_topic_id . '#' . $this->_lastpost_post_id . '">' . $this->_lastpost_topic_label . '</a>' ImgLibrary.php: , $module=null, $base_dir='library', $block='CNT_user', $image_type='image' ImgLibrary.php: $pager->setlinkback('index.php?module='.$this->_module ImgLibrary.php: $tags['GALL_EXIT_LNK'] = '[<a href="index.php?module='.$this->_module Manager.php: $tags['ADD_FORUM'] = '<a href="index.php?module=phpwsbb&PHPWSBB_MAN_OP=editforum">'.$addForum.'</a>'; Manager.php: $tags['SETTINGS'] = '<a href="index.php?module=phpwsbb&PHPWSBB_MAN_OP=getsettings">'.$settings.'</a>'; Manager.php: $tags['REMOVEALLMONITORS'] = '<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=removeallmonitors">' . $_SESSION['translate']->it('Remove all monitors') . '</a>'; M ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218534&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-10 22:01:32
|
Feature Requests item #1218532, was opened at 2005-06-11 00:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218532&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Moderation history Initial Comment: As soon as more than one moderator is involved in managing a forum (think big) you have a problem: What did your moderators do? I'd like to see a thread / post history. Every post could have an icon, a hover over it would show a popup with the latest, say, 5 changes ('locked', 'banned', 'changed content to...', 'changed title to...', etc.). clicking on that icon would show a full history. Also, there would be a entry per forum (most recent moderations) and per installation (most recent moderations), sortable per moderator / change date / moderated user / etc. that way, we could also see people who are getting moderated more often than others. oh, yes, statistics would be nice: top moderators (by action -- locking, banning, etc.) top moderated users (how often in the last day, week, month, ever) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218532&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-10 21:57:28
|
Feature Requests item #1218531, was opened at 2005-06-10 23:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218531&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Improvements Group: None Status: Open Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Use Title-Attribute in Lastposts Block Initial Comment: Right now, the titles in the last posts block gets cut after a couple of characters. While this can make sense layout wise, it will render some titles unreadable. How about using the approach other forums are using? Adding a title-attribute enables clients to hover over the title getting the full title in return. Written as pseudo-code: if(title too long) { shorten_title output(<a href="..." title="long title">short title</a>) } further reading: http://www.w3.org/TR/REC-html40/struct/global.html#h-7.4.3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218531&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-10 21:52:43
|
Feature Requests item #1218528, was opened at 2005-06-10 23:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218528&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Improvements Group: None Status: Open Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Use Ajax for renaming Threads N Stuff Initial Comment: see http://files.vbulletin.com/3.5/ajax.html pretty cool, eh? I've seen a CMS implementing Ajax, it's not matured yet. Doesn't only look great but improves usability a big deal. Background infos: http://en.wikipedia.org/wiki/AJAX http://www.onlamp.com/pub/a/onlamp/2005/05/19/xmlhttprequest.html http://www.ajaxian.com/ http://www.adaptivepath.com/publications/essays/archives/000385.php http://www.google.com/webhp?complete=1&hl=en ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218528&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-07 23:06:36
|
Bugs item #1216758, was opened at 2005-06-08 09:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1216758&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nicholas Keown (portability) Assigned to: Nobody/Anonymous (nobody) Summary: ranking persists in forums despite change in user admin Initial Comment: Hi. This is a slight annoyance, but perhaps something worth fixing. If a user is created as Admin, and is subsequently downgraded to a regular user, the ranking in the forums remain "Site Admin". Thanks for a simply awesome phpws module! Cheers! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1216758&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-06-04 14:55:14
|
Bugs item #1214822, was opened at 2005-06-04 16:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1214822&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Avatar-Gallery doesn't work for non-english sites Initial Comment: The problem could be within the file ImgLibrary.php. For one, you have a default-op of "view_gallery". But you check for "Show Gallery". case 'Show Gallery': $this->view_gallery(); break; ...view_gallery is ignored within the "_can_manage_images" part. Then of course, the german translation for "Show Gallery" isn't "Show Gallery" but "Galerie anzeigen". That's why it ain't working for me. If I change it to default: $this->view_gallery(); break; it works! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1214822&group_id=81260 |
From: Bastien B. <bbe...@ma...> - 2005-06-03 12:03:30
|
Hi everyone, I'm a new French user of phpWebSite, so a new user of phpwsbb too. It's a good bulletin board, without noticeable bugs, but I think some fonctionnalities are missing, and I wish to know if they are planned to be integrated : - bbcode, what is, I think, more "user-friendly". - Categories' display on forums index. - Possibility to see the new posts since our last visit. Thanks. Bastien Belmans |
From: SourceForge.net <no...@so...> - 2005-05-26 18:54:33
|
Bugs item #1209372, was opened at 2005-05-26 20:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1209372&group_id=81260 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Missed a few &s Initial Comment: In Message.php: 474 // Got rid of the brackets so that the link isn't broken in email messages 475 $message = str_replace('[url]', 'http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=' . $thread->getId(), $message); and 615 $from = '"' . $_SESSION['translate']->it('Bulletin Board Admin') . '" <'.$admin_email.'>'; 616 $subject = $_SESSION['translate']->it('Reported BB Post: "[var1]"', $this->getLabel()); 617 $message = str_replace('[url]', 'http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=' . $this->getId(), $message); and 618 $message = $_SESSION['translate']->it('A bulletin board post reported a bulletin board post for review. Please visit [var1] to view the post and take action.',' http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]=' . $this->_tid . '#' . $_REQUEST['Message_id']); 619 $message .= "\n\nReason:\n\n" . $_REQUEST['Message_reason']; ...that doesn't validate. I changed it to 474 // Got rid of the brackets so that the link isn't broken in email messages 475 $message = str_replace('[url]', 'http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=' . $thread->getId(), $me ssage); and 616 $subject = $_SESSION['translate']->it('Reported BB Post: "[var1]"', $this->getLabel()); 617 $message = str_replace('[url]', 'http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=' . $this->getId(), $message) ; 618 $message = $_SESSION['translate']->it('A bulletin board post reported a bulletin board post for review. Please visit [var1] to view the post and take action.',' and 618 $message = $_SESSION['translate']->it('A bulletin board post reported a bulletin board post for review. Please visit [var1] to view the post and take action.',' http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]=' . $this->_tid . '#' . $_REQUEST['Message_id']); 619 $message .= "\n\nReason:\n\n" . $_REQUEST['Message_reason']; ...and now it does. Also, in Threads.php: 380 // Got rid of the brackets so that the link isn't broken in email messages 381 $message = str_replace('[url]', 'http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=' . $this->getId(), $message); changed to 380 // Got rid of the brackets so that the link isn't broken in email messages 381 $message = str_replace('[url]', 'http://' . PHPWS_HOME_HTTP . 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=' . $this->getId(), $message) ; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1209372&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-05-18 12:09:35
|
Bugs item #1204222, was opened at 2005-05-18 14:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1204222&group_id=81260 Category: Interface Group: v. 0.1.1 Status: Open Resolution: None Priority: 5 Submitted By: benz (danespen) Assigned to: Nobody/Anonymous (nobody) Summary: can't lock threads Initial Comment: You have to be deity to be able to lock threads ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1204222&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-05-06 09:08:48
|
Bugs item #1196444, was opened at 2005-05-06 11:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1196444&group_id=81260 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: benz (danespen) Assigned to: Nobody/Anonymous (nobody) Summary: Show Gallery button Initial Comment: If you translate the phrase "Show Gallery" to something else (with the language) module, the button doesn't work: it then does the same as the Save button. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1196444&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-05-01 17:42:16
|
Bugs item #1193425, was opened at 2005-05-01 19:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1193425&group_id=81260 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Yves Kuendig (ykuendig) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with phpws 0.9.3 and EZForm.php Initial Comment: Some people reported errors like this: Warning: Missing argument 2 for setid() in /home/bullmoos/www/www/core/EZform.php on line 198 after upgrading phpwsbb on phpws 0.9.3-x. You can find the threads here: https://sourceforge.net/forum/message.php? msg_id=2965253 http://www.phpwsforums.com/showthread.php?t=1169 For me it looks as $id is not set somewhere in phpwsbb. Newer EZform classes handle this with the default-value NULL. The older files NOT... Yves ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1193425&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-04-07 04:33:33
|
Bugs item #1178261, was opened at 2005-04-07 04:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1178261&group_id=81260 Category: Database Group: None Status: Open Resolution: None Priority: 5 Submitted By: Shaun Murray (singletrack) Assigned to: Nobody/Anonymous (nobody) Summary: parseOutput grief in v1.03 Initial Comment: in phpwsBB v1.03 Message.php v1.80 There's a change to use parseOutput() on a message body when quoting an existing message. If conf/textsettings.php has add_breaks = TRUE, which is the sensible setting for normal people, it converts the linefeeds into visible br tags in the textarea. I'd take the parseOutput off but I presume it was added for a reason. In any case, I think we need to strip br tags from the quoted text after parseOutput has had it's wicked way. Or throttle someone on the dev team until they come up with a parseOutput/breaker function that works. Maybe we change parseOutput to optionally call breaker? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1178261&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-03-20 10:55:19
|
Bugs item #1166899, was opened at 2005-03-20 10:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1166899&group_id=81260 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Shaun Murray (singletrack) Assigned to: Nobody/Anonymous (nobody) Summary: Change forum category changes last post date Initial Comment: As an admin, change the category for which a forum belongs to and save. Go to the main list of forums. The last post will be attributed to the name of the admin who changed the settings. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1166899&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-03-08 15:12:32
|
Feature Requests item #1159105, was opened at 2005-03-08 16:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1159105&group_id=81260 Category: None Group: None Status: Open Priority: 5 Submitted By: benz (danespen) Assigned to: Nobody/Anonymous (nobody) Summary: IP after edit Initial Comment: When I, as an admin, edit a post - the IP address is changed. I would like it to stay the same. Probably low priority issue, but should be really easy to fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1159105&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-03-07 23:10:32
|
Feature Requests item #1158661, was opened at 2005-03-08 00:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1158661&group_id=81260 Category: Interface Improvements Group: None Status: Open Priority: 5 Submitted By: benz (danespen) Assigned to: Nobody/Anonymous (nobody) Summary: First or last post at the top Initial Comment: I would like to choose the order of the posts, so the last one could come at the top - maybe for each forum. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1158661&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-03-07 23:09:18
|
Feature Requests item #1158660, was opened at 2005-03-08 00:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1158660&group_id=81260 Category: Interface Improvements Group: None Status: Open Priority: 5 Submitted By: benz (danespen) Assigned to: Nobody/Anonymous (nobody) Summary: Threads divided in pages Initial Comment: I would like threads to be divided in pages, with x number of posts for each page. And clickable numbers in the top and bottom of the page. As default you would always get to the page with the last post. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1158660&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-03-06 00:41:54
|
Bugs item #1157523, was opened at 2005-03-05 19:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1157523&group_id=81260 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Scott SalesGorilla (salesgorilla) Assigned to: Nobody/Anonymous (nobody) Summary: Boost does not load img to image directory Initial Comment: Installing into a clean 0.10.0, the latest release did not load the img *.png files into the images/phpwsbb/ folder. No error messages received in the boost. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1157523&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-03-01 18:38:44
|
Support Requests item #1154465, was opened at 2005-03-01 18:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562403&aid=1154465&group_id=81260 Category: Install Problem Group: None Status: Open Priority: 5 Submitted By: Spider (spearchucker) Assigned to: Nobody/Anonymous (nobody) Summary: I cannot update the forum Initial Comment: I have Core Version: 0.10.0 up and running. . I am upgrading from 0.6.2 phpwsbb to phpwsbb-1.0.1 When I click update I get the following error. I am a noob as far as tables go. I can export, sql query, thats about it. Can someone please help me out here. DB Error: unknown error ALTER TABLE mod_phpwsbb_threads ADD lastpost int NOT NULL default 0 [nativecode=1060 ** Duplicate column name 'lastpost'] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562403&aid=1154465&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-02-28 22:24:01
|
Feature Requests item #1153843, was opened at 2005-02-28 16:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1153843&group_id=81260 Category: None Group: None Status: Open Priority: 5 Submitted By: Michael Filio (mdfilio) Assigned to: Nobody/Anonymous (nobody) Summary: view today's posts Initial Comment: Similar to RFE - 1034602 Instead of a 'last visit' enable a query to return all of the current day's posts. This could be extended easily by using a combo box to enable multiple periods of time. Additionally, another combo box could be used to limit the search to a specific forum or be all inclusive. This avoids the problems with the 'last visit' while providing much the same functionality that was intended. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1153843&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-02-28 19:16:54
|
Patches item #1153715, was opened at 2005-02-28 20:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562404&aid=1153715&group_id=81260 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: rck (rck000) Assigned to: Nobody/Anonymous (nobody) Summary: Show Thread-Visits Initial Comment: Here's a request I made long time ago. A visitor-counter for phpwsbb. It's available on my site for months (http://www.kiesler.at/), I've backported it to the current phpwsBB 1.0.1 I've attached the whole boostable package and called it 1.1.0. A bit of quality assurance won't hurt, though... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562404&aid=1153715&group_id=81260 |
From: SourceForge.net <no...@so...> - 2005-02-08 18:46:54
|
Bugs item #1118821, was opened at 2005-02-08 13:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1118821&group_id=81260 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: showland (showland) Assigned to: Nobody/Anonymous (nobody) Summary: BB uninstall killed index page. Upgrade to 1.0.1 did not fix Initial Comment: I ran into a problem today that I can't solve and don't see an answer on the forum. I am setting up a new site in phpwebsite. This is my first time setting one up in v 0.10.0. I have several running nicely in 9.x. I have put in the new BB 1.0.1, but can't get it to install. There error message stays the same The problem. The home page at http://www.server-3.com/~welwell/index.php only displays an error message which is: DB Error: no such table select * from mod_phpwsbb_settings [nativecode=1146 ** Table 'welwell_wbst1.mod_phpwsbb_settings' doesn't exist] The rest of the site pages work if you want to try you can start from here. http://www.server-3.com/~welwell/index.php? module=pagemaster&PAGE_user_op=view_page&PAGE_id=3&MMN _position=3:3 The cause. The site was working fine until I attempted to uninstall the Bulletin Board through the Boost module. When I clicked uninstall I immediately got the above error message. I can still get to the boost module and Bulletin Board is still listed as installed. The Solution? I am not much of a programmer, but don't mind messing around a little. I though about creating the table that is listed as not existing, but I'm not sure what the parameter for the table should be. I have just created a straight html home page for now to keep the site up. Any ideas would be appreciated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1118821&group_id=81260 |