Search Results for 'test'
-
AuthorSearch Results
-
March 12, 2007 at 10:09 pm #55586
In reply to: How to limit latest discussion topics?
Trent Adams
MemberThis is a setting in your config.php, but if you are interested in limiting discussion based on time, check out this plugin:
https://bbpress.org/plugins/topic/21?replies=1
Otherwise:
// The number of topics that show on each page.
$bb->page_topics = 30;Trent
March 12, 2007 at 9:48 pm #1561Topic: How to limit latest discussion topics?
in forum Installationhuntherx17
MemberIs there a way to limit the number of topics listed under the Latest Discussions part?
March 12, 2007 at 1:45 am #55457In reply to: phpBB -> bbPress and WordPress together
Trent Adams
MemberSorry to get back to you late here. I would imagine that importing from phpBB into bbPress will associate the users into bb_users. Being integrated, bbPress uses wp_users. That might cause some problems. Maybe you can edit the phpBB => bbPress importer to put the users into wp_users versus bb_users. That being said, *****BACKUP EVERYTHING FIRST******
You might want to install a test install on your server and try it there first as I am not sure what the consequences of doing it would be. Nothing too painful, but it might make you have to make a few changes to make sure the posts get associated with the right authors! One way to find out! Good luck!
Trent
March 12, 2007 at 12:31 am #55499In reply to: Profile Page and Permalinks
Justin Tadlock
ParticipantDoing that for the permalink didn’t work for me. I’ve tried it several times.
There are a couple of things I want to do with the “author” as opposed to the “last poster”:
1) On
front-page.php
I want to put the topic author’s name under the link to each of the latest discussions.Ex:
Link to topic
By link to topic author
2) On the topic pages, I want to put the name of the post, then link to the post author.
Ex:
Topic Title
By link to topic author on Date/Time
Rest of post……
This type of setup is already on my forum. I’ve already got the author’s name already set up on the forum. I just need to get the author’s profile link.
March 11, 2007 at 9:46 am #55327In reply to: Problem with the Support Forum plugin
Sam Bauers
ParticipantI hate to ask, but did you turn on the options to show icons in the admin pages?
You need to be logged in as a keymaster, then go to “Site Management” -> “Support Forum”.
Also make sure you have the latest version of the plugin.
Otherwise, do you get any errors in your logs that might help us?
March 11, 2007 at 2:12 am #52565In reply to: Unable to add Mutibyte Character Tags
wenkong
Memberfunkyloveb, so sorry for your inconvenience.
I reply to your forum to testing the Multibyte character Tag.
Do you have any way to show UTF8 tag properly?
I try this post & fix 0.8.1 still not solve the problmes.
March 10, 2007 at 2:40 pm #1548Topic: dont u agree some function are not necessary.
in forum Requests & Feedbackbbpressfans
Memberactually, I’m bbpress fans, even I dislike the bugs, so I try the latest version, 0.8.1, but It still have some bull shit function, why admin post new reply still need to be moderate? after logout show no new reply.
is it necessary?
so sorry I lost control myself for looking just a simple forum app for my blog.
why so hassle to use it.
March 8, 2007 at 7:27 pm #54679In reply to: Import SMF to bbPress
lonemadmax
MemberFrom what I see in topic 856, it seems I’m late again. Does your last message mean that everything’s OK now? I still don’t understand how the cache of 3 different browsers conspired against us, so maybe there’s a problem with the script. Maybe a recount is needed after use. Or it does something wrong to the database under some circumstances, I don’t know. I can say that I didn’t have your problem, but I’ve only tested with bbPress 0.74 and 0.80, and barely enough to have a feeling that it worked (posting after the import is one of the few things I tried). And all feedback I’ve had has come from this topic, so if it is something in the script, you were the first to notice.
March 8, 2007 at 5:38 pm #55428In reply to: Logout and posts disappear
funkylovebunny
MemberI have no plugins its fresh install.
Thanks heaps, you can have a look but I warn you it may be ugly and hard to read as I am stuffing around with the CSS at the moment
The site isn’t live to the public but you can see it here
http://www.buttonbadgelovers.com/talk/
the topic “your first topic” should show 2 posts and there should be a second topic called “test topic!!!”
March 8, 2007 at 10:07 am #55335In reply to: Modifying the topic tag list
ear1grey
MemberThe topic tag list is a list, so marking it up as such is semantically correct, so the best practice way of rendering that list in the way you want is, as Trent suggests, through CSS.
This article covers inline lists, which is what you’re describing.
See this for a more terse example.
March 8, 2007 at 9:07 am #1533Topic: 中文标签测试
in forum Troubleshootingwenkong
Membertesting testing 中文标签测试。
Tag in Chinese character.
March 8, 2007 at 5:53 am #55351In reply to: Anonymous can’t view new topics
Stretsh
MemberSeems like this is some kind of cache problem. I tested it in 3 different browsers on my Ubuntu box, clearing the cache, nothing worked until I restarted my box. So I think somehow the cache got messed up.
March 7, 2007 at 7:11 am #55266In reply to: i need wysiwyg editor
zeug
MemberYeh AMP has 2 ways to embed media, one uses SWFObject to embed Flash movies, like all the youtube etc stuff. The other tests simple href links in the page for media file extensions .mp3, .flv, .mov etc, and if it finds them it loads em.
It’s just the SWFObject javascript embeds that need to be handled behind the scenes by a bbPress plugin as I take it most everyone knows how to make simple href links. For these all you need is the javascript call in the head:
<script type="text/javascript" src="http://PATH TO PLAYER DIRECTORY/anarchy_media/anarchy.js"></script>
And yeh, no idiocy required, apart from my own idiocy of ommission … I should really get around to documenting what anarchy.js actually does and add that to the download package so it’s all clearer than opaque mud… sort of more a translucent mud hopefully.
March 6, 2007 at 10:27 pm #52312In reply to: Plugin – Private Messages
ardentfrost
MemberSince that only has to happen once, if you added the tables that should be the end of it. I tested the process on my own server and had 2 others test it on theirs. A lot of people have downloaded and installed the plugin, and a minority have had problems. Unfortunately, I am unsure how to fix this problem for that minority, but the commands you posted should work or people can copy the commands directly from the plugin themselves… it’s the first subroutine in the main plugin file (bb-privatemessages.php)
March 6, 2007 at 7:54 pm #52311In reply to: Plugin – Private Messages
cbfadmin
MemberI had problems too. The table was not created. I had to do it manualy. I have all of the latest updates for both WP and bbPress so I dont know what went wrong. To fix the data base issue go to you myphp admin (data base) and give the following command.
CREATE TABLE
bb_privatemessages
(pm_id
BIGINT( 20 ) NOT NULL AUTO_INCREMENT ,id_sender
INT( 11 ) NOT NULL ,id_receiver
INT( 11 ) NOT NULL ,seen
INT( 2 ) NOT NULL ,pmtitle
VARCHAR( 64 ) NOT NULL ,message
VARCHAR( 255 ) NOT NULL ,created_on
DATETIME NOT NULL ,PRIMARY KEY (
pm_id
)) TYPE = MYISAM ;
This solved my problems for now.
March 6, 2007 at 6:29 pm #53187In reply to: No Login with IE6
kannued
ParticipantIn testing, the position of the class=”login” seems to be the culprit. If it is position=relative, then the form moves to the very top and is clickable. But if it is changed to position=absolute, then it moves into its place in correctly, but is no longer clickable.
Can’t figure this out yet.
March 6, 2007 at 6:25 pm #55165In reply to: Password reseting in 0.8.1
chrishajer
ParticipantCheck this:
https://bbpress.org/forums/topic/770?replies=3#post-4652
If you pre-encrypt the password and insert that value, you can then log in with your new password (in this case “test”).
March 6, 2007 at 5:26 pm #53185In reply to: No Login with IE6
kannued
ParticipantHello chrishajer
1) This topic is extremely relevant to the topic heading. It takes up more of my time if I have to view a bunch of different topics all on the same issue. When I am looking for a solution to a problem, I prefer to see one topic with different possibilities to the problem. This originating topic only started one month ago.
2) I hope it is a css problem. I can’t seem to find the double entry in the style sheet on the login form. Perhaps it is a z-index problem. I am still testing.
March 6, 2007 at 5:09 pm #55281In reply to: Plugin help…
Trent Adams
MemberJust having issues with FTP right now…I will test it when I get that working again! Besides, I want to try out the latest TRAC version……..
Trent
March 6, 2007 at 4:03 pm #55265In reply to: i need wysiwyg editor
Trent Adams
MemberBeing the idiot that I can be sometimes, I didn’t test all the formats zeug and only tried YouTube out of the gun……if I would have tested out the other formats I would have known they worked already as I tried using the standalone player about 3 months ago…..*sigh*
I will be testing this one out for sure today!
Trent
March 6, 2007 at 4:01 pm #55278In reply to: Plugin help…
Trent Adams
MemberI will test out and do my duty! Let me know the address and I can help test!
Trent
March 6, 2007 at 6:06 am #55274In reply to: Plugin help…
macwise
MemberMirce & Ardentfrost,
Thanks for the suggestions. I dug a little deeper, and got over my hesitancy, and as it turns out I have created my first, fully functioning plugin! I think this is something that will come in handy to many users, (hopefully), so I will release more details about it once I am sure it’s working properly. I am trying to add one more feature, so once I’m closer to success or failure, I’ll have a first release. Thanks again for your feedback, and I hope you guys are around come testing time!
Ron
March 6, 2007 at 5:00 am #55273In reply to: Plugin help…
ardentfrost
MemberHonestly all I did to learn was download existing plugins (there weren’t many when I started writing them, so you’re at an advantage there) and check out how certain things were performed… I also used windows search to look through the files of bbpress to see how things were done.
Once you see how it is done currently (or how similar functions work), then you can start writing your own subroutines to either intercept, replace, or just create new functions that can be installed into the themes.
Unfortunately, I don’t know much about dealing with WP. I never wrote anything for WP, and the plugins of mine that play nice with WP only do so because people like Trent and spencer helped me test them.
But if you ask specific questions, there are a number of us here who can help you if we know what you’re asking
March 5, 2007 at 9:58 am #51976In reply to: Latest bbPress Posts In WordPress
Atsutane
MemberYeah. Request already
waiting for approval.
March 4, 2007 at 9:38 pm #55189In reply to: Cookie Hell: WPMU + BBPress = bloodshot eye balls
tseven
MemberI fixed it! o/
Remember how the cookies “looked” identical?
Well they weren’t.
The cookies created by bbpress added the hash to the end of the cookie name.
Both Safari and Camino didn’t reveal this, but Flock did. I was using these other browsers as a testing platform because I needed to clear cookies in between each test.
I added:
$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';To my bbpress config to solve the problem. (which I found on one of the links you sent me)
I actually like the idea of the cookie name including the hash. Isn’t this more secure? Correct me if I’m wrong, but wouldn’t this make it near impossible for another site to read that cookie?
Thanks for your help Trent!
-
AuthorSearch Results