Forum Replies Created
-
In reply to: Summary of new Features in bbPress 1.1
Also has many bug fixes.
In reply to: Anonymous postingThis has already been added in the development version: https://trac.bbpress.org/changeset/2390/trunk
In reply to: upgrading from 0.9 to 1.02 [modified theme]You can see the changes done to default theme here (from 0.9 to 1.0.2) and do the same to your own theme, as most of the custom themes are based on the kakumei theme.
In reply to: No auto bbPress installerIf you have to integrate BuddyPress with bbPress, then just install BuddyPress and install bbPress via BuddyPress. BuddyPress handles the integration very well.
In reply to: Plugin's (No Delete / Add New Option) Just Gone ?The option to add/delete plugins has not been added into the core till now.
In reply to: Tag Bug: MySQL errorAdd this before line 40 in hot-tags-plus.php:
add_action('bb_pre_merge_tags', 'hot_tags_plus_delete');
This wont fix your current bug (but would fix future ones). To fix the one that is now, temporarily run
hot_tags_plus_delete()
function any where in your template to clear the cache and remove it after that.In reply to: Tag Bug: MySQL erroror just wait, I will give you a patch (if possible)
In reply to: Tag Bug: MySQL errorturn off related tags option
In reply to: Tag Bug: MySQL errorI think it is related to hot tags plus only, as the query shown on your server is same to this – https://plugins-dev.bbpress.org/browser/hot-tags-plus/trunk/hot-tags-plus.php#L144
In reply to: Design Suggestions Needed@grassrootspa & Michael
Thanks!
Yeah, that does pain in eyes, but generally posts aren’t that short. I made those posts to generate a new page so css for the navigation links can be checked.
In reply to: Design Suggestions NeededInstalled that.
Any suggestions for the topic page? – http://forum.gaut.am/topic/your-first-topic
Yup, that’s right.
That maybe because of your Firewall settings, etc….
In reply to: After Instal: Allow users to edit their posts?Welcome
In reply to: After Instal: Allow users to edit their posts?Go to
Admin Panel > Settings > Writing
and edit it there.In reply to: Thoughts On New ThemeSomewhat of the screenshots posted here – https://bbpress.org/forums/topic/sneak-peek-at-bbpressorg-20
When you install your bbPress forums, it asks you what would the username for the administrator.
In reply to: Try out email subscriptionsI think a
subscriptions.php
can also be added to the templates like thefavourites.php
, where the user can edit the topics he/she has subscribed. And then the links to subscribe to topic can be prettier like the add this topic to your favourites one.In reply to: Try out email subscriptionsThere should be apply_filter on the subject and message of the mail here – https://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-posts.php?rev=2388#L407
And also to the Subscribe and Unscribe from topic here – https://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-template.php?rev=2387#L3406
+ do_actions can be added
Raising ticket…
In reply to: Try out email subscriptionstesting…