The "blog_views" table requires an index like the one we have recently added for profile_portal and topics views, otherwise it's impossible to repair the table and we always need to drop and re-create it. ...
If you get comment notifications on a blog entry.. The link will be like http://www.site.com/blog/#{parent_parent_id}/entry-1-test/ My fix was /admin/sources/classes/comments/bootstrap.php, ar ...
When post has html in beggining, in list view it is not parsed or removed completely, but shown as-is with all html tags. It looks terrible. ...
On top of all the previous issues about this.. Nothing shows in the Ajax boxes for IE7.. ...
The "Favorites".. The first problem is that we're sorting it from oldest to newest.. Which seems backwards.. 'order' => 'b.blog_last_edate', Is in _fetchfavorites.. Ordering that DES ...
On a featured blog entry, pressing the reputation button yields the following javascript popup: "Action failed: The configuration file for the reputation voting is missing or corrupt." Non-featured entries are fine. ...
After adding a record, there is such a mistake: Fatal error: Call to a member function commentsList() on a non-object in /admin/sources/classes/comments/bootstrap.php on line 211 line 211: ...
Since I switched to PHP 5.3.4 I have lot of errors in error log like this: forums.domain.tld [Wed Jan 19 00:20:02 2011] [error] [client xx.xx.xx.xx] PHP Strict Standards: Declaration of board ...
Content blocks don't work at all now. Adding a block, it never gets written to the database. ...
Ok.. I've got a beta fix for this.. It's rather crap-tastic, but, seems to work. If you make a comment on a blog, and then go to list all blogs, it'll have 0 entries, 0 views. ...
Comment notifications are no longer working. It started in 2.3.0 and carried into 2.3.1. My members are fussing about it. ...
The Board Index Featured Entry hook is an older version that does not have the $chat_html parameter to the boardIndexTemplate. This only seems to be an issue for people who have Strict Standards Warnings enabled (I'm looking at you, ...
I don't know why we have this.. but, as evidenced by http://community.inv...-jason-hs-blog/ This code in blogFunctions.php ...
Although guest posting bot control is set to force Guests to use recaptcha when posting, Blog is not enforcing it. Blog Comments can be made by Guests without seeing any reCaptcha box. ...
Reference topic (post 3 and 4) > http://community.inv...e-is-this-hook/ The board index featured entry does not have a ...
Manage Skin Sets & Templates / Other Global Templates / likeSummaryContents <if test="$data['formatted']">{$data['formatted']}<else /> </if> <if test="likeOnlyMembers:|:$this->memberData['member_id']"> ...
Hi, There's hardcoded 'Add' button in the manageMembersBox function - admin\applications_addon\ips\blog\xml\blog_root_templates.xml: (in ...
We can add new kategories, but cant edit them. What`s the problem? ...
The button to "Create New Blog" disappears after you create your first Blog, and is replaced with the "Add Entry" button. While you can still create more Blogs via the User Controls -> Manage Blogs, this is causing confusion. ...