Forum Replies Created
-
In reply to: How do I add links?
To add things to your bbPress pages, you need to edit the files in your theme’s folder. Just find the template that is displaying the page you’re looking at, and edit the file to put your links in there.
In reply to: How do I install a bbPress theme?You do not need to change the permissions. For that directory, they can remain 0755.
In reply to: How do I add links?Where do you want to add them? Where you’re adding them determines how to do it.
In reply to: How do I install a bbPress theme?Are the permissions on the my-templates folder 0755 (drwxr-xr-x)?
And inside your my-templates folder, what does a directory listing look like? Is there a folder with all your theme files inside it? Do you have a style.css there with your theme name in the header?
In reply to: forum_idOh, I didn’t realize you just needed the forum ID one time. Glad you figured it out.
In reply to: just getting startedThey don’t look any different than a WordPress installation, and then a bbPress forum at a different URL. Here’s what it looks like if you don’t do any sort of integration:
bbPress: http://www.riversideinfo.org/forum/
WordPress: http://www.riversideinfo.org/
WordPress is in the html root, and then in that folder is a forum folder, which is why bbPress is accessible at http://www.riversideinfo.org/forum/
In reply to: just getting startedInside the folder that as WordPress, put a folder with all the bbPress files in it. So maybe you have this:
/public/html/wordpress/
add a new folder:
/public/html/wordpress/forum/
(or forums or discussion or bbpress)then access your new installation at http://www.example.com/forum (or whatever you selected) assuming WordPress is accessible at http://www.example.com/
In reply to: Adding Google Adsense to SidebarWhere is your forum and what theme are you using that has a sidebar?
In reply to: Akismet deletes "spam" without letting me decide?That is how Akismet works in bbPress – can you post a screenshot of your admin? The Posts tab, then there is a drop down with the following choices: All, Normal, Deleted, Spam (if you’re using the Akismet plugin.) Is that not your experience?
In reply to: small mistak in Post Editor of Bbpress siteThat’s browser functionality for textareas, in Chrome and Safari, not something bbPress can fix. Unless I’m completely missing the point.
In reply to: Future of bbPressThanks for stopping by Andy.
In reply to: forum_idThinking out loud about this. A post (reply) must be part of a topic, and a topic part of a forum, right? And right now, here, this post is part of the “forum_id” topic, which is in the “Troubleshooting” forum. So, the information is available in the template file, if it’s being displayed here in a topic. Have you looked in your themes topic.php file to see what provides that information right now? If you’re checking this in WordPress, there will be some additional hoops to jump through, like passing the post ID and globalising some variables, but it seems like the information is available.
What have you tried so far?
In reply to: Akismet deletes "spam" without letting me decide?You can deactivate the plugin if you’re not happy with the performance. Is that an option for you?
In reply to: Can't log into my bbpress forumIf you have access to the database and a tool like phpMyAdmin, you can reset the hashed password to the hash of a password you know, then log in with that password. Do you have phpMyAdmin and access to the database? Also, what version of bbPress are you talking about?
Check your spam folder for the email.
Also, if you create a new user, do you receive the password for that user?
In reply to: Future of bbPressI deleted a bunch of off-topic troubleshooting-type posts. If yours is missing from here, that’s what happened. Please start a new topic for your issue, if you have one, and let’s keep this topic on the topic ‘future of bbPress’.
Thanks
In reply to: What happened to SAM?In reply to: Akismet deletes "spam" without letting me decide?You can always review what was marked as spam, and you can also just turn off the Akismet plugin if it’s not working well for you.
In reply to: New post listingYou want to show most recent replies from bbPress on your blog? Is your blog WordPress?
Here’s how to show bbPress info inside WordPress without full integration
There were a couple posts from sambauers about it too, but I can’t find them right now.
There was also the bbPress live plugin, but it’s broken right now:
In reply to: Slow down; you move too fast.You can edit that for each user individually. Are you talking about just doing it for yourself? If you go the edit a user’s profile, you should see this checkbox:
[ ] Allow this user to Ignore the 30 second post throttling limit
There was a setting in bb-config.php to make it a different number, but you can turn it off completely for each user in their profile.
In reply to: Skipping code in .php files and CSS.It definitely needs to be inside the
<?php ?>
code block, or it’s just HTML to the browser. You probably didn’t have it in a code block if you saw it displayed.A syntax highlighting editor helps a lot with this. It helps you see what is code and what is plain text.
What is the plugin supposed to do with regard to those things? I thought the plugin just excluded replies from certain forums from the list of latest discussions. I didn’t know it was related to redirection or forwarding.
In reply to: Can I put the 'categories' at the top of my forums?Yes, just open front-page.php in your template and move the blocks of code around to arrange them however you want. Put the discussions on the bottom and the forum list on top.
In reply to: smtp-mailer-for-bbpressHow about explaining what you did, please, and what the result was.
In reply to: Custom ThemeBest place to start:
https://bbpress.org/forums/tags/integration
You will be copying the WordPress styles and using them in your bbPress theme to approximate the look of your WordPress site in bbPress.
Some people have also put bbPress in a iFrame inside a WordPress page (which I think is a horrible solution):
https://bbpress.org/forums/topic/easy-way-to-integrate-bbpress-wordpress-themes
In reply to: Country display_ck_ was talking about something she had done with GeoIP and flags at one point:
https://bbpress.org/forums/topic/caching-in-bbpress#post-9768
I thought maybe it was part of mini-stats?
http://bbshowcase.org/forums/?mini-stats
See the flags on the bottom of that page.