electrolund
Forum Replies Created
-
I’m seeing this as well. Haven’t figured it out yet. How did you?
Forum: Plugins
In reply to: Prevent Comment self-notificationAnyone seen this solution in the FAQ?
Says it only works in v1.2 / 1.2.1 though. I wonder if there’s a similar hack for v2.x.
Forum: Installing WordPress
In reply to: Sidebar Modules Plugin Conflicts with 2.3?rnbjunkcom, I get the same error with WP 2.2.2. I’ll miss the option of having some widgets show up on specific pages, but oh well. Until SBM updates, it’s back to regular widgets for me. 😐
Forum: Fixing WordPress
In reply to: link_count error after upgraded to v2.1.3Wow, unplugnow, your writeup saved my butt. Thanks!
Forum: Fixing WordPress
In reply to: Need API key for YouTubeThe Viper’s Video Quicktags plugin worked the best for me. So much simpler than hunting down an API key!
Forum: Plugins
In reply to: Photon (iPhoto -> Weblog Plugin) Updated to Universal BinaryAny idea what maximum version of iPhoto this plugin will work in? I have iPhoto 6.0.6 and it’s not showing up in the export dialog.
Forum: Plugins
In reply to: Inline Gallery by m0n5t3r questionOh wow, funny timing. Your site just went back online! Still wasn’t able to get it working out of the box with 0.3. Any ideas?
Forum: Plugins
In reply to: Inline Gallery by m0n5t3r questionm0n5t3r, you still out there? Your web page is down. I’ve downloaded your plugin (from Google cache, version 0.3.0), uploaded it to the plugins folder, activated the plugin and my blog dies:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/electro/public_html/dev/wp-content/plugins/inline_gallery/lib/JpgFile.php on line 44Of course, deleting the whole inline_gallery plugin folder works. But what could I be doing wrong?
I’d really like to take a look at your plugin, especially since it has the ability to insert gallery photos into posts.
Forum: Plugins
In reply to: drop down menuHey, this looks great! Any chance you have an english version of the plugin page?
Is there a sidebar widget for your plugin?
Forum: Fixing WordPress
In reply to: Sidebar widgets and only showing on homepageI’d like to put my vote in for Ben Sherratt’s excellent Sidebar Modules (listed above). I first tried King Widgets and I’m sure it’s really powerful and all that, but wow was it hard to use. Very cryptic and hardcore.
Ben’s module approach is fantastic. It does what it advertises, very easy to use, simply great. Works with all your old widgets too!
Goodbye Sidebar Widgets plugin. 🙂
Forum: Plugins
In reply to: add table quicktag in tinymceWhat plugin are you using? Can you give a link?
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1Here’s what I did to get it working. I copied the header.php in my theme directory and changed the name to wpg2header.php. Then in the Gallery2 options page, under the Style Options tab, click the “Use WP Custom Header”. By default, it will look for a wpg2header.php file. Then in that new header file, remove the notify code.
Pretty simple.
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1Never mind on the above post. I figured out. WPG2 has an option to use a custom header file instead of the theme’s header.php. I just modified that one to remove the Email Notify code. All works well now!
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1Any idea why this plugin would be interfering with the Gallery2 plugin WPG2? See this page for some odd errors.
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginsSorry for resurrecting old threads, but I have a question about this. I’ve got the function_exists PHP command working nicely for the Gravatar plugin in my comments.php file.
But when trying to use it with Viper’s Plugins Used plugin, it seems to kill the plugin output:
<?php if (function_exists('viperspluginsused')) { ?>
<?php $viperspluginsused = new viperspluginsused(); ?>
<?php $viperspluginsused->output_table('id="pluginstable"', TRUE, TRUE); ?>
<?php } ?>What am I doing wrong?