Forum Replies Created
-
In reply to: Set Forum Archive Parent Page
looks like you have already solved this?
In reply to: Cant Customise BB Press using BBp style packif you are using copy/paste then paste as plain text
In reply to: a link on the picturewhat is your existing code?
In reply to: Private forumsgreat – glad you are fixed !
In reply to: Private forumsyes – that is no problem – just go into dashboard>users>edit and you can select which groups they belong to
In reply to: Private forumsnothing automatic, I’d suggest you just create a check list or drop down list in your contact form
In reply to: Private forumsset up a page and use a contact form plugin, then set the redirects in the private groups plugin forum visibility tab to that page
In reply to: Private forumsset forum to public and use private groups to protect it – ie set at least one group ! Then use forum visibility
In reply to: Private forumsIn reply to: Cant Customise BB Press using BBp style packyou seems to have an inline style which is overwriting any other styling eg
style="height: auto !important;">
and<p style="height: auto !important;"
from this code.
<div class="bbp-reply-content" style="height: auto !important;"> -ad-client="ca-pub-8895339382096709" data-adsbygoogle-status="done"><ins<p><strong>1. The Profession of FaithβThe Shahada</strong></p> <p> </p> <p style="height: auto !important;">The Profession of Faith, the shahada, is the most fundamental expression of Islamic<br>
It may be related to where you are importing the text from
In reply to: help me modifying the pluginGreat – glad you are fixed π
In reply to: bbPress Topics for Posts commentsorry, I don’t understand the question?
In reply to: help me modifying the pluginthe one above should work – I changed
$forum_id = '12345'
to
$forum_id == '12345'
In reply to: help me modifying the pluginoops sorry should read
$forum_id = bbp_get_topic_forum_id() if((!bee_catch_image() == '') && $forum_id == '12345'){
== being compare
In reply to: help me modifying the pluginprobably
$forum_id = bbp_get_topic_forum_id() if((!bee_catch_image() == '') && $forum_id = '12345'){
In reply to: Post a topic without admin approvalThe default is that they can do exactly this.
I’d suggest you check your settings in
dashboard>settings>discussion
In reply to: bbPress Topics for Posts commentfor ‘Follow this link to join the discussion’ – you are welcome to style it as a button if you wish
go to
dashbaoard>settings>discussion and change
Follow this link to join the discussion
to
<div class="myButton">Follow this link to join the discussion</div>
you can then style a button, if you don’t know how go to
In reply to: bbPress Topics for Posts commentthe comments part of bbpress is not very nice.
you are presuming that what your site shows is the same as everyone else’s – can you explain what you mean?
my test site shows what I would expect
In reply to: Breadcrumbs link nightmare?basic system is fine – the issue is either site specific or words lost in translation between us π
there are over 300,000 installations of bbpress – if breadcrumbs didn’t work, we’d know about it π
But I’m glad you are fixed π
In reply to: Creating an Membership Site + Forumonce activated go to
dashboard>settings>bbp style pack>Subscription Emails and there is a box to tick item 2 auto login and the appropriate login
In reply to: Breadcrumbs link nightmare?ok, I can only suggest you install
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
where you can reset where the root takes you to back to your forum page
always really hard to track down an issue which is intermittent and that you cannot repeat at will.
At the risk of you screaming at me, my recommendation is only to update one thing at a time, and leave it a week or so in between, so that if issues occur, it is normally obvious what the change that caused it was. But I’m sure that’s what you will be doing from now on π
can I suggest you contact me via http://www.rewweb.co.uk/contact-me/ and I can take a quick free look to see if anything obvious occurs to me. Please reference this thread, so I know what the source is.
In reply to: Breadcrumbs link nightmare?So have you got the shortcode [bbp-forum-index] in that page?
In reply to: List Of ShortcodesIn reply to: Breadcrumbs link nightmare?writing threads that complain about free software offered with free support is not the way to get your problem fixed – so I deleted that one as it serves no purpose.
In essence the forum root slug simply needs to match the permalink of the page where you have put the shortcode on, then it all works.