Forum Replies Created
-
In reply to: Recommend PHP Tutoral For Coding Beginners
@windhamdavid Thanks! I’m familiar with the O’Reilly series (loved the CSS book) but didn’t know if this was good for absolute newbs. I’ll check it out.
In reply to: List of Plugins that work on RC1/RC2I take back that “Unread Topics 0.4” works. It actually broke the admin Dashboard, otherwise the basic functionality was working fine. Upgraded to _ck_’s “Unread Posts” plugin instead, which works fine.
In reply to: List of Plugins that work on RC1/RC2Here are the working plugins that I’m using with RC1:
- Allow Images 0.7.1
- bb-chunk 0.1
- BBcode Buttons Toolbar 0.0.9
- BBcode Lite 1.0.3
- bbPress signatures 0.2.0
- bbPress Smilies 0.0.8
- bb Topic Views 1.6.4
- BBVideo 0.24
- Censor 0.1
- Change Number of Front Page Topics 0.1
- Check For Updates 0.0.2
- Hidden Forums 0.0.8
- Human Test for bbPress 0.9.1
- Move It 0.14
- Post Count Plus – Dynamic.Titles & More! 1.1.11
- Quote 0.2 with add-ons by fel64
- Simple Onlinelist 1.5
- Strike 0.1
- Unread Topics 0.4
- Wiki Post 0.1.5
Plugins that AREN’T working:
- Admin add user 1.3
- Approve User Registration 0.3
Anne,
Can you tell me where specifically to put your email notification hack? I’m not well versed in PHP or coding in general (outside of HTML/CSS). Thanks!
That seems to work. We’re still testing it out but I think we’re in the clear.
That said, I also added Anne’s notification hack, and we’re not getting any notifications.
Ever since adding _ck_’s security update, we’ve been having a lot of problems with undelivered PMs. Last night I tried to send a forum member a PM about five times, and he never received it. After sending, I would scroll down to check my Sent Messages and none of them were there.
I’m running bbPress 0.9.0.3 with Private Messaging 0.80.
Didn’t realize that you uploaded a new version. Thanks!
You’ll need to change this one:
#latest tr, #forumlist tr, #favorites tr {behavior:url("/forums/my-templates/kakumei-too/images/hoverlite.htc");}
When I “view source” those images don’t show up. They’re in the CSS file… they SHOULD show up.
Running Firefox 3.0.7 on Windows Vista and I don’t see bg16b.png or page_header_tile.png showing up. That said, I do see page_header_bblogo.png.
In reply to: New bbPress Theme: Misty MorningThe bbPress link doesn’t work either. Nor do the demo links…
If anybody is working on a new version of the PM plugin, please try to make it compatible with old messages… we’ve been using the current PM plugin for a while now, and would hate to lose all our previous correspondence.
Thanks for the warning and the security update, _ck_.
In reply to: Customizing gravatarsIn reply to: Spoiler plugin?That’s what I assume, Fantatier. I tried it both ways. Neither worked.
In reply to: Request: anonym.to pluginCare to share it with us?
In reply to: Spoiler plugin?Ok, I’m giving this a try but it doesn’t seem to be working.
I created a plugin directory that I call “bb-spoiler.” Inside is “spoiler.js” (my renamed enhancedss.js file) and the plugin itself, which I named spoiler.php.
Here’s my spoiler.js file:
<script type='text/javascript' language='Javascript'>
function s_toggleDisplay(his, me, show, hide) {
if (his.style.display != 'none') {
his.style.display = 'none';
me.innerHTML = show;
} else {
his.style.display = 'block';
me.innerHTML = hide;
}
}
</script>Am I doing something wrong here?
In reply to: Administrator RecountAH! Makes sense. The reason I asked is because it wasn’t working and I thought there may have been some sort of error… but I just re-uploaded the file into the plugins directory, and it’s working fine now.
In reply to: Administrator RecountWhy is it called “Add Extra Caps”?
In reply to: Private Messaging ExtendedWhere can I download the latest version?
In reply to: Integrate PM by defaultNightgunner… if you try remaking the plugin, please consider a way for a forum to keep messages from the old version. We’ve been using the PM plugin for over a year, and it would be nice to keep our old PMs.
In reply to: Mass email functionI’m a member of a few forums that send out announcements.
Some hosts will limit the number of emails you can send at once though. Dreamhost, for instance, has a limit of 100 per hour (one of the many reasons I’ll be leaving them soon).
It would be overkill for some sites, but it would be nice to have a plugin for PHPList that would share a WordPress and/or bbPress user database; one that would allow user control of mailing list preferences in the WordPress or bbPress profile.
In reply to: A few questionsThe info in this thread worked for me:
https://bbpress.org/forums/topic/successful-convert-smf-gt-phpbb2-gt-bbpress
In reply to: Maintenance Mode?FYI…
If you are integrated with WordPress, you can use the Maintenance Mode plugin for WP and it will work with bbPress.
In reply to: Possible way to upload image to postI have installed it but am only getting a link to the image in my post.
After you upload and post, go back and edit the post with the image attachment. You’ll see the word INSERT. Click it…. and a direct link to the image will be added to your post. Click “Edit Post” and your post will now display the image that you uploaded.
In reply to: This whole BuddyPress hype …. needs explanationI think they’re using the term “vanilla” to mean “plain.” In other words, any standard installation of WordPress MU can be turned into a social network platform.
Vanilla, the forum software, doesn’t have anything to do with it, as far as I know.