Forum Replies Created
-
In reply to: Plugin: Post Notification
This Plugin doesn’t care if you’re admin or not. So you should only receive emails on your favorite topics.
Maybe you’ve downloaded the wrong version? There is one, which sends an email on every post!
You had an great Idea! I just put this into it. Now it displays the last posters name in the mail.
Download latest Version here:
In reply to: Instead of bridging the forum …I think this would be an idea for later versions (around 1.0 or so) … very nice idea
In reply to: Plugin aint working, what am I doing wrongYou want to read out the two single vars from the db, am I right?
So I suggest using
$variable = $bbdb->get_var("SELECT...");
.In reply to: Plugin: Simple OnlinelistHehe … I think I found the bug. You’ve said, you’re using the latest Trac-Version of bbPress?
Then I think you have to change line 48 of my plugin from
add_action('init', 'online_update');
to
add_action('bb_init', 'online_update');
then … it should work! (for me it did)
In reply to: Plugin aint working, what am I doing wrongEhm … I dont know what’s wrong, I put your code on my site … and it worked. Do all the other plugin-functions work?
In reply to: Plugin aint working, what am I doing wrongmaybe using
$bbdb->get_results()
instead of$bbdb->query()
just an idea…
In reply to: ajax killed?!Haha … yes, you deleted me. Donno why I didn’t post yet. I’ll register again sometime …
btw, this topic is a bit wrong i think, the bug has (i think so) nothing to do with the translation. i cleared my cache in Flock and it worked there, too.
Translating bbPress is a bit difficult … but anyway, I’m almost done .. about 30% left to translate
In reply to: IE Display ProblemI fixed it quite simple, just add this to your stylesheet:
*html #front-page #discussions {
float: right;
margin-left: 0;
width: 590px;
display: inline;
}
In reply to: IE Display ProblemI had the same problem on the front page. I think i fixed it (correct me, if someone thinks different Oo).
look here:
In reply to: Plugin: Forums ModeratorsA very nice plugin.
I tried it out and everything worked perfectly, very nice!
In reply to: Plugin: Simple OnlinelistHave you set the $mysql41 to false? … Try deleting the whole table in the database.
In reply to: Plugin: Simple OnlinelistAh … sorry for that wrong link -.-“
Trent … i have no idea at the moment. did this plugin work anytime before? … which version of bbpress are you using? …
In reply to: Plugin: Simple Onlinelistehm … sorry guys, i didn’t test the new function because i’m running mysql 4.0… on my site. I fixed the $bbdb and added the following config-var:
$mysql41 = true;
If you have any problems simply set to false and it should work well.
Download here:
In reply to: AJAX thingy should be green tooI know the yellow is default color of the FAT Library. But I like it in yellow … think this looks nice.
If you want to change it by yourself:
– Open
/bb-includes/js/fat.js
– Go to Line 32 and replace
#FFFF33
by#E4F3E1
Now it will be green everywhere.
In reply to: Plugin: Simple OnlinelistI donno, the current structure of the plugin makes adding guests a bit complicated, but i’ll give my best … im not the fastest guy.
Ajaxed is something even bigger for the future, sorry.
New Version: http://la-school.com/2006/downloads/onlinelist_1_3.zip
(Better online_update on mysql 4.1 and greater. Will work with old Versions anyway! )
In reply to: Site Options PluginA very very nice plugin!
In reply to: Plugin for points system?Ah … this isn’t implemented yet. But would be a nice idea for a plugin, I think I’ll give it a try
In reply to: What does this line of code do in front-page.php?If you have no forums … then this will be displayed instead. (Try removing all forums and i think you’ll see it.)
It’s called from the register.php (not the template) … it’s an internal function, so i would have to find another way.
It can be done by a plugin, using the actions
bb_new_user
andextra_profile_info
.But the problem would be, that an random password must be generated (no access to tweak insert-function) and then updated to the password the user has chosen. The the user would receive an email with his random password and not with his chosen password. This isn’t cool
Does somebody know, if there is a plugin-way to overwrite/rewrite a whole function (like
bb_new_user();
)?In reply to: Plugin: Post NotificationFor english version, you have a typo. Favorite vs. Favorit
I don’t really know whats right …? (Pupil from Germany O_o)
In reply to: Plugin: Post NotificationIn reply to: Plugin: Post NotificationStrange … maybe i should use a download-script
Try this one.
Did a small fix again and gave the .zip a new name ^^
Thanks a lot for your patience!
In reply to: Edit your own postsehm … you can edit everywhere your posts for a certain time. I can edit my fresh posts in the plugin forum. Not the old ones.
In reply to: Plugin: Post NotificationOk, i gave it another try.
Could you please try it? … On my site it works perfectly. I donno where the problem could come from.
I wont give up till it works