Forum Replies Created
-
In reply to: on plugin deactivation…
I was affraid of that, any1 knows how to use this properly? An excample would be great!
Thanks
In reply to: on plugin deactivation…So I accedentily discovered a bug? :p Is the rest of my code correct? And how about: on plugin activation? Perhaps it has the same issue?
In reply to: on plugin deactivation…-double post-
In reply to: on plugin deactivation…I know that, this is just for testing purposes…
In reply to: Plugin: bbMenu 1.1Hmmm got this error:
Warning: Invalid argument supplied for foreach() in /home/sites/site116/web/bbpress/my-plugins/bbmenu.php on line 390
the foreach:
foreach( $r1 as $rw ) {
Null
In reply to: OpenID for bbpressA plugin would be best I think.
In reply to: Plugin: Private Forums v4.0How about “locking” a forum so that only admin/mods can create topics in it and members can ONLY reply on these topics? (so not create them)
So making a forum half-private
In reply to: Good model plugin for newbie plugin author to study?…..
In reply to: let’s build a poll plugin!If I may say so, port this one:
http://blog.jalenack.com/archives/democracy/
Think this is one of the best and izi to convert…
In reply to: mysql_query() OR $bbdb->get_results() ?I have that TortoiseSVN installed, still need to figure out how to let this update the trac aswell
In reply to: Good model plugin for newbie plugin author to study?Hmm also don’t forget the do action at the end of the function:
do_action('bb_function_name', $topic_id, 'topic_geolocation');
I also have a question about this:
// To add
bb_update_topicmeta($topic_id, 'topic_geolocation', $latlong);What does/should
$latlong
do/be used for?Greetz
In reply to: mysql_query() OR $bbdb->get_results() ?Testing this tomorrow after work…. nah after diner after work
Thx for the help mate!
_Null
ps. how to open a .diff?? (windows machine)
In reply to: Plugin: bbMenu 1.1Testing this tomorrow after work…. nah after diner after work
Thx for the help mate!
_Null
In reply to: Good model plugin for newbie plugin author to study?Just extend the topics table?
In reply to: Is bb_enqueue_script really needed?Well eeuuhh, first I would have to know which part uses prototype and where that code is.
And then I would have to learn to code properly
Any1 know if it is even planned to switch interly to jQuery? It would save some useless script loading (and I would have to rewrite my bbMenu plugin, but I was planning to do that anyway)
In reply to: mysql_query() OR $bbdb->get_results() ?@ MaryJane download and use phpMyAdmin. It gives you acces to you database. You still need to know how to make/use SQL queries though
@Box, dude had any time to help me out with the bbMenu plugin thingy? I want to fix this issue before I start with the next version (using jquery and fixing alot of bugs)
Thx
In reply to: AdityaNaik.comLooks horribly in ie6 (only have ie6 at work )
In reply to: Is bb_enqueue_script really needed?Is prototype even needed since we have/use jquery now? If so, let’s dich prototype??
Yes just edit the textfield (where you have to enter your username) and just let it except like 5 characters or less…
In reply to: super beginner :)Some1 had a bad day
In reply to: mysql_query() OR $bbdb->get_results() ?Okay okay, 1 day (just kidding)
In reply to: mysql_query() OR $bbdb->get_results() ?Hi,
Wheren’t you the guy that fixed (or claimed to have fixed) this particulair error I had with the bbMenu plugin?
Thinking… yeah you where it, you said you fixed it using $bbdb->get_results. So I replaced all mysql_query() with it, but this caused an error with the mysql_fetch_array. So what more did you change? Cause I can’t seem to fix it I can hardly program, so some help plz
Thx
In reply to: mysql_query() OR $bbdb->get_results() ?-double post-
In reply to: No ajax on repliesI am sure it used to be AJAXed. It was one of the cool things I liked about this forum (beta in that time).
So plz bring it back or add it again. It is a big PLUS on all other forums.
Or shall we trac this?
In reply to: mysql_query() OR $bbdb->get_results() ?Or use:
$bbdb->query ??