|
|
548 |
Bug Report |
Adding \ into posts (ex: that's turns into that\'s and ... |
Unconfirmed |
Not specified |
James |
|
Not specified |
|
IceBB Version: 1.0
PHP Version: 5.2.8-cgi-fcgi
MySQL Version: 5.0.67-community-log
All you have to do is post to get it. It's worse if you preview posts, because then it gives you multiple \s. |
|
|
547 |
Bug Report |
The caching of macros doesn't seem to work |
Unconfirmed |
Not specified |
|
|
Not specified |
|
When creating a skin for iceBB, the caching of macros don't seem to work.
To reproduce:
1) copy the skins/default folder to skins/test
2) Enable the test skin in the admin panel
Now the macros at the top level don't work anymore, things like <{CAT_ICON}> are plain visible
Quick fix:
Disable the caching, or rather enable the reloading of macros. In includes/classes/skin_func.php there is a piece of commented code at row 414 and further. Uncomment it and change $macroso in the while loop to $macros.
For some reason, when the macros are cached, usually it doesn't store them as an array mapping the macro to the HTML, but either NULL is stored or an array is stored mapping a number to an array with at element 0 the macro and at element 1 the HTML. |
|
|
546 |
Bug Report |
Quotes escaped every time |
Unconfirmed |
Not specified |
|
|
Not specified |
|
Quotes and slashes are escaped every time. This is because the clean_string function in includes\functions.php always adds slashes if magic_quotes_gpc is off, but those slashes are never stripped again. I changed the code to remove slashes when magic_quotes_gpc is on, and posting works, but I don't know what other things might be affected. |
|
|
545 |
Bug Report |
Forgotten Password Doesn't Work |
Unconfirmed |
Not specified |
James |
|
Not specified |
|
I tried to get a password reset.
Email had this link:
myforum.comindex.php?act=login&func=forgotpass&confirm_code=2a346ccbe7
There was no "/" between "myforum.com" and index.php
I put in the "/" and it still didn't work.
It gave this message:
"No input file specified." |
|
|
544 |
Feature Request |
Use OR searching instead of literal string searching |
Unconfirmed |
Not specified |
|
|
Not specified |
|
The current search code is pretty basic - if I search for "forum topic" (without quotes) I would expect it to return all posts that contain EITHER "forum" OR "topic". Currently it only returns posts that contain the full string "forum topic", which is not particularly useful.
There are a bunch of further features that could go on top of that, which it may or may not be worth considering at the same time, e.g. ranking of search results (based on whether all terms are included, the proximity of terms, the no. of occurrences of each term, etc.) or more sophisticated boolean searches (e.g. "forum AND topic" or "forum 'new topic'"), but they are not essential. |
|
|
543 |
Todo |
Switch to Zend_Db |
New |
2.0 |
James |
|
Medium |
|
We're going to move to Zend_Db from our custom database drivers for two reasons:
* Forward compatibility; everything besides PDO may be removed soon and why should we write new drivers when ZF already has them?
* Improving standards; this will make it easier for people to contribute if they have experience with ZF
This will be a big job, so I'm assigning it to everyone. Basically, you'll need to
* Add a DB_PREFIX constant and use it in the queries
* Change the queries to use Zend_Db
* Optionally use quote() or quoteInto()
See the manual if you have any questions: http://framework.zend.com/manual/en/zend.db.html |
|
|
542 |
Bug Report |
Skinning Bug! |
Unconfirmed |
Not specified |
|
|
Not specified |
|
While building a skin, it seems to break with the <#skin#> tag in the macros. I have to put in the actual folder name or else it does not work right. |
|
|
539 |
Bug Report |
Avatar image size with no image |
Unconfirmed |
Not specified |
|
|
Not specified |
|
Had a user post a massive image as their avatar. I deleted it using the admin panel (just removed the img url). But the size values from the icebb_user table is not removed. This causes Safari (possibly others too but not Firefox) to create a sized place holder for the image but no image itself. The post view should either ignore the size if the avatar url is blank or even better, not put the <img> tag in at all. |
|
|
537 |
Feature Request |
RSS Import |
New |
2.0 |
|
|
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 |
2.0 |
|
|
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. |