Forum Replies Created
-
In reply to: How to change/create fourm roles
the code is additional and goes in your functions.php
see
In reply to: How to change/create fourm rolesIn reply to: How to change/create fourm rolesIn reply to: Uploading images without placing the textyour choice 🙂
In reply to: Theme Helpsorry my last post in response to the previous one.
so I have my screenshots in /trunk and have given up on /assets.
Yes you can commit to a tag directory – tortoise svn puts up a warning (don’t know what other svn’s do) , and you don’t want to do that for anything that changes functionality, as otherwise some people have it and some don’t, but I do for readme.txt and no reason why you shouldn’t add a screenshot to a tag rather than release an update.
Wordpress actually recommends committing to a tag for a readme.txt when wordpress goeds up a version to say your compatible with it.
In reply to: Uploading images without placing the textI just put them in the root of trunk, and that seems to work fine !
In reply to: Bbpress integration with ultimate memberif ultimate member had user groups, then you can use
https://wordpress.org/plugins/bbp-private-groups/
to make the forums group specific
In reply to: hide Home Menu on bbPress pagesStewart,
That’ll be in your header.php, and you’ll need to find the part that says
<div class="header-area"> through to </div>and wrap it in
<?php if (!=bbpress()) : ?> <div class="header-area"> through to </div> <?php endif; ?>so it will display if it is not a bbpress page
totally agree, svn is not at all clear !
In reply to: Forums have topics but not listing any topicscodewise – start at
bbpress/templates/default/bbpress/content-archive-forum.php
That is the template that displays the forum list, and work forward from there
In reply to: Forums have topics but not listing any topicsok, so do you have ftp and phpmyadmin access?
In reply to: Forums have topics but not listing any topicsok, try running the repairs
dashboard>tools>forums>repair and run one at a time.
suspect it is plugin related
It could be a theme or plugin issue
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, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Uploading images without placing the textIn reply to: Forums have topics but not listing any topicsbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
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, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Only certain forums VERY slow@netweb – can you help here?
The last post summarises the issue.
In reply to: Close Options menu on second click/tapok, so now I think I understand your issue. I am presuming that you mean the options menu, which works fine on a pc as using the mouse to hover lists the menu items and closes them as the mouse moves away.
with a smartphone you need to click rather than move a mouse? (I don’t have a smartphone!)
Since having the menu expand is not part of the normal bbpress function (it just lists the menu items rather than having a dropdown list), I presume that either your theme is doing this, or you have added some js to do this?
You could try
In reply to: Help!ok, so go into your dashboard and go to
dashboard>plugins>add new plugin and you’ll see near the top left a box that says ‘upload plugin’ ‘ click that and then navigate to were you saved the downloaded bbpress plugin zip file.
Click install and then activate
Then for further help go to
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/
screenshots :
in your readme.txt put
== Screenshots ==
1. A sample forum setup screen
2. Setting a user to a groupthe words are used as the label
then in the root folder (the same one as readme.txt is located) put the images. These must be called
screenshot-1.jpg
screenshot-2.jpgetc.
the .jpg is case sensitive from memory !
In reply to: Help!ok, I presume you have a website running wordpress that you want to add this to?
In reply to: Help!ok, can you describe exactly what you did.
‘I downloaded’ could mean anything
so I went to xx, click yy, and then did zz please