Forum Replies Created
-
In reply to: How do I add timestamp to posts within a topic?
not quite sure what you are after, can you explain further ?
In reply to: Basic syntax question for items like this <should read
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>edit" >Amend Profile/Change password</a></p>
sorry, wordpress tends to not like code, and keeps trying to edit it !
have amended the codex !
In reply to: creating a child-themewhich parts of the plugin do you want to re-write?
You will always be prompted for bbpress updates, so no code you write will be lost by mistake.
If it is templates that you want to alter, then copy only the ones you alter to
wp-content/your-theme/bbpress
see
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-3/ section 3of it’s functions, then you should change these using filters see
In reply to: How to achieve this function?don’t offhand know of any plugin that adds this
In reply to: Full Width for bbpress forums root pagefind your themes full width page template and then follow the instructions below to get bbpress to use it
In reply to: Forum RanksThe role shows by default, so something must have turned this off.
Can you post a link to your url?
and what plugins are you running?
In reply to: Plugin: bbPress Go To First Unread PostGreat – look forward to seeing it !
In reply to: creating a child-themeplease be patient, all the responders on here are volunteers and are not dedicated to this site.
It doesn’t go in your theme or child theme folder.
You should upload the bbpress plugin, which will then place the bbpress files in your wp-content/plugins folder. Whiolst you can do that yourself, let wordpress and the plugin do their work
so Dashboard>plugins>add new plugin and search for bbpress, then load it and activate
Do the same with buddypress
on your 2 questions
1. yes there are plugins that allow an upload – for instance https://wordpress.org/plugins/gd-bbpress-attachments/
2. Just disable that part dashboard>settings>forums> look for forum root slug, and you’ll see a tick box to disable it.In reply to: How to make forums look better/prettierI’d start by reviewing the layout and functionality
the look at
to get some widgets in your sidebars
then
to get some styling.
In reply to: Forum reply backgroundSorry, I am being thick, can you post a link so I can see which bit needs changing !
In reply to: Forum reply backgroundshould be no. 4 in the crib – can you confirm that this didn’t work?
In reply to: edit on the Front-end doesn't work anymoreTry
rewrite rules
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.and if that doesn’t work try
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: hidden forumNot really without some code, and I’m busy doing that for my plugin, and it won’t readily adapt for the above method – hence why I’m writing a plugin.
I’m not far off now, cracked the search yesterday, now a major tidy up !
In reply to: hidden forumI’ve documented how to do this with members plugin and bbpress permissions plugin.
http://www.rewweb.co.uk/creating-bbpress-groups/
BUT be aware that you need to disable the search function, and use other widgets with care !
I am still working on a groups plugin, fighting my way round the search function at the moment to stop it being a backdoor. Hope to be finished in the new few weeks, but said that two weeks ago !
In reply to: Cant create topicstry the following
rewrite rules
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.
come back and let us know if any of the above fixes
In reply to: bbpress sidebar at bottom of pageOK, I’m seeing sidebars, are you now fixed, or what do you want to see in the sidebar?
In reply to: Use WordPress Page instead of Forum Rootcan you specify what “same thing” you are trying to do, what versons of wp, bp abd bbp you are running, what theme and a link to your site
Thanks
In reply to: Background White Font White. How to Changegreat, glad you’re fixed!
In reply to: wp-modal pluginGreat
In reply to: User PermissionDo they need the toolbar at all???
If not just disable that – dashboard>users>’youruser’ and it’s above the “no role for this site” you set earlier.
I don’t like anyone but me having backend access !
In reply to: How to Change bbpress ColorsWhich tends to suggest that you are having the issue rather than that the codex doesn’t work !
css is loaded at various times, and changes can be overwritten by later loads.
Try putting ‘!important’ after a few to see if that helps, if so then apply to all. This tells the code not to apply later changes.
eg
#bbpress-forums li.bbp-header { background: #eaeaea !important; }
In reply to: How to Change bbpress Colors‘The codex dosent work ‘
Can you explain a little more ?
In reply to: html links not working :(‘it happened on this thread too though in the post at the top there is a link I used which is blanked out even on this website.’
would tend to suggest it is a problem at your end, have you tried other browsers?
In reply to: Forums Not Showing Poster's Profile Info?Not a buddypress expert, but suggest you try with all plugins except bbpress and BP deactivated. If that fixes, re-enable one at a time to find the problem.
If plugins doesn’t fix, switch to a default forum such as twentytwelve, and test again.
Come back and let us know if any of that helped.
In reply to: Customize sidebar widget 'recent topics'don’t know how you do that with buddypress – sorry !