Forum Replies Created
-
In reply to: How do I add timestamp to posts within a topic?
glad you’re fixed !
In reply to: Theme problemDid you move the bbpress files, or install bbpress?
If you have not changed the bbpress files in your old site, then I’d deactivate the bbpress plugin and then delete it, and then re-install from the web.
In reply to: WP 3.9 conflict?You plugin authors may need to make some changes.
Suggest you post onto the plugin support are viz:
In reply to: logged out of forums error message 404where abouts are they ‘logging out’ – from the toolbar, from a widget or from where
In reply to: How do I add timestamp to posts within a topic?Have made a note to come back to this !
In reply to: edit on the Front-end doesn't work anymorejust had a quick look, can’t see why it would work for topics but not replies.
what is the url resolving to at the top of the screen?
maybe try
either
$uri = ( ‘/?edit=1’ );or
$uri = bbp_get_reply_edit_url( $r[‘id’] ) .’?edit=1′ ;
In reply to: change forum sidebarhave you been through the step by step guides in
In reply to: How do I add timestamp to posts within a topic?basically you’d need to cut some code to display the date/time, put it in a function that echo’s it, and then hook it to the following action
add_action (‘bbp_theme_before_reply_content’, ‘your_function’) ;
see
sorry am up to my armpits in other code, or I’d cut it for you !
great – do come back with anything else you want
great – glad you’re fixed !
In reply to: Forums Root pagegreat, glad you are on the case!
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 !