Zoinks! Graphics
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Recurring EventsHi Shane: Did you happen to see the offer teejnits made in the other forum thread, for a bunch of us users of your plugin to band together to raise the sponsorship to “hurry [development of recurring features] along”?
Forum: Plugins
In reply to: [CMS Tree Page View] Error when using CMS Tree Page View and NextGEN Gallery@pär Thernström (the developer of CMS Tree Page View) stated 3 months ago: “Thanks for the bug report. I’ll take a look at this.”
Just wondering, has this conflict been “de-bugified” in the new version of CMS Tree Page View? (0.7.14)
Forum: Plugins
In reply to: [Plugin: CMS Tree Page View] Replace the built-in page manager?Have my suggestions for /cms-tree-page-view/functions.php edits been incorporated into the new version of CMS Tree Page View? (0.7.14)
Forum: Fixing WordPress
In reply to: Resize Gravatar in Twenty-Ten child themeDon’t forget, you have to change the padding under “.commentlist li.comment” in the theme’s style.css file. Otherwise the larger gravatars will overlap your comments! Just change the default “padding:0 0 0 56px;” to something like “padding:0 0 0 90px;” for 80px wide gravatars.
Forum: Plugins
In reply to: [CMS Tree Page View] Error when using CMS Tree Page View and NextGEN GalleryI too am experiencing this error with both CMS Tree Page View and NextGEN Gallery installed in WP 3.0.3. It gets triggered when uploading new images into NextGEN Gallery. The weird thing is the images & thumbnails get generated fine, even though it displays the error every time!
Forum: Plugins
In reply to: [Plugin: CMS Tree Page View] Replace the built-in page manager?I just came up with an alternate solution that seems to work on my WP 3.0.3 install!
In /cms-tree-page-view/functions.php under “function cms_tpv_admin_menu()” I changed…
add_submenu_page($slug, $post_type_object->labels->name . " Tree View", $post_type_object->labels->name . " Tree View", "edit_pages", "cms-tpv-page-$one_menu_post_type", "cms_tpv_pages_page");…to…
add_menu_page( $post_type_object->labels->name . " Tree View", $post_type_object->labels->name . " Tree View", "edit_pages", "cms-tpv-page-$one_menu_post_type", "cms_tpv_pages_page", '', 1 );That moves the “Pages Tree View” menu item out from under “Pages” altogether.
Then I installed the “Admin Menu Editor” plugin. I then used Admin Menu Editor to hide the “Pages” and other unneeded top level menu items, as well as renamed “Pages Tree View” to “Add/Edit Pages” for user clarity. And SHAZAM! It woiks!!
Thus, it may actually be easier to incorporate this work-around in future versions by making your plugin a top-level menu item as listed above, then putting some code into your plugin to hide the “Pages” link. That way “Admin Menu Editor” would not be required for this to work.
I’d appreciate any feedback you may have. Thanks!
Forum: Plugins
In reply to: [Plugin: CMS Tree Page View] Replace the built-in page manager?Hi Gentlemen: I commented on Par’s site. How is the development of having his plugin replace the standard “Pages” admin menu item coming?
Forum: Plugins
In reply to: [Revision Control] [Plugin: Revision Control] No way to delete revisionsAnother instance of the plugin not working “out of the box” on WP 3.0.1. Thanks, mauriziokg for the suggestion above that makes it work!
Forum: Plugins
In reply to: get_pages and limiting number of child pages displayedI too ran into the same issue with &number= not returning any results, using WP 2.9.2. So it doesn’t work at all? Or just doesn’t work with “child_of”?
Either way, maybe someone should edit “number” in the get_pages parameters…
http://codex.wordpress.org/Function_Reference/get_pages#Parameters
Forum: Fixing WordPress
In reply to: turn off comments on pages by defaultThanks for understanding the need for this feature, wjm. I’m past my misspent days of hacking the WP core, so any changes to be made I’d prefer to do using a plugin or in my theme’s functions.php file. Any ideas on how to achieve that?
Forum: Fixing WordPress
In reply to: turn off comments on pages by defaultHey joefletcher, did you ever get a solution to your question about unchecking allow comments for pages in the admin while allowing them for posts? I too tried commenting out the comments code for pages, but somehow, even with that code NOT being there, spammers are still able to post comments if pages don’t have “allow comments” deselected. I realize the “easy” answer is to either make the default not to allow comments and select for posts, OR deselect the allow for each page, but either way that’s kind of a pain in the tuckus. Short of WP allowing separate comment settings for pages & posts, I’d think someone would’ve come up with a plugin or function to address this…? Bueller, Bueller…??
Forum: Themes and Templates
In reply to: searchpage.php – different css for page and for postAwesome! dwighthouse’s solution above still works in 2.9.2 in case anyone was wondering…
Forum: Plugins
In reply to: WP125 ¿How could I show different ads by category in the widget?Hey Javier, did you have any luck with this? I’m looking to do exactly what you specified, basically WP125 ads in categories that would display on my WP based on defined variables. Thanks for any feedback you can provide!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] push gallery to the front?Bueno! Thanks, amrensen, removing “position:relative” did the trick!!
Forum: Plugins
In reply to: Hide Admin Panels NextGEN Gallery = ??Okayyyyy… I found the issue, and it’s not with Hide Admin Panels. In the NextGEN Gallery “Roles / capabilities” section, I had to change some of the settings from “Administrator” (default) to “Editor” to allow my user to see those functions. Once I did that, the user was able to see those NextGEN Gallery functions just fine. Hope this helps someone else!