Forum Replies Created
-
In reply to: No forum visible after import phpbb
I see three different WP databases and in wp_hzue_posts I see posts from the imported forum in my development site.
ok, do you see the forums and posts in
dashboard>forums or dashboard>topics or dashboard>replies ?
Why does the Codex not have these details available to the user?
Unfortunately good coders tend to be rubbish documenters ! I’m just a user of the software I wrote a fair amount of the codex as I was building my first bbpress forum two years ago, when the codex was open for all to contribute. Unfortunately spammers put pay to that, and now only certain people have access.
but does that not indicate a design flaw within bbPress itself?
The authors had given a way to switch the code off, and a flaw depends on how you define it. Many themes work perfectly well without the need to create a bbpress.php, so putting it in the plugin is a more logical area – maybe? Anyway not my cause to argue, I just use the software !
If I ever get the time, I would be more than willing to write up what each template file does within the codex.
Would be fantastic of you would, send it to me via my website on http://www.rewweb.co.uk and I’ll happily add it to help others, and credit you !
Glad you got fixed in the end !
In reply to: Topics are not addinghmmm
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 twentytwelve, and see if this fixes.
Then come back
In reply to: Topics are not addinglink to you site?
I presume you want rid of the one to the left of search ?
that should be in
bbpress/templates/default/bbopress/content-archive-forum.php line 24 in 2.5.5
In reply to: Forum page title links to last forum created – why?hey great – glad you’re fixed !
you’re welcome
You are not understanding the problem.
spot on !
the code you gave is an action, so would not contain the breadcrumb unless some other code outside bbpress is actioning it.
can you give us a link/url to a page and tell us what you want moved/added/changed
In reply to: Make the forum pages full-widthtry adding
.bbpress #content-main {
width: 96%;
}to your style.css
In reply to: Full width forumgreat – glad you’re fixed, and thanks for posting the solution
In reply to: Full Width Problem with page.php@davidnsfw – as with @svend-rugaard I can’t see where that is – can you post a url to a page with an example and tell me whjere this is displayed – I can’t see the word ‘archive’
@svend-rugaard come back when you have testedbit of a difference between
and wanted it removed completely
and
I merely want to move it.
🙂
but it doesn’t seem as if that’s possible.
um, yes it is, you just hadn’t asked !
just use
<?php bbp_breadcrumb(); ?>
in the code
there are many template files that use this
just look in
templates\default\bbpress\
and you’ll find all the templates
tell us where you want it, and we’ll try to help further
In reply to: Make the forum pages full-widthWe’d need a link to your site to fix those
In reply to: Setup problemsIn reply to: Make the forum pages full-widthyes take out the line
<?php get_sidebar(); ?>
about 5 line sup from the bottom.
BUT you need this to be a bbpress.php file in the right directory as per and don’t delete the page.php file – that runs the rest of your site !
In reply to: Changing Hyperlink Colorsthanks Rob ! Far better at css than me !
In reply to: Full Width Problem with page.phpMaybe you can tell me how im gonna remove that “Archive” from the title bar its weird it is using Archive as title for site
I can’t see where that is – can you post a url to a page with an example
In reply to: Setup problemsok,
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 twentytwelve, and see if this fixes.
Then come back
In reply to: Changing Hyperlink Colorsok, Rob’s the css guru, but why not try my plugin
https://wordpress.org/plugins/bbp-style-pack/
which will let you style the hyperlinks (no. 5 in forum index styling)
Otherwise come back and we’ll help further
In reply to: Full Width Problem with page.phpNo problem, glad I could help !
In reply to: Setup problemsok, welcome, and don’t be daunted !
Does the forum become visible if you log in – I know that’s not what you want, but it tells me some stuff I can ignore in helping you.
no a single flat structure of hundreds of forums would be fine, the only reason I can see for nesting them would from an admin perspective, and you seem to already appreciate that aspect and are happy with it.
In reply to: Show parent forum names(titles) on subforumsyes that’s possible, but can you giv e us a link to your site and a page and tell us exactly where within that page you would like it?
In reply to: User unable to post on forumI have one single user who is unable to post anything at all
sorry, can you define what you mean by this eg she can’t login in or she doesn’t get the topic/reply form, or she can’t fill it in, or she can fill it in but it doesn’t send etc.
Also have you looked in the backend to see if the topics/replies are there?
In reply to: Forum page title links to last forum created – why?