guruxl
Forum Replies Created
-
Forum: Plugins
In reply to: Improving WP User Management*bump*
I was thinking that by creating hooks in the User wp-user.php files we could create a lot of this functionality from the get go.
Forum: Plugins
In reply to: Front-end registration/login/profileThat what this blog post was talking about: https://www.cozmoslabs.com/2010/05/31/wordpress-user-registration-template-and-custom-user-profile-fields/ but its specific to thematic framework.
With some work, I think I can make a generic User Registration page that is customized to my needs. Specifically for membership purposes, every other script is about making money on this post and that post but, I just want genuine content protection via user access level, but with a custom front-end user registration and management, without having to access the backend.
Forum: Plugins
In reply to: Registration for 2.9?I would love for the developer to update the plugin to work with WP 2.9.2 fully, so some of the issues an be resolved.
Forum: Plugins
In reply to: [Plugin: Register Plus] Profile Page Doesn’t UpdateI am assuming his plugin doesn’t take advantage of the most current hooks and filters in WP 2.9.2
Forum: Fixing WordPress
In reply to: Custom WordPress LoopShane,
That seems pretty complicated for my purposes. I’ll see if there is a simply method to incorporate the information.
Forum: Fixing WordPress
In reply to: Custom WordPress LoopNo ideas?
Forum: Themes and Templates
In reply to: WP List Pages, Please help me edit this codeDid you try CSS styling using the html>ul li selector?
Forum: Fixing WordPress
In reply to: WordPress 2.5 wp_list_pages ErrorsThe code will have to be updated to reflect the change.
Forum: Fixing WordPress
In reply to: Listing Pages Using wp_list_pages and the_titleYou would have to edit how wp_list_page() works.
Forum: Themes and Templates
In reply to: modify wp_list_pages output helpYou want the navigation to break down for each div?
Forum: Plugins
In reply to: If (this page has subpages) thenYou would have to determine if the page has children, then set up a conditional for the pages template.
Forum: Themes and Templates
In reply to: Complex SubmenuI don’t know if any changes have been made as of yet.
Forum: Themes and Templates
In reply to: wp_list_pages childrenIs it wise to use a global?
Forum: Themes and Templates
In reply to: wp_list_pages — expandable menuWe need a better wp_list_pages() function for a more complex list option.
Home
About
– Author
– History
Features
– Easy
– Free
– Expandable
Documentation
– Keywords
– Functions
— Doohickey One
— Thing-ama-bob
– Issues
— One
— Two
— Sub Two
— Sub Two B
Support
Contact UsDealing with nested navigation on one page is hard.
The idea would be to compartmentalize the navigation into top-level, one where there is no parent page like “HOme” “About” “contact us”, then sub pages where there are sub-sub children like “Issues”.
Displaying these complex menus has been an issue that hasn’t been properly addressed.
Forum: Themes and Templates
In reply to: Complex SubmenuThanks AndreSC, i’ll see if I can re-write the code for my purposes, until I can come up with a more future-proof version.