|
|
538 |
Bug Report |
smilies clicking does not work. |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |
Feature Request |
RSS Import |
New |
1.1 |
|
|
Low |
|
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 |
Feature Request |
Latex support via mathTeX |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |
Bug Report |
Better installer |
New |
Not specified |
|
|
Medium |
|
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 |
Feature Request |
Let admins choose to allow double posting. |
New |
Not specified |
|
|
Low |
|
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 |
Bug Report |
Error in forum leaders and send PM to admin |
Unconfirmed |
Not specified |
|
|
High |
|
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 |
Bug Report |
New Posts LIMIT 30 |
New |
1.1 |
|
|
Low |
|
The LIMIT of 30 is really low for a very active forum |
|
|
528 |
Bug Report |
Hidden Topics and Last Post/Recent Actions |
Unconfirmed |
Not specified |
|
|
Not specified |
|
Hidden topics are viewable to users who can't see it under Last Posts and Recent Actions. |
|
|
526 |
Bug Report |
Add Smiles to Set |
New |
Not specified |
|
|
Medium |
|
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 |
Feature Request |
Mark all posts as read |
New |
Not specified |
|
|
Low |
|
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 |
Bug Report |
load_session() Logs Action |
Unconfirmed |
Not specified |
|
|
Very Low |
|
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 |
Bug Report |
Unread Inconstancies |
Unconfirmed |
Not specified |
|
|
Not specified |
|
http://forums.xaos-ia.com/ shows unread posts but http://forums.xaos-ia.com/?forum=6 doesn't |
|
|
520 |
Feature Request |
Admin MySQL Browser |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |
Feature Request |
Transfer Post Auth |
Unconfirmed |
Not specified |
|
|
Not specified |
|
It woulda be nice if admins could change a posts author.. |
|
|
518 |
Bug Report |
Password Protected "Show New Posts" |
Assigned |
1.0 Final |
James |
|
High |
|
Password protected forum posts show up under "Show New Posts" |
|
|
517 |
Bug Report |
PM Add Reply |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |
Feature Request |
BBCode Links in New Window |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |
Feature Request |
BBCode Auto Link |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |
Feature Request |
BBCode Links |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |
Bug Report |
Moved Topics, Last Post Stuff |
Unconfirmed |
Not specified |
|
|
Not specified |
|
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 |