jerryskate
Forum Replies Created
-
The first action does work. However if of course shows a non-working link to the feed that got posted. Hmm. If i could use a static link that goes with the autopost that directs to my frontpage, then it would work. So close!
Forum: Fixing WordPress
In reply to: How do I handle my large number if menu items?Oh that really seems to be what I Need. Gonna try it out!
Gonna open this up again. Realized I need more then 25 feeds items imported. Is it possible to set it at unlimited?
Regards,
JerryAmazing, thanks. Will have it a go!
Forum: Plugins
In reply to: [BuddyPress Wall] Debug message showing.Yeah, your right. After extended searching i found the left over snippet that caused this. Great plugin!
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Hi and thanks for the reply. The problem is that the last part of the url, the slug isn’t unique for all my profile pages. If you look at the output earlier in thread you can see that the slug isn’t enough. And I’m using buddy press in a multisite and that does′t allow me to use dirt permalinks.
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Haha fair enough. Very thankful for the help though. Need to sleep too, so ill pursuit this tomorrow. If you find a solution, let me know!
Cheers
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Yeah thats correct, the name changes.
Here′s the output:
Array ( [page] => 0 [pagename] => profile [error] => [m] => [p] => 0 [post_parent] => [subpost] => [subpost_id] => [attachment] => [attachment_id] => 0 [name] => profile [static] => [page_id] => 0 [second] => [minute] => [hour] => [day] => 0 [monthnum] => 0 [year] => 0 [w] => 0 [category_name] => [tag] => [cat] => [tag_id] => [author] => [author_name] => [feed] => [tb] => [paged] => 0 [comments_popup] => [meta_key] => [meta_value] => [preview] => [s] => [sentence] => [fields] => [menu_order] => [category__in] => Array ( ) [category__not_in] => Array ( ) [category__and] => Array ( ) [post__in] => Array ( ) [post__not_in] => Array ( ) [tag__in] => Array ( ) [tag__not_in] => Array ( ) [tag__and] => Array ( ) [tag_slug__in] => Array ( ) [tag_slug__and] => Array ( ) [post_parent__in] => Array ( ) [post_parent__not_in] => Array ( ) [author__in] => Array ( ) [author__not_in] => Array ( ) [ignore_sticky_posts] => [suppress_filters] => [cache_results] => 1 [update_post_term_cache] => 1 [update_post_meta_cache] => 1 [post_type] => [posts_per_page] => 10 [nopaging] => [comments_per_page] => 50 [no_found_rows] => [order] => DESC )
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Well it does work. Im trying to set a unique header for profile pages trough css, and i can use the page name for that. But a profile page has a few categories attached, profile, messages, notifications, activity, and all have their own slug, which is universal. So name is the only unique slug. If i change the header it looks good when a user lands on the page, but as soon as they click around on the profile the header changes to the old one again. It basically looks like this:
community/members/jerry/
community/members/jerry/profile/
community/members/jerry/activity/Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?So name is unique, and the only page i can style different. If i go to profile, or friends, or notifications that changes to that page name, which is universal for all the profile pages.
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?It′s Buddypress.
Here′s the output:
Array ( [page] => 0 [pagename] => jerry [error] => [m] => [p] => 0 [post_parent] => [subpost] => [subpost_id] => [attachment] => [attachment_id] => 0 [name] => jerry [static] => [page_id] => 0 [second] => [minute] => [hour] => [day] => 0 [monthnum] => 0 [year] => 0 [w] => 0 [category_name] => [tag] => [cat] => [tag_id] => [author] => [author_name] => [feed] => [tb] => [paged] => 0 [comments_popup] => [meta_key] => [meta_value] => [preview] => [s] => [sentence] => [fields] => [menu_order] => [category__in] => Array ( ) [category__not_in] => Array ( ) [category__and] => Array ( ) [post__in] => Array ( ) [post__not_in] => Array ( ) [tag__in] => Array ( ) [tag__not_in] => Array ( ) [tag__and] => Array ( ) [tag_slug__in] => Array ( ) [tag_slug__and] => Array ( ) [post_parent__in] => Array ( ) [post_parent__not_in] => Array ( ) [author__in] => Array ( ) [author__not_in] => Array ( ) [ignore_sticky_posts] => [suppress_filters] => [cache_results] => 1 [update_post_term_cache] => 1 [update_post_meta_cache] => 1 [post_type] => [posts_per_page] => 10 [nopaging] => [comments_per_page] => 50 [no_found_rows] => [order] => DESC )
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Unfortunaly not too much output thats unique for the page, except the name. Maybe body class is the wrong way to go.
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Oh thats was interesting and helpful for future adventures, can see the output. Pretty cool, ill try to see if i find something unique to grab hold on. Thanks!
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Oh and if i change the query to post_id or something else, do i need to change the body tag too? On second thigh, thats just calls the function called page_bodyclass i guess.. Nevermind. Late, and tired.
Forum: Fixing WordPress
In reply to: Give pages truly unique id′s, classes, possible?Im not sure how the plugin works, but it uses a universal page for all the profilepages, and thus not outputs a unique page-id? Thats kinda what i′ve thought, and thus looking for a longer slug or something like that. Will have a look in the codex and see if something fits the bill.
And spaces removed ??