Forum Replies Created
-
so are you now fixed?
In reply to: How add Class on listso are you trying to make a new template or what are you trying to do?
link to your site please
In reply to: the display of topic is whitelink to your site please
that is the default way that bbpress works – what is not working for you ?
just make the forums public not private
In reply to: How add Class on listso where did this code come from ?
In reply to: Use Asphostportal to create forumgreat – glad you are fixed
you may also want
which will let you style and add features
In reply to: Use Asphostportal to create forumso with wordpress and bbpress installed, you create a forum in the dashboard and then create a page called say ‘forum’ and in the contents put
[bbp-forum-index]
save this page, publish it, and then view ot and you will see the forum.
you could also follow this
before I dig into this can you try (or have you)
bbp_get_reply_to (xxx)
sorry I do not understand
topic ID = 100
first reply to topic ID 100 = 105
second reply to topic ID 100 = 107
third reply to topic ID 100 = 108so which number are you starting with and which number do you want?
In reply to: cPanel Dangers?would depend on what he is trying to fix, and how much you trust, and what ‘data’ you site holds that could be embarrassing. If you hold no client info other than say usernames, then you could take a more relaxed attitude.
I tend to work on test/dev sites rather than live sites, and I like to have both cpanel and ftp access to sites I am working on, but most of what I do is code, and the ability to back out stuff is key.
suggest you look to build a test/dev site and give him access to that.
In reply to: User login without admin barplenty of tools & plugins to do this google ‘hide admin bar wordpress’ eg
In reply to: RC6 download missingnow there !
In reply to: Oembed preview fails when linking forum topicsIn reply to: Column width of forum Info not changinggreat – glad it worked!
In reply to: Column width of forum Info not changingtry
width: 100% !important;
In reply to: RC6 download missingI’ve just reported it to the devs who run that part
In reply to: Forum Topic Loopbbp_get_template_part( 'bbpress/omna', 'forumthreads' )
should read
bbp_get_template_part( 'bbpress/omna', 'forumthreads' ) ;
you missed a ‘;’ !
In reply to: Registration checkbox addition?as far as I know this one still works
In reply to: Problem with user profilegreat – glad you have found the issue – and thanks for reporting back !
In reply to: How to show subcategories each on separate lineIn reply to: Images not showing up in threadsIt 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: Topic In reply to in bbpress search is not displayedgreat – glad you are fixed
In reply to: insert/ edit image (links) not workingIt 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