tribalcomm
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Fresh network install – permalinks brokenIf so, is Apache set up to allow htaccess files to be read?
Thanks Andrea_r, that was it.
Forum: Plugins
In reply to: SQL query inside widget – TABLE STATUSHoly cow! It worked!!!
All this time I was trying to figure out the parsing, when I have done foreach so many times…
Thanks!
Forum: Plugins
In reply to: Why isn’t this function working?SOLVED!
I put
add_action('wp_head', array(&$this, 'tc_widget_header') );
into the widget contruct function then defined the function echoing all the scripts I need, and now it is loading only on the pages that the widget is displayed.Thanks!!!
Forum: Plugins
In reply to: Why isn’t this function working?Nothing seems to be working with this…
where should I put it so that it loads only on the pages that the widget is actually displayed?
Forum: Plugins
In reply to: Why isn’t this function working?I am trying that, but I realized that the is_active_widget will put it in the header of every page as long as the widget is active anywhere, but this is preloading a bunch of images, so I don’t want it on any page but the ones where the widget is displayed.
I am trying wp_print_scripts, but it still isn’t showing. I am trying to add it to the actual widget code, so it runs when the widget is displayed. It this possible?
i.e.
function widget($args, $instance){ extract($args); # Make the widget ?> <?php echo $before_widget; ?> <?php wp_print_scripts ('myscript', WP_PLUGIN_URL . "/myplugin/scripts/myscript.js"); ?> Widget content here
Forum: Plugins
In reply to: is there a plugin to publish a post on behalf of another user/authorOnce it is saved as a draft, you can change the author to any user if you have the permissions. It is on the edit post screen.
Unfortunately, it does not show up when first creating the post. You need to save the draft for it to be there.
I hope that helps, or maybe I am misunderstanding your question…
Forum: Plugins
In reply to: Req: simple sidbar 2-column list pluginThanks for the replies atgheb, I actually just saw the text widget and used that with the div encodings. I did only need one list on all the pages, so it works perfectly.
Thanks!!!
Forum: Plugins
In reply to: [Plugin: Hover] International charsI second this poster. The author, when replied to, says “yes, this is a known problem. it is on my todo list, but no idea when i will find the time to fix it.”
Sucks because, other than that issue, this is an absolute perfect plugin. Others I have tried have issues maintaining location or being sticky, but this one is perfect…
Oh, well…