paamayim
Forum Replies Created
-
Forum: Plugins
In reply to: [User Switching] “Could not switch users.”, infact it doesn’t switchI’m using an older version of the plugin WPSC atm, I’l try the latest WPSC soon and see if the behaviour is the same.
Forum: Plugins
In reply to: [User Switching] “Could not switch users.”, infact it doesn’t switchI think I found the reason. An option of the plugin “WP Super Cache”:
“Make known users anonymous so theyβre served supercached static files.”
When active, prevents user switching.
Forum: Fixing WordPress
In reply to: wp_list_pages – .current_page_item for parent and childNever mind, wp itself assigns classes current_page_ancestor and current_page_parent, dunno if is a recent addition or it’s always been there and I didn’t notice π
Solved.
Forum: Fixing WordPress
In reply to: wp_list_pages – .current_page_item for parent and childAny idea about this? I guess I have to do it with JS cliet side π
I want a template tag for this, not a post content filter.
@apo: I’m sorry your work was stolen without givin proper credits also.
@apo2: in the src the author says:
IMPORTANT: This plugin is based on Social Bookmarks 3.2 by Apostolos DountsisForum: Plugins
In reply to: [Plugin: Most Commented Widget] 2.0 Seems to have broken the pluginDamn, the guy updated the plugin but he cut out the support for template not using widgets, this is bad, man you should grant support for older templates too, most of the plugin do that, they are widget ready but still offer the tag to embed manually.
Thanks.
Forum: Plugins
In reply to: frame redirectionup
Forum: Plugins
In reply to: frame redirectionI’d like learning this too, anyone?
Forum: Fixing WordPress
In reply to: example.org/mypage/foo/bar/…First, thanks for answering.
I don’t like sessions very much and they don’t fit the pourpose.
The page I’m building would be a custom search over some custom content and I’d like later to list recent searches and link them as “mypage/search-text1”, “mypage/search-text2”. While I could go for GETs for the actual search, like WP does (?s=…), it’s not much appealing in terms of seo using GETs in links π
If I’m not wrong, the only permitted case is when /mypage/page/x is used
Forum: Fixing WordPress
In reply to: Using jQuery UI datepickerNo ideas?
Forum: Fixing WordPress
In reply to: WXR import XML without post IDsNevermind, I tried to omit <wp:post_id> and <guid> entires and WP generates them.
Forum: Fixing WordPress
In reply to: Embed/Include registration form on page?I second this.
I’d like to embed registration in a template page, is thi spossibile? I coouldn’t find any plugin to do that.
Forum: Fixing WordPress
In reply to: Attachment.php doesn’t display image> 6. Post your results. Thanks!
attachment.php and/or image.php are ignored, single.php is always used instead.
solutions?
Forum: Themes and Templates
In reply to: Can’t select custom page template when writing new pageI also have themes in wpmu in which I cannot choose a template page, could you describe me better the solution to this?
Forum: Fixing WordPress
In reply to: Static page and pagination – how to read page # from urlYeah that’s the hard code way. By the way I found the method above that is working because WordPress itself already parse the number from the url, I suppose.