freexenon
Forum Replies Created
-
Forum: Installing WordPress
In reply to: interrupted 3.1.1 InstallI figured it out. I backed up some of my old files.
I downloaded WordPress 3.1.1 and uploaded the admin and includes and the root files and it finished the update!
Crazy! I think I pooped my pants!!!
All is good it seems. =)
Forum: Installing WordPress
In reply to: interrupted 3.1.1 Installfull message is:
“Fatal error: Call to undefined function require_wp_db() in …/wp-settings.php on line 269”
line 269 is:
“require_wp_db();”
Forum: Themes and Templates
In reply to: Add class to top level menu items?OK, so I have hard coded the navigation via PHP and it functions, but it is not going to be extensible by the site owners, and all changes to the navigation will have to be made by hand by me which is not cool.
Anyone out there got a helping hand?
Thanks
Forum: Themes and Templates
In reply to: Add class to top level menu items?BTW, I am a CRON’er too. I have been kind of working on it for a few years off and on, but more on. I eat about 1500 cal a day or so. I will have to bookmark your site. =)
Forum: Themes and Templates
In reply to: Add class to top level menu items?Here is the site: http://bjjwisconsin.freexenon.com
Current nav code is hard coded.
<ul id="navMain" class="BaseNavList PopOutMenu PopDown"> <li><a href="#" class="PopOutMenuTrigger">Home</a> <ul> <li><a href="#">Schedule</a></li> <li><a href="#">About BJJ</a></li> <li><a href="#">Contact Us</a></li> </ul> </li> <li><a href="#" class="PopOutMenuTrigger current_page_item">About Us</a> <ul> <li><a href="#">Schedule</a></li> <li><a href="#">About BJJ</a></li> <li><a href="#">Contact Us</a></li> </ul> </li> <li><a href="#" class="PopOutMenuTrigger">Schedule</a></li> <li><a href="#" class="PopOutMenuTrigger">About BJJ</a></li> <li><a href="#" class="PopOutMenuTrigger">Contact Us</a></li> <li><a href="#" class="PopOutMenuTrigger">Media</a></li> </ul> <!-- end navMain-->Thanks for the response! =)
Forum: Themes and Templates
In reply to: Help with lowercasing the login/lout text as pluginYea, I have that in place and it is easy, =)
but I would just like to have the it hard coded as lower case.
Plus, it will give me some practice with regular expressions and making plugin’s.
Thanks… =)
Forum: Plugins
In reply to: Detecting if page is a ‘post page’?Thanks! I think that should do it! =)
Forum: Themes and Templates
In reply to: Link to Fragment IndentifierThe theme I am creating is XHTML 1.1 so named anchors will not validate.
In doing some research I have seen some mention of the possibility of finding an Absolute Link plugin to help solve this. I will have more time to check on this tonight, I think.
Forum: Themes and Templates
In reply to: Function to denote the current page with a class or idNevermind. I see it. =O
current_page_item...Thanks! =)
Forum: Alpha/Beta/RC
In reply to: still not able to tag pagesYea, I am rather cranky about this too…
WordPress rocks! Please let us know how to implement this.
Thanks guys!