|
|
538 |
smilies clicking does not work. |
|
|
I just noticed that clicking the smilies on the forum does not add them to my message. I am not sure if this is just your site, or all of icebb. |
|
|
537 |
RSS Import |
|
|
See the wiki for information and the DB schema: http://icebb.net/wiki/RSS_Import
Take a look at includes/tasks/update_task.rss.php, some of the work is already done but some parts may need reworking. |
|
|
536 |
Latex support via mathTeX |
|
|
You can add Latex support via [[http://www.forkosh.dreamhost.com/source_mathtex.html|mathTeX]]!
You can add it with a BBcode:
<code>[math]FORMULA[/math] ---> <img src="http://www.forkosh.dreamhost.com/mathtex.cgi?FORMULA"></code>
For example, with:
<code><img src="http://www.forkosh.dreamhost.com/mathtex.cgi?\Huge%20e^x=\lim_{n\to\infty}%20\left(1+\frac%20xn\right)^n"></code>
you get [[http://www.forkosh.dreamhost.com/mathtex.cgi?\Huge%20e^x=\lim_{n\to\infty}%20\left(1+\frac%20xn\right)^n|THIS]]! It's 100% LaTeX!
You can give the possibility to choose the "default" mathTeX server (http://www.forkosh.dreamhost.com/mathtex.cgi) or an own server.
Nowadays no forum has this professional feature built in!
:D |
|
|
534 |
Better installer |
|
|
IceBB's installer could be a lot more user friendly. An intro page and a progress bar could help indicate how long the process will take. |
|
|
532 |
Let admins choose to allow double posting. |
|
|
It would be nice if you added a feature to allow admins to allow or dissallow double posting. That is allow or dissallow the users to post multiple times in a row.
|
|
|
530 |
Error in forum leaders and send PM to admin |
|
|
When you go to Forum leaders (http://domain.com/icebb/index.php?act=misc&func=leaders) and click the "Send PM" to the Admin it gives an error.
"Fatal error: Call to a member function parse() on a non-object in domain.com/icebb/modules/pm.php on line 534"
Also the "email" button in domain.com/icebbt/skins/default/images/icons/2 is missing.
|
|
|
529 |
New Posts LIMIT 30 |
|
|
The LIMIT of 30 is really low for a very active forum |
|
|
528 |
Hidden Topics and Last Post/Recent Actions |
|
|
Hidden topics are viewable to users who can't see it under Last Posts and Recent Actions. |
|
|
526 |
Add Smiles to Set |
|
|
Its not posable to add more smiles to a set..
ie.. i want both :) and :-) to be smile.gif, there is no add option on /admin/index.php?act=smilies&func=manage&set=default |
|
|
525 |
Mark all posts as read |
|
|
It may be a good idea to add a link for "Mark all posts as read" in all forum and sub-forum for mark only the post of this forum/sub-forum.
Edit. Feature Request clarify. |
|
|
524 |
load_session() Logs Action |
|
|
login_func::load_session() Logs actions, it should be split off into another method like log($act, $func, $topic, $forum, $profile); or at lest run after the page is rendered. |
|
|
522 |
Unread Inconstancies |
|
|
http://forums.xaos-ia.com/ shows unread posts but http://forums.xaos-ia.com/?forum=6 doesn't |
|
|
520 |
Admin MySQL Browser |
|
|
It would be nice if the Admin CC would display all tables in the IceBB DB or at lest a option to enable/disable them. |
|
|
519 |
Transfer Post Auth |
|
|
It woulda be nice if admins could change a posts author.. |
|
|
518 |
Password Protected "Show New Posts" |
|
|
Password protected forum posts show up under "Show New Posts" |
|
|
517 |
PM Add Reply |
|
|
When clicking add reply to a pm, you are sent to a new pm window but the to and subject isn't filled out.
also there are no smilies on the left. |
|
|
515 |
BBCode Links in New Window |
|
|
BBCode links to external sites should open in new windows, the only valid way of doing this in XHTML is with javascript, i don't remember the code of the top of my head but i think its something like this
<a href="http://google.com" onclick="window.open(this.herf)"> or rel=”external” but i don't think thats well supported. |
|
|
514 |
BBCode Auto Link |
|
|
I don't know if it take much time but on post auto convert detected links "foo://boo.com" to [url=foo://boo.com]foo://boo.com[/url] |
|
|
513 |
BBCode Links |
|
|
i think that if someone does [url=foo://boo.com]sdad[/url] it should always do the link, and fixed protocol should only work on auto detection. |
|
|
510 |
Moved Topics, Last Post Stuff |
|
|
If i Move a topic, the Last Post info for the shadow topic is the last info before the topic was moved.
either show something saying this topic has moved or show the last reply information |