Forum Replies Created
-
In reply to: plugin request: allow admins any markup override
What kind of markup are you trying to create because with bbPress you have to create a plugin to do this. Same way I did with the youTube plugin for allowing admins and mods to use the embed tag.
Trent
In reply to: I’d like to move the tabsIt is defined in style.css through the following:
/* Profile Page
=================================== */
#profile-menu {
list-style: none;
position: absolute;
right: 0;
}
#profile-menu li {
font-size: 1.1em;
background-color: #eee;
padding: 4px 7px;
display: inline;
border-top: 3px double #9e9e9e;
position: relative;
top: -10px;
}
#profile-menu li.current {
background-color: #ddd;
border-top: 1px solid #9e9e9e;
}My guess would be that you have to change the position from absolute to a margin call, but maybe someone else can give you some more hints. I am a trial and error CSS changing kind of guy…..
Trent
In reply to: bbSyncI hope you get it working Wilbur! Everyone should know that you were the pioneer of getting this type of system working with WP and phpBB!
Trent
In reply to: unable to log in to wp after installing bbpressDid you get this working? If you have access to your database through myphpAdmin or something like that, we can make sure that your admin user has the correct privelages pretty easy by looking at wp_users and then browsing to the admin user. The install of bbPress should not have changed the admin capabilities of your WP admin backend access because it would have added a completely seperate ‘role’ entry to wp_usermeta and not touched the wp_user table at all.
Trent
In reply to: Paypal Donate Plugin?No plugins made yet, but it would depend on what the paypal code has in it to tell whether it would be stripped out or not. As well, since each user has their own paypal code (generated by paypal), it would seem impossible for a plugin to keep track of it.
Best bet would be to try and paste the paypal donate code in a post and see if it works. IF not, we might be able to get a plugin to allow it.
Trent
In reply to: Dual login not working between wp and bbpressYou have to define your WP portions in config.php of your bbPress installation and have the plugin for WP installed to make sure WP uses the current bbPress users and not just having bbPress use the new users.
Trent
In reply to: Email Notification for bbPress forum?Good question Null. Post it to the devlist!
Trent
In reply to: Announce new topics via TwitterIf the twitter API can bring in an RSS feed, it can pull your bbPress feed for sure. That would be what the wordpress plugin is doing anyways. Just need to look into that I would guess.
Trent
In reply to: drupal integrationInteresting to see if anyone is since most people here concentrate on bbPress and WordPress.
Trent
In reply to: Integrating comments into forumThere is a plugin here called ‘bbPress Post’ that integrates your wordpress blog comments into your bbPress forum as topics for posts. Fel64 also ‘redid’ this plugin and has it so the posts are created in the bbPress forum from the wordpress blog and all comments are in the forum, but also show up in the wordpress post as comments as well.
Other software blog programs, I haven’t heard of any. Moving over to WordPress is a good option in my mind if you haven’t looked at it already since bbPress and WP are made and developed by many of the same people
Trent
In reply to: how to manage a forum with bbpressI don’t think that you are a fascist for wanting to have some control, but that is why most forums promote ‘moderators’ to help with the duties of using a forum. If it is too much for yourself, promote a user in your forum to be a moderator and help out (hense, I am a moderator here at bbPress.org).
The plugins will allow you to control what can be said in your forum (mdawaffe even has a language filter plugin), but that is only half the matter. I don’t believe any forum software will give you the ‘fascist’ tools to control exactly what people do and say, but there is a plugin here as well (can’t remember the name) that can have you give ‘warnings’ to members that don’t follow the rules before banning them.
Take a look over in the ‘extend’ tab of this forum for the plugins that might help you with your controlling tasks, but try promoting a moderator as well.
My 2 cents.
Trent
In reply to: Plugin: Show Top PostersIt was just a conditional that you put around the plugin call in your template that was giving me issues. I removed the conditional call and it worked 100%
Trent
In reply to: How to disable rss ?It is built into the code. You could disable the ‘call’ for the feed in topic.php if you really wanted to and/or the files that generate it (rss.php, etc)!
Trent
I am confused fel64! Email me and I can forward it to you. trent dot adams TA gmail TOD com
Trent
In reply to: Plugin: Show Top PostersI sent you an email through the contact form on your site about some issues I had and questions. As well, I should tell you that I am using PHP 4.3.8 in case that is the issue.
Trent
In reply to: parse error bb-post.php on line 13Let us know either way! I can always test it with you if you want, just need the forum address if you are still having problems!
Trent
In reply to: Plugin: Show Top PostersI changed the title to be more ‘user friendly’ if you don’t mind! I will test it out for you as it seems like a great plugin! As well, don’t forget to add it to the plugin site!
https://bbpress.org/plugins/add/
Trent
Pretty sure Sam will allow you mdawaffe as you are pretty trustworthy, so I sent it to the email address! (Hope that is alright Sam!)
Trent
In reply to: parse error bb-post.php on line 13Did you try uploading the files again? What is your forum URL? Does it happen with every post you try and make or something specific with blockquote and strong?
Trent
In reply to: parse error bb-post.php on line 13Are you running any plugins and/or does this happen on the default theme? Have you tried uploading bb-post.php again to make sure it is up there correctly?
Trent
In reply to: hello from RussiaIn reply to: Getting rid of ?replies=#Slick! Applies this one and it looks “MUCH” better! Thanks mdawaffe!
Trent
In reply to: Strut Your bbPress!You guys know that you can start your own threads for your sites right
Trent
In reply to: HELP! Cookies issueStill not working for me.
Trent