1stpixel
Forum Replies Created
-
Forum: Plugins
In reply to: FCKeditor Plugin ChenPressi did merge chenpress with the new fck-editor (2.3beta) and i have to say: rocks! you see, i’m building accessible websites with professional design, so i have little higher expectations to a wysiwyg ??
Forum: Plugins
In reply to: FCKeditor Plugin ChenPressForum: Fixing WordPress
In reply to: get category-posts displayed on page.phpthis is good question ??
well thats kinda long story:
i wanted my navigation to reflect the page on which i am. and the accessible and most usable way would be (as opposed to WP!!!) to insert NOT as a link, so i made a quick hack for wp_list_pages() and it worked like a charm (s.i.i.a: https://www.stadtkloster.de)
However i was unlucky (ok i’m too dumb :-)) to hack this into wp_list_cats() which would be the much nicer way i think … any thoughts ?Forum: Your WordPress
In reply to: we switchedwell, i know.
I’t even worse, since when someone wants to use his own styles, they cannot be overwritten. But it’s not real css i used, insted i used php to realize the styleswitching.
If you know of a solution to make this external, i’d be happy to hear.Forum: Fixing WordPress
In reply to: How can i find out on which page i am when genarating the sidebar ?What part of that page do you refer to ?
Forum: Everything else WordPress
In reply to: $_SESSIONI’m using WAMP Server, only for testing purposes, and heve never ever before encountered such issue. it won’t work only in my WP installation.
All i use is a $_SESSION[‘test’] = “foo”;
and on any other page where i echo it it is gone.There are some post about $_SESSION kills here, but they never got an answer.
hopefully this is not the case withthis one.
Forum: Fixing WordPress
In reply to: How can i find out on which page i am when genarating the sidebar ?maybe i have to make this clearer:
I just want to insert a special class Attribute to my pages List, so i can visually seperate (via css) where a user is.