Search Results for 'test'
-
AuthorSearch Results
-
September 5, 2007 at 4:53 am #54696
In reply to: Display latest post from WP
burtton
MemberWhich edition of WP do you use? 2.0.4 or 2.1? The newest edition allows you to display latest post from wordpress.Just update your WP However, I have a problem too.How could I make a pluging of Audio Player into my blog? I’ve tried several times,but it said: fail to link!
September 4, 2007 at 12:18 am #52915In reply to: MediaWiki, bbPress, and WordPress integration..
Heliotropen
MemberThat is my logik too, but have you tried it? ; on the web-site they write:
“This extension is tested with Mediawiki 1.6.9 (the latest release for PHP4) and wordpress 2.1. It will not work (yet) for Mediawiki > 1.6.9 (because of PHP5) but the next version will be PHP5 ready.”
September 2, 2007 at 2:57 pm #2348Topic: Akismet
in forum Troubleshootinghenrybb
MemberHi guys.
I haven’t been running bbPress long, but I’ve had this one problem with Akismet so far, that freaked me out. In that I have no idea why it happens.
I had a user last night sign up, go straight to a thread where users post their myspace pages, and post his. And bam, Akismet said spam, and bbpress said “bozo”.
Every subsequent post by this guy was held back as spam. I finally had the presence of mind to edit his profile and saw he was marked as a bozo. I changed the 1 to 0, thinking naturally that it was a logical flag, which indeed it is, but still every new post by this guy was getting marked as spam. I went into mysql and queried bb_usermeta with his user_id, and saw there was an is_bozo = 0 in there. I deleted that row, but still, all new posts by him were getting marked as spam. And the bozo thing wasn’t returning.
Eventually I disabled Akismet. Now, naturally, there are no posts getting marked as spam. But I had to re-enable Akismet because there were still a couple of posts I hadn’t marked as “not spam”, and when Akismet isn’t installed, you can’t mark things as spam/not spam.
I’m running my forum with a few people (around 10) in it at the moment, just to test it out before I start advertising it more. So it’s not a huge problem, but the point is it really freaked me out that this could happen on a daily basis to alot of users if I had Akismet turned on and a bunch of new registrations.
Anyone have any ideas?
September 2, 2007 at 4:00 am #60439chrishajer
ParticipantTest – lets see…
September 1, 2007 at 11:40 am #60079In reply to: top 100 bbPress sites
_ck_
ParticipantI am pleased to have something to finally show for all my searching efforts.
This list is obviously unofficial and just in beta test, I am still adding features and making corrections:
http://bbshowcase.org/forums/view/top100
http://bbshowcase.org/forums/view/top1000
There are roughly 1,000 sites listed, with the top 100 to showcase either sheer number of members/posts or user votes for style, etc.
Right now they are listed in order of total members (but you can sort). I will have it eventually list by a weight between members, posts and votes for style.
Also there will be user voting and preview thumbnails of the sites. (I was trying to use snap previews but it suddenly stopped working for me, so they might not have liked hundreds of links on a page, LOL – they are slow anyway and I want to learn to do snapshots via crawling code anyway)
Some interesting observations/conclusions from all my work on this (whew):
1. There are roughly 1000 public bbpress sites in existance
2. A great deal (>~80%) of these sites have less than double-digit members, hence I consider them “micro forums”
3. bbPress is being adopted worldwide in an impressive variety of countries and languages
4. SEO’er/search engine spammers/made-for-adsense makers seem to have found and love bbPress (unfortunately)
5. There are some really amazing designs out there
6. Apparently the people that participate on bbpress.org are a very small fraction of the people using bbPress!
7. At least several dozen sites had installed bbPress and uninstalled it a few weeks later
August 31, 2007 at 10:51 pm #60076In reply to: top 100 bbPress sites
baptiste
MemberNot much traffic – but I’ve got Refresh going for my plugin blog and forums. Matches quite nicely – I mucked with the themes a bit but the ports were done by others thankfully. Getting the integration and WP sidebar on the forums took some fun mucking in the code…
http://plugins.baptiste.us/forums/
One of these days I’ll diff the changes I made to the Refresh port to get it to match the WP theme and have everything line up properly…
This site is still under development:
Still need to tweak the theme some, but I’ve made a variety of navigational changes. Click any topic and look at the meta section. Click on a forum and note the navigation links. Click on a subforum and note the breadcrumb trail. On the front page – I like having the latest posts first, but added a ‘Forums’ column to indicate where they were and make it easier for folks to jump into a forum (no scrolling down for active forums)
Still a bit to do, but it’s working better each day. The theme will eventually be green – thus the green ads. I keep trying to convince myself NOT to shoehorn in AJAX posting – but I really miss it – something that made bbPress ‘cool’
August 30, 2007 at 3:41 am #57091In reply to: previous/next thread navigation
baptiste
MemberI put together a plugin that will allow you to include navigation links to flip forward or backward through forums and/or topics within a forum.
http://plugins.baptiste.us/plugins/nav-links-for-bbpress/
This is a first stab. No online config, etc. yet – just the main code to get the right links and forum/topic IDs. I hope to add some things to it and improve the API a bit to let templates get individual ‘next’ or ‘previous’ links.
I ended up having to do direct DB queries – I couldn’t find a way in the main bbPress code to get me the info I needed, but I’m not super familiar with the core code either so I may have missed something. But no functions or class methods jumped out at me.
I’ll post the bbPress plugin URL for it once it’s approved, but you can download it from the link above.
Here’s a look at what it does on a forum I’m still setting up/messing with.
Topic Nav – look in the meta section under the RSS link:
http://onthepitch.org/talk/topic/test-topic-2
Forum Nav – look under the list of topics:
http://onthepitch.org/talk/forum/soccer-parents
Yes – I know the forum navigation disappears in forums with no posts – side effect of the action hook I used to insert (it seems to return without applying filters when there are no posts – which I guess makes sense if you’re figuring there’s nothing to ‘filter’. But many filers append
)This definitely makes navigation for my setup much easier.
August 28, 2007 at 10:52 pm #53439In reply to: Rss feed for latest topics
roniabirk
MemberSure: http://www.fandom-rocks.com/forum-feeds/
Looking more closely at the rss.php file, I figured out that the number I change does not affect the number of topics shown in a specific forum, but rather the number of topics in the forum overall, so I guess the question really becomes how do I modify the number of posts shown when I am passing a forum ID?
August 28, 2007 at 1:22 pm #2319Topic: bbPress Theme Switcher (alternate)
in forum Themes_ck_
ParticipantI couldn’t find anyone who made a bbPress theme switcher (not a style switch, but the entire template) so I modified (somewhat deeply) one from WordPress last night. Took some research and testing!
I’ve added it here, you can see the dropdown at the very bottom right:
(if you are willing to edit all your themes you can put the dropdown anywhere, otherwise it will default to that location on each theme automagically – a new feature!)
So give me your themes and I’ll add them to the list to see if I can find the bbPress breaking point…
August 28, 2007 at 10:07 am #2311Topic: Little Problem with Mysty Theme
in forum Themesbordercollie
MemberHey,
i’m using my bbpress with the mysty theme.i’ve been trying to customize it so it can fit the screen of a Playstation Portable without scrolling.
Heres the forum:
http://bordercollie.kilu3.de/forums/bbpress/
the latest disccusion thing is next to the login form.
what do i have to do so the latest disscoussion thing is below?
i guess i’ll hjave to put a <p> tag somewhere but i don’t know.
thanks a lot
alex
August 28, 2007 at 9:28 am #58766Sam Bauers
ParticipantYep, it’s here…
August 28, 2007 at 9:16 am #58765neyoung
Memberlooks like I’m about 1 month late to this discussion… did the plugin ever get released?
August 28, 2007 at 1:43 am #2318Topic: new bbPress Theme: Aardvark
in forum Themesmbwebdesign
MemberI’ve just launched a new BBPress theme for public testing via my website:
It’s available in 4 colours. Feedback, bug reports etc would be greatly appreciated.
August 27, 2007 at 1:03 pm #60327In reply to: new bbPress Theme: FutureKind
Null
MemberLooks nice just 2 comments:
– The background mouseover is still green, would change that to some blue-ish
– The bold black titles (like latest discussions, views etc) are kinda too hard black for the theme. I would soften these or give them the color that ADD NEW haas now (ofcourse the add new would get a new color too then) I think it would blend in better then the hard black.
_Null
August 26, 2007 at 4:05 am #60254In reply to: Post replies bring you to the second page
_ck_
ParticipantUgh sorry.
I will have to create a bunch of fake posts to try to test a similar environment.
Because of the way bbpress calculates those pages, this is a very tricky process (also a very annoying process).
If all you are trying to affect is just the front page, there is a direct hack for the core you can do which should not affect any other page and allow all other plugins to work properly.
https://bbpress.org/plugins/topic/3?replies=15#post-346
In theory it will work better than any other plugin method.
I’ve got my hands full right now working on an advanced user tracking program to replace simple onlinelist that works across wordpress+bbpress.
August 25, 2007 at 1:57 pm #60252In reply to: Post replies bring you to the second page
mciarlo
MemberThank you–I will test this out at the earliest.
August 25, 2007 at 5:20 am #60251In reply to: Post replies bring you to the second page
_ck_
ParticipantOkay I think I have a workaround.
Try this.
http://ckon.wordpress.com/files/2007/08/change_topics_per_page.txt?v002
Don’t really have a way to test, so you’ll have to let me know. You’ll have to re-edit the limits at the top, sorry.
August 24, 2007 at 9:17 pm #58835Null
Member“We’re pleased to announce the latest release of jQuery: jQuery 1.1.4. Barring any horrible mistakes, this release will be the last of the 1.1.x branch – leading us up to the release of jQuery 1.2 in September.”
New trac made for updating jQuery
August 24, 2007 at 2:53 pm #53438In reply to: Rss feed for latest topics
chrishajer
Participantroniabirk: do you have a URL where this is happening?
August 24, 2007 at 2:13 pm #53437In reply to: Rss feed for latest topics
roniabirk
MemberI modified rss.php trying to reduce the number of topics returned in the feed, but it still returns all of them. Am I missing a step somewhere?
August 23, 2007 at 5:12 pm #56052In reply to: Latest WordPress & bbPress in another language!
w3creativa
MemberHi Ganzua, Thanks for taking the time to explain this to me. I believe, as you say, that it is not the best solution but, apparently, the only one at the moment (?).
I wonder how did other users managed to translate their integrated bbpress.
Thanks again!
August 23, 2007 at 3:56 pm #56051In reply to: Latest WordPress & bbPress in another language!
ganzua
Member“hi, I have the same problem. Has anyone found a way to integrate and change the language without errors?”
I managed to translate a wp-bb integration but I don’t know if you are going to like my workaround;
1. edit bbpress config.php and in define language section point to your wp language file with this code; ‘ define(‘BBLANGDIR’, ‘wp-includes/languages/es_ES.mo’); ‘ (change es_ES.mo for the name of your language .mo file)
2. edit wp language .po file and insert there your bbpress .po file. In other words, copy/paste all bbpress entries at the end of wp .mo file
3. Open with poedit and try to save this modifed file. You’re going to have +-100 duplicated entries in an error log. Delete all duplicated entries, one by one, so you can save.
4. When you save with poedit you produce 2 files; .po file and a .mo file. This .mo file is the one you want. Now you have translated both; wp and bbpress with just one .mo file.
I do know that this workaround implies a lot of future problems and I don’t like it at all but I didn’t find any other way.
I hope someday bbpress will appear as a plugin for wordpress.
August 23, 2007 at 1:39 pm #60232In reply to: Gravatar Plugin
amethystdragon
MemberThe myavatar plugin supports Gravatar but I need to do some more work to update it to the latest code – Give me a few days
August 23, 2007 at 10:51 am #59505Anne-Lise
MemberI have more or less the same problem. My forum is only accessible to WordPress users of the blog the forum is linked to. They cannot register themselves. Therefore registration is not possible on the forum either. All user names consist of two words. When I, or another user, is logged in in WP and then switches to the forum, he or she has to login again. When user name and password are filled in correctly and the login button is clicked, the user is redirected to a page where it says that the login failed and that he or she has to try again. But this time the space between the words of which the username consists is deleted (‘tester twee’ becomes ‘testertwee’). Logging in with the newly formed username doesn’t work either, of course. Logging in with a username that is made up of one word is no problem (for example ‘admin’).
This problem didn’t exist in the previous version of BBpress and it doesn’t have anything to do with the browser either since I tested this with Firefox as well as with IE. I also tried deactivating all plugins, but wasn’t the solution either.
I hope there is anyone who can help me fix this, because it’s really annoying. I was so glad I finally found a rather simple forum that could be integrated with WP.
August 23, 2007 at 9:58 am #56050In reply to: Latest WordPress & bbPress in another language!
w3creativa
Memberhi, I have the same problem. Has anyone found a way to integrate and change the language without errors?
-
AuthorSearch Results