Forum Replies Created
-
In reply to: Upgrade bbPress 1.0.2 to 2.1.2
@e-motion Did you run the database upgrade after updating to bbPress 1.2?
In reply to: Dashboard and "Cheatin’ uh?"So far no go. Only my admin user can click on these.
This is correct and is by design, users should only be using the ‘front end’ user interface and not the ‘back end’
Also check the codex docs here to help you on your way 🙂
In reply to: Help with bbpress InstallMaybe try making a copy of your themes
page.php
orpage-no-sidebar.php
orpage-sidebar.php
depending on the type of template you want your forums to display with and rename the file tobbpress.php
in the root of your themes folder.In reply to: Forums Menu Not AppearingThis is most likely a plugin conflict
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: Widget area above topicsIf you want widgets above your topic list you will need a theme that supports putting a sidebar at the top of your page, otherwise will one of the shortcodes work?
In reply to: Registration page errorIt looks like this is now fixed. 🙂
In reply to: Text Area not VisibleYou can make a copy of bbPress’ templates and put theme in a subfolder
bbpress
in your theme and edit the templates to any style you wish 😉In reply to: Forum Icons ?That example I used was using the Glyphicons Font
Probably taking a look at this will give you a rundown on what you can use in CSS with
before
,after
&content
In reply to: Topic showing in all forumsI can’t access your site ‘Suspended’
In reply to: Problem with uploading multiple filesI’d suggest posting in their support forum https://wordpress.org/support/plugin/gd-bbpress-attachments
In reply to: Recent Topic Image BlurryThe avatars you are using only has a resoltion of 14px x14px and is then being stretched to 40px x 40px.
Whatever the settings are for the avatar plugin you probably want it to use higher resolution images than 14x14px.
In reply to: Edit topic reply, changes post order@gwendydd Thanks for the report and it is exactly the same issue.
Could you all in this thread supply the following:
- WordPress Versions eg. 3.8
- bbPress Version eg. 2.5.2
- Operating System eg. Linux/Windows
- Web Server eg. Nginx, Apache, IIS
- Theme eg. Twenty Thirteen
- PHP Version eg. 5.3, 5.4, 5.5
There has to be something common between people having this issue where we can then recreate a test environment to actually fix this.
Sounds like a plan, see if you can find any info as mentioned.
The ‘Groups’ plugin could be an issue also, try disabling it and see what does/does not happen.
In reply to: Modify "New Post" FormYou could add some custom code with a filter before and after the tags section and apply some custom CSS rules using:
bbp_theme_before_topic_form_tags
&bbp_theme_after_topic_form_tags
Or make a copy of
form-topic.php
in your themes/bbpress
folder and edit the template to exactly how you would like it.In reply to: bbPress outside WordPress directoryI am pretty sure it is a theme issue your having in that it is not playing nice with bbPress for some reason.
You could try adding a template wrapper for bbPress.
Make a copy of your
page.php
orpage-sidebar.php
theme template file and rename it tobbpress.php
in the root folder of your theme.Have you looked to see if there are any resources on your themes support site for using bbPress?
In reply to: Site disappears when bbPress is installed?This is most likely a plugin conflict.
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
In reply to: Modify "New Post" FormbbPress might not have many settings but it does have this one 😉
https://codex.bbpress.org/forum-settings/#forum-features
Topic Tags
This will disable topic tags site wide and will no longer show topic tags associated with each topic or the topic tag input form.The ‘User Role Editor’ will not fix this issue, it has nothing to do with bbPress and will probably hinder your troubleshoot rather than helping.
Have you tried running the ‘Remap existing users to default forum roles’ repair tool?
https://codex.bbpress.org/repair-forums/In reply to: BBpress WidgetAs per https://codex.bbpress.org/widgets/
You can set the forum/category ID in the widget but only a single ID at this stage.
(bbPress) Forums List – A list of forums with an option to set the parent.
Options:
Title: Here you can set the title of the widget as it will be displayed in the sidebar.
Parent Forum ID: “0″ to show only root – “any” to show allIn reply to: User Roles EditorI suggest you post this question to the ‘User Roles Editor’ plugin support forum.
In reply to: Slow to post forum topics and replies on large forumIn reply to: Topics not showing up HERE at bbPress?!Yes, it was caught by Akismet as spam, fixed and replied.
In reply to: Slow to post forum topics and replies on large forumIt is kind of a performance issue with some ‘bigger’ forums, we have a pretty awesome fix for this coming up in bbPress 2.6 once a couple of kinks are ironed out.
Details are here if you want to all out technical but I wouldn’t try running this patch just yet, soon, just not yet. 😉
In reply to: How to make a forum Sticky in the main Forum PageThose four forums are already at the top of your forum list.
So I still can’t see what is wrong with the way you have it setup now 🙁
Maybe some screenshots showing what you have now compared to what you want might help me 😉