treelovinhippie
Forum Replies Created
-
Forum: Plugins
In reply to: [Menus] [Plugin: Menus] Install crashes network… ??*Turns out I had an existing plugin that handled menus. Disabled that, and things work fine now ??
Forum: Themes and Templates
In reply to: Quommunication Video Theme Modification Help?Yeah their forums are full of spam, they don’t respond to any emails… and the Video theme navigation doesn’t work with the 3.0.1 version of WordPress. And yet they are still selling the incompatible theme. Utter fail.
Forum: Plugins
In reply to: [Tabbed Widgets] [Plugin: Tabbed Widgets] Doesn't work in IE of FirefoxCorrection:
* IE9 (beta) doesn’t work – IE8 is fine
* Still having issues with Firefox (3.6)I think this actually worked: https://www.ads-software.com/support/topic/plugin-category-page-page-connections-dont-stay?replies=3
Forum: Networking WordPress
In reply to: Broken Media LibraryGot it. Didn’t copy this properly into htaccess: RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
Forum: Fixing WordPress
In reply to: HTML form tags in a page?Forum: Fixing WordPress
In reply to: Query_posts exclude pageAwesome, works a treat! … thankyou
$pagelogo = get_page_by_title('Logo'); $pageabout = get_page_by_title('About'); $args=array( 'post__not_in' => array($pagelogo->ID,$pageabout->ID), 'post_type' => 'page', 'post_status' => 'publish', );
Forum: Fixing WordPress
In reply to: Query_posts exclude pageThanks, though is there any way to do it based off pagename/slugs?
Forum: Fixing WordPress
In reply to: Navbar sub-pages only displaying on parent pageahahaha, I’m using the eShop plugin and it has an option saying “Hide sub pages from menu until top level page is visited.”… select No, done. Hate it when those little things distract.
Forum: Plugins
In reply to: [Plugin: Vote It Up] Make Order of Posts = # of VotesI’m after the exact same thing.
Forum: Plugins
In reply to: Char limit on post *entry* plugin?Oh, yeah something like this for the wordpress post entry would be sweeeet.
Forum: Fixing WordPress
In reply to: Fresh install? Keeping posts?Can someone please confirm if what jeremyclark13 said will work?
Forum: Plugins
In reply to: Setting Cookie from Outside WordPressBah, this isn’t working for me… any ideas?
I’m trying to integrate the login in phpizabi and wordpress.
Forum: Fixing WordPress
In reply to: Restrict which pages Editors can change?cool thanks
Forum: Requests and Feedback
In reply to: Reciprocal Link Pluginbump