When applying size 7 to text from the dropdown, the font size will increase on the RTE editor, but formatting isnt applied to the post. It only works if you input the tags manually. ...
I've done my first poll in IPB 3 tonight and after a false start (couldn't get multiple questions working without them having to be answered) I reset the count values for the poll elements, but now the member coun ...
Not sure if this is a bug or not, but right now it's possible to create a setting where the key has a space in it. While this is normally OK, you always need to access array elements that have a space in the key with quotes around that key name, like so: ...
Active trash can. Delete any topic. goto trash can forum select topic and used restore topic from in view forum and in view topic. both are not work. also delete any topic post. goto trashcan goto post and used "restore deleted post" it give ...
In public_members_warn_warn when showing the form or saving a note the limit "restrictWarnsPerDay" is always being checked even thought we are not really adding a warn but a note. Personally I think we should skip that check in the function _ ...
Full error: Fatal error: Class 'bbcode_parent_class' not found in .../admin/sources/classes/bbcode/custom/ccs.php on line 18 Line of the error: class bbcode_page exte ...
As per title. Any Library Hooks created before 3.1.2 will then not work. Additionally in the documentation for Library Hooks there is no mention of needing to set an app for the Library Hook ( ...
As per title the "notifications" cache is not listed in the ACP in the "Cache Management" page. Not sure if you want to add it or not however. ...
As the title says slashes are being removed from the editor when you are composing a new PM: Be sure that RTE is enabledStart composing a PM and enter this text: C:\Win ...
| 
There is no way to open the blogs page or your own blog when you are using the mobile skin unless you use some kind of direct link. ...
Ticket #683718 said:http://www.fixitpc.p...p/t_preview.gif Problem occures only in topic ...
Hello, Since the last time I've upgraded to IPB 3.1.2, the status updates hook looks bad at the board index ... there's a very wide margin between the thumbnail and the status. Mark has told me it's an issue with "left to right" language/dis ...
I have installed many hooks on localhost for testing. and found problem with hooks setting Tags. which will not appear in single row and stripe and show below if we click on any modification hooks settings tabs included ip.board default. this problem caus ...
not sure its bug. but i have several time face this issue on localhost. i have testing upgrade and used rebuild posts process from AdminCP. and noticed that when during Posts process you interrupt/pause/stop process for any reason so its corrupt database ...
We're counting stats two different ways in two different places. In rebuild.php, it's selecting SELECT sum(posts) FROM topics where approved = 1 While in tools.php it's selecting SELECT sum(posts) from forums So.. If ...
core/public/global/register.php Line:1333 IPSCookie::set( str_replace( $this->settings['cookie_id'], "", $match[0] ) , '-', -1 ); Variable $match - NULL, never defined i ...
A few of my members are reporting a possible bug with View New Content. Some of same Topics are appearing on more than one results page. Or in other words, a Topic that appea rs on page 1 may also appear on page 2 and/or on page 3. Possibly r ...
If you have a Full Editor type of setting, and you don't change the default content of that setting, even though there is no Revert button on the list of settings page (which would indicate you have defined some value for this setting that is different fr ...
When adding a new template within the AdminCP unless you add text to the template and click Save, it will permanently be lost, missing from the list, and undeleteable. To reproduce: 1.) Open a skin for editing. 2.) Click "Add New ...
There are still some references to the old search_index feature we had in the earlier beta of IPB 3. Just do a mass search for "search_index" or "searchIndex" and you'll find the unused pieces of code. ...