Forum Replies Created
-
In reply to: Custom Roles & Capabilities
Come back if you rae still having problems tomorrow, but the code you posted works with bbpress !
In reply to: Custom Roles & Capabilitiesok, not sure why, but my code is now working without me changing, but I did shutdown all browsers and reload from scratch and that seemed to fix.
I can now change role capabilities at will, but initially like you the changes did not take effect.
by the by if you have several sessions in one browser they will take capabiliites of another session, so have you admin in say IE and your user you are testing in say Chrome !
In reply to: Custom Roles & Capabilitiesit may be just me, it’s getting late but yes I can change the user to member, but it’s not altering the capabilites, I switched everything to false and I can still edit, but as I say it’s late and I’m probably not doing something right – I’ll take another look tomorrow.
Also you’re using buddypress as well, does this give you the secondary roles you mention?
In reply to: Moving Forums Root to sub pageyes the damn spam filter on this site gets overly keen – not my site I’m just a helper here so can’t change that.
two links or two images seems to be the limit – try that !
In reply to: Custom Roles & CapabilitiesHmmm.. I’ve just spent some time playing with this code, and it’s not really working.
It is quoted in lots of sites inc http://gawainlynch.com/customising-dynamic-roles-in-bbpress-2-2/
But as far as I can see you get the member role, but the site default role capabilities – can’t work out why at the moment. What is you site default, and would that make sense?
In reply to: Custom Roles & Capabilitieswhat other plugins do you have?
In reply to: i ask theme ?I don’t know what your question is, please state it more clearly
In reply to: Forum WidthIn reply to: How to add custom colors for each Role ?Sorry, using css don’t know how to do that. As before it would I think involve a rewrite of the function bbp_reply_author_link
And lastly, how to modify the css so that I can display the role as its displayed here on this website, ie., role covered in a box.
just add
background-color : green ;
to your
#bbpress-forums div.bbp-forum-author .bbp-author-role-admin, #bbpress-forums div.bbp-topic-author .bbp-author-role-admin, #bbpress-forums div.bbp-reply-author .bbp-author-role-admin { etc
code above
In reply to: Import ForumsNo bbpress doesn’t need these, so if you have a backup of them, then yes they can be deleted.
ok, there’s a conflict there between something
what theme and other plugins are you running?
In reply to: Moving Forums Root to sub pageYou’d be filtering the function
bbp_get_breadcrumb
in
bbpress\includes\common\template.php
to put an extra link in
In reply to: Moving Forums Root to sub pageI have to confess that I’m not quite sure what you are trying to achieve?
Is it just to have another page in the breadcrumb flow
In reply to: Log In ProblemsEmails not working can be caused by many factors. Try working through the following :
Spam filters
You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit. You need to set up email to come from your site egfred@mysite.com, your hosting provider can help if needed.
Host Provider
Talk to your host provider about why emails are being strippedIn reply to: Add content under threads?no it can be done by this
so
create a post (you’ll delete this after, this is just temporary) and put what you want in the content, including nay images, and get it looking like you want it. you can’t have any single quotes (‘) but can have double quotes (“).
Then switch to ‘text’ view – top right of the content box. This will take you into html mode, and the ‘code’ we need will be there.
Copy all this code into the $content = bit in the code above. It must have a ‘ at either end, and a ; at the end so you will end up with
$content = ‘ whatever the text you copied is in here ‘ ;
then save and upload, and delete the post when you are happy it works.
Come back if any of that doesn’t work, and if you do and are happy to make it public let me know what you have pasted in there so I can make sure it’s right
In reply to: Forum WidthThat link works, so not sure why you are not able to access it
Another route to this
Click Documentation above
scroll down until you find
‘Functions files and child themes – explained! ‘ and click@crystalleeanne that might be difficult, as the textarea is only acted on upon submitting the form.
Can you explain what you are trying to achieve
That’s interesting, no it should show all the time.
Can you check that activating / disabling makes it appear/disappear?
In reply to: Log In ProblemsTry https://wordpress.org/plugins/check-email/
to see if your email is working
In reply to: no topics foundWhat are your forums set to
dashboard>forums>all forums and choose a forum you want and click edit
then near top right your will see ‘forum attributes’ what is visibility set to? It should be public to display to non logged in users
Hey great – glad to have helped !
In reply to: Log In ProblemsI presume your lost password page has [bbp-lost-pass] in it?
the page does just refresh – not very helpful I know, but I’m not an author !
are you sure that
a) the email is sending
b) you have the right email address
c) it’s nit being junked by your email as spam?ok, the simplest way would be
Dashboard>forums>all forums and edit each forum
put the banner in the description
then download my plugin
https://wordpress.org/plugins/bbp-style-pack/
and tick item 6 Add Forum Description on the forum display tab
In reply to: Forum Widthyou’ll need to work you way through this article
In reply to: How to customize TinyMCE toolbar button colorsput the following in your style.css
#bbpress-forums .button { background-color: blue; color: red; }