Forum Replies Created
-
In reply to: links are all broken to forums
start with
dashboard>settings>permalinks and just click save – this resets the links
In reply to: I’m building a bbPress iOS and Android app@tkserver did this ever complete ?
In reply to: Any shortcodes in footer breaks on pages of bbpressgreat – glad you are fixed !!
In reply to: How to unsubscribe a member to all threads?great – glad you are fixed
In reply to: BBpress Forum not showing up in my WP dashboardok, I’m presuming you are fixed 🙂
In reply to: How to add a custom buttonnot sure I can see from that what the difference is – can you onky take out the margin line, so the background etc. is still there
In reply to: How to add a custom buttonyes
In reply to: How to add a custom buttonso what is that bit of code trying to do ?
In reply to: BBpress Forum not showing up in my WP dashboardfirst check – are you a keymaster? – check your permissions in dashboard>users> and find yourself you should see tyhe keymaster role against yourself
In reply to: How to add a custom buttonI’ve just taken a look at your site
the issue is the css
.newposts { float: left; background-color: #DD9933; padding: 5px 6px; margin: -65px 5px 2em 0; }
if you take out the ‘margin: -65px 5px 2em 0;’ then the code is on screen, otherwise it is offscreen
In reply to: How to add a custom buttonok, so
1. can you post the exact code you are now using
2. can you tell me where your are putting this code?In reply to: How to add a custom buttonthat’s no problem, and yes it doesn’t look like the issue is in there.
so the original code works fully with logged in, but not at all with non logged in- yes?
In reply to: How to unsubscribe a member to all threads?ok, I think you can do it using this plugin
so once installed and activated, go to
dashboard>users>all users> and when you can see your user, underneath the name you will see a new item with ‘subscriptions’ – click that and from there you should be able to unsubscribe.
You can deactivate and delete the plugin afterwards if you wish
In reply to: How to add a custom buttonok, does my style pack list any files changed in your theme under section 2?
In reply to: How to unsubscribe a member to all threads?so if you look in the profile tab, do you see subscriptions in there ?
In reply to: How to add a custom buttonso if you go to this tab
dashboard>settings>bbp style pack>Not working ?
and look at no. 2 – are there any files listed in there?
In reply to: How to add a custom buttonok, just tested and my original code works fine on my test site.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: How to add a custom buttonthat button would show in all cases – at a guess I’d say you have caching software that might need resetting.
In reply to: API related questionno sorry, I don’t know of anything else
In reply to: How to unsubscribe a member to all threads?yes, as keymaster go into her bbpress profile – easiest is to find a topic or reply from her and click her name to get to her profile – and click subscriptions.
you will then see the topics and forums she is subscribed to, click each one and you can unsubscribe.
If there are hundreds, come back and I’ll try and help further
In reply to: API related questionThis may be what you are after
In reply to: How to add a custom buttongreat – glad you are fixed !!
In reply to: Bbpress disappearsgreat – come back if you need further help
In reply to: How to add a custom buttonthere is a hook in the content-archive-forum.php file you can use
bbp_template_before_forums_index
so
add_action ('bbp_template_before_forums_index' , 'rew' ) ; function rew () { //your code here eg echo 'hello' ; }
In reply to: Any shortcodes in footer breaks on pages of bbpressjust tried a shortcode in the footer of my test site running twentyten, and it works on both bbpress and non bbpress pages using the text widget