Nicholas
Forum Replies Created
-
Forum: Reviews
In reply to: [Comments - wpDiscuz] I like it, but needs improvementsThanks for a fast reply, can’t wait for the new update. I like social login feature but please keep it simple for guests to leave comments like how it is now.
Thanks for the CSS code, that works perfect. Exactly what I wanted.
Forum: Themes and Templates
In reply to: [Brunelleschi] YouTube Embed does not resizeThanks, but I found another way.
http://www.jonsuh.com/blog/tutorials/responsive-youtube-vimeo-embed-and-html5-video-with-css/
Works like a charm!!
Forum: Plugins
In reply to: Looking for a plugin that displays posting rules and infoThanks so much, that was exactly what I was looking for!
Forum: Themes and Templates
In reply to: Removing a category from the navigation barHaha, Wow, I can’t believe I didn’t think about this.
For some reason, exclude was spelled exlude (maybe it was the coder’s error?) Well changed that to “exclude” and replaced 181 with 21 and it worked!
Cat. 181 doesn’t exist, maybe it was for another website at one time, well anyways, this worked!
Thanks for your helping! So happy now!
Forum: Themes and Templates
In reply to: Removing a category from the navigation barsorry double post..
Forum: Themes and Templates
In reply to: Removing a category from the navigation barThis what I been working on:
<ul id="nav2" class="clearfloat"> <li><a>/" class="on">Home</a></li> <li><a href="/about">About</a></li> <li><a href="/contact">Contact</a></li> <li><a href="/forums">Forums</a></li> <li><a href="/lounge">Lounge</a></li> <li><a href="/editors">Editors</a></li> <li><a href="/ask">Ask Us!</a></li> <?php wp_list_categories('orderby=name&exlude=181&title_li='); $this_category = get_category($cat); if (get_category_children($this_category->cat_ID) != "-21") { echo " <ul>"; wp_list_categories('orderby=id&show_count=0&title_li= &use_desc_for_title=1&child_of='.$this_category->cat_ID); echo "</ul> "; }Forum: Fixing WordPress
In reply to: htaccess problem [HELP]Thanks you sooo much!!! it works awesome now Thank you again!
Forum: Fixing WordPress
In reply to: htaccess problem [HELP]I dont get that error http://nerwin.net/downloads/
When I click on adminstrator login, it just redirects to the homepage, but its suppose to come up with a login prompt
I know its something to do with wordpress, because I removed the rewrite rule in the .htaccess file and it worked BUT none of my links on my blog did not work, everything was not found except for external links.