monochromenight
Forum Replies Created
-
Forum: Plugins
In reply to: [MyBB Latest Posts] [Plugin: MyBB Latest Posts] Who is the developer?Hey,
I’m the developer. I wrote the plugin for howorks and let him upload it since he owns the code.
Unfortunately I can’t provide any support due to lack of time, but as you can see the widget is very simple and straighforward and shouldn’t give many problems.
I’m pretty sure someone will find bugs, so I’ll keep an eye on this forum when I can, but please don’t expect instant replies, new features and stuff. Thanks!Forum: Plugins
In reply to: [WordBB] [Plugin: WordBB] Problem with duplicate threadsWoah, a year ago! Time flies.
Since I’m working on the plugin now, I added this to my todo list.
I’ll think about it and will come up with a solution soon.
Cheers!Forum: Plugins
In reply to: [Plugin: FaceBook Like Button Plugin for WordPress] Manual insert to theme<?php echo fblike_get_iframe(get_permalink($post->ID)) ?>Works for me.
Forum: Plugins
In reply to: WordBB helpJust echo out the values returned by those functions.
For example:
<?php echo wordbb_get_username() ?>
will return the username for the MyBB user currently logged in.
<?php echo wordbb_get_thread_link() ?>
will return the thread link for the current wordpress post in the loop.
Forum: Fixing WordPress
In reply to: Link to a Forum on Reply to a BlogIf you get “not available” next to the default post forum setting, then something is not working. Specifically, the plugin is unable to access the mybb forums table on the database.
Did you install MyBB on a different database than WordPress or on the same one? (anyway I just updated the plugin with a better error message for that).