Forum Replies Created
-
In reply to: How to get a total count of forums?
That’s a valid function in 1.0.2. What version are you using?
https://trac.bbpress.org/browser/tags/1.0.2/bb-includes/functions.bb-statistics.php#L19
In reply to: jquery loadingawesome
In reply to: 'undelete' topics does not workYou’re right. I had a different experience though:
I didn’t even know there was an “undelete topic” function. I deleted this topic, with your one post. Then I undeleted the topic in the admin, and while it was undeleted, there were no posts in it. So i was able to view a topic with no posts in it. When viewing that as moderator, I was able to undelete the post and then it was visible.
I’d say this is worth opening a ticket at trac.bbpress.org but I would like to see if we have two different problems here.
Might maybe be related to this as well:
In reply to: Filename cannot be emptyDerek, it’s not a common problem that happens with all installations, so it’s something specific to your setup. Can you upload the bbPress files again to overwrite the ones you have there now, to ensure that they were all transferred properly?
What version did you install? Was it installed over FTP or svn or something else? Anything interesting about your hosting setup (Windows, localhost, etc?) What is the PHP version?
Also, it’s just a warning, not an error. PHP warnings should not be displayed in the browser. Maybe that warning is masking what the true problem is? You can turn off PHP warnings and maybe then see if the forums work correctly? Eliminating the warning might just require a ticket at trac.bbpress.org to address, once we have more information about your hosting setup.
Is this a WAMP server with PHP 5.3.x?
In reply to: Noob + Fresh Install = Quirky, please adviseThat is *not* a common problem. I’d say it’s from a plugin or a template modification. The page is not rendering completely after the first post. Look at the source. Maybe you have added some sort of advertising after the first post and it’s not working correctly? A signature plugin or something that adds to each post?
What plugins are you using? My guess is that this is caused by a plugin, since it looks like you’re using Kakumei Blue for the theme.
In reply to: jquery loading> I tried to use bb_enqueue_script( ‘jquery’ ); in there but couldn’t get that to work!
You *need* to get it to work, that’s the proper way of doing it. You should figure out what you were doing wrong.
In reply to: Limit posting to certian forumsThere was a plugin called Read Only forums too, which would do what you want I think:
https://bbpress.org/plugins/topic/read-only-forums/
That was good for up to 0.9 as well. Might need modification to work with 1.0.
In reply to: User Photo avatar displayed on forum home?Yes, don’t forget to echo the output returned by the function.
In reply to: Newbie QuestionbbPress and WordPress just add a digit to the end of the permalink to ensure the new one is unique.
In reply to: Plugin [Mass Delete Users] no workingPosts deleted and edited by me. Swearing is uncalled for and I will delete it when I see it.
In reply to: extract image from post contentWhat are you using this for?
Couldn’t get the site to come up (timed out.)
jurasiks, no bug, the posts just looked like spam due to the number of links. Also, one of them had something in the title like “(join us) +bonus! (see inside)”- looks like spam so it was caught by akismet.
There is no bozo function here, I don’t think. If there is, it requires someone manually marking a user as a bozo, and that’s not happening. I don’t have that ability and no one with higher permissions checks in that regularly.
In reply to: Can't get to admin page in bbpressOne topic per topic please.
In reply to: Tweaking bbPress – Forum Avatars, Recent Posts, etc.The first one is not avatars (those are for people) – you want topic icons, like gerikg linked you to.
In reply to: New Vanilla 2 Inspired themeWorked for me. Here’s the direct link:
http://www.jasonmorehouse.com/downloads/CF-bb-vanilla_1.0.zip
In reply to: Tip for stopping automated registationsSounds like a neat system, better than having a visible input field with a note for people to read that says “don’t fill this out.” Sounds simple and effective.
In reply to: Using subversion to updateI think it’s relatively safe to update to trunk. Trunk is probably less broken than 1.0.2 right now. I would perform a test installation to be sure everything still works the way you want, before upgrading a production site.
This site is using trunk, BTW.
If you begin using trunk, please post any problems to trac so they can be addressed. Thanks
In reply to: Filename cannot be emptyYou never know. When integrated, assuming it’s done correctly, there can still be functions that conflict with each other. So, it’s good information to have when troubleshooting.
In reply to: Search – Relevant Post Links BrokenUmm, the code is committed so it will be in the next release. It’s in the trunk version now, but I don’t recommend running that on a production site.
In reply to: Filename cannot be emptySince there are very few reports of this, I think it is related to something in your setup. I can’t replicate the problem.
Did you integrate with WordPress or do anything other than just go through the installation procedure?
In reply to: Unwanted ads in bbPress ThemesI guess this is part of the problem with not having an official theme repository. WordPress is finally getting the word out that downloading themes from other than the repository can get you a theme loaded with nasty stuff. bbPress may have to do the same thing.
In reply to: How to show a topic is closed on the front pageSo is that something that can be fixed in the plugin? It is a plugin for Support Forum functionality, isn’t it?
In reply to: Search – Relevant Post Links Brokengerikg, I just committed the patch to fix this. I believe bbpress.org is running trunk and it updates on some sort of schedule/cron, so that fix will be present here tomorrow probably. Could you test again tomorrow?
I don’t know when or how the code gets updated here, but I am seeing my changes here a day or two after committing to trac.
Thanks
In reply to: How to show a topic is closed on the front pageThe [resolved] comes from a plugin, doesn’t it? Support Forums or something?
The [topic closed] is built in to bbPress and I am not sure why that does not show up here. It does show up in my installs and I have customized the text. I am guessing it needs to be added to the theme?
Or maybe there’s a conflict between the plugin and the core [topic closed]?