Forum Replies Created
-
In reply to: Theme Compatibility Confusion
I just copied across the whole folder and that worked for me.
In reply to: Theme Compatibility ConfusionInside plugins/bbpress/bbp-theme-compat you should have a folder for:
bbpress FOLDER
css FOLDER
extras FOLDER
js FOLDER
bbpress-functions.php FILEThen inside the css folder you will have all the css stylesheets to edit and change fonts that you need. Does this look familiar?
In reply to: Adding "view unread posts" pluginLet me know if you need any help with anything, I can try and assist if I can. This would be a great plugin indeed.
In reply to: User RegistrationHave you created the login and register pages using the shortcodes: https://codex.bbpress.org/shortcodes/ ?
Are you just having trouble with getting the actual links onto the forum area or you need to create the pages aswell?
Are you using a sidebar?
In reply to: Forum Non-existent?You can try resetting your permalinks, that tends to fix some strange 404 errors for me.
If you try that and it still doesn’t work then try switching to a default theme or then disabling plugins one by one.
In reply to: BBPress customization of registration processThis is possible but it would take a little bit of development to get certain things working.
Good luck!
In reply to: No bbpressindex page?That is generally all dependent on the theme.
Good luck!
In reply to: Increasing width of the forum blockYour main #content is restricting the width.
You could try something like this:
.bbPress #content { width: 100%; }
In reply to: Display Forum DescriptionWhat do you mean by the forum is unable to process blank pages? Do you mean blank descriptions?
Good luck.
Lynq!In reply to: Code in Replies is ExecutingI agree, although I have found it fine to use pastebin for code.
In reply to: Tick a Disclaimer box before creating a new topicYou could use some simple jQuery if you want it just as a simple UI confirmation.
In reply to: Layout Problem with 2.1.2 Forum Using PHP Ease ThemeIf you have firebug installed you can check all the correct stylesheets that should be loaded are getting loaded using the net panel. It might give you a hint into what is going on.
Good luck.
I would suggest creating a new topic as the original posters problem was resolved when he switched to twentyten so it sounds like you have a different issue.
In reply to: Creating an FAQ for the bbPress CodexIt would be quite nice to have some of the most commonly asked forum questions somewhere and then a couple of useful topics users can check out.
I know that customizing bbp_list_forums is a popular one.
In reply to: How to get reply ids within topic loop?Have you had a look inside loop-replies.php and loop-single-reply.php to see how it is done inside there?
You could try something like this, but note I haven’t thoroughly tested it yet. http://pastebin.com/NC8JB4hV
In reply to: stoping forum particpant from getting to dashboardYou could try something like this, which will redirect the user back to the homepage.
Good luck!
In reply to: User Profile Page is Giving Error (not opening)Have you tried changing and updating your permalinks then changing them back. That usually fixes some wierd not found errors for me.
In reply to: Number of Topics per PageFirst you set the posts globally to 15, as suggested above.
Then you will need to setup a custom list for the front page. Is it the latest 5 topics you want on the front page? If so you could do something like this.
(If my answer is not correct it’s too hot to read again!)
In reply to: bbPress Login Widget redirects / Forum list offI have been looking into redirecting people from their current location back to that same location after login, I haven’t got very far yet though, sorry.
If it is a css thing then it is very difficult to try and suggest anything without seeing the site.
In reply to: bbp_list_forums does not show anythingbbp_list_forums will list the sub forums of a parent forum.
Hope that makes sense?
In reply to: Recent Replies Under Forum ContentsYou could do something like:
and put it at the bottom of loop-forums.php.
Good luck!
- This reply was modified 12 years, 3 months ago by Lynq.
In reply to: Message from bbpress to wordpressDo you mean like one of the following?
In the sidebar a list of recent topics on bbPress.
A bbpress post inside the loop of your homepage posts.
The latest bbpress topic/reply appear as the main content of your homepage?All the best, Lynq.
In reply to: Latest posts and subscribers cannot embed picturesI have done the latest posts thing fairly quickly, this would be the same for creating a widget I believe.
Displays the latest 5 posts.
- This reply was modified 12 years, 3 months ago by Lynq.
In reply to: Replies to topics not appearingDo you have a site link?