phuckd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: undefined function http_build_query>>Awesome, I can retire. I’ve been publically humiliated.
Thank you, that’s why i keep coming back.why would you have to come back with a comment like that?
If you cannot discuss an issue without having to come out with curt or needless responses then why is this a “forum” ?
Forum: Fixing WordPress
In reply to: undefined function http_build_queryHandysolo – look at the function it is erroring on – http_build_query()
it’s pretty much well known there is a compatability issue with php4 and http_build_query()
the php manual lists it as 5
http://uk.php.net/http_build_queryim not saying that is the issue, but it looks the most obvious – without having globals on in php4
there for there is no need to disagree with any statement unless you know it as fact, merely offer another point of view.
Forum: Fixing WordPress
In reply to: Edit New User Email Message-it looks something like
From : <wordpress@phuckd.co.uk>
Sent : 13 October 2006 23:43:19
To : @hotmail.com
Subject : [phuckd] Your username and passwordUsername:
Password:
http://www.phuckd.co.uk/wp-login.phpthe function is:
wp-includes/pluggable-functions.php
about line 450 or something, depending on your editorForum: Fixing WordPress
In reply to: undefined function http_build_querywhat version of PHP is your host running?
you might need 5 to run all the functionsForum: Fixing WordPress
In reply to: Members only topicthis plugin should do exactly what you want
http://edwards.org/2006/03/07/subscribers-only-plugin-for-wordpress/
Forum: Fixing WordPress
In reply to: Moderate pagesIf i understand you correctly….
If you have contributors that can create pages, then you have set the wrong account permissions – change them from admin to contributor User Level 4they can still post, but not create or edit pages
You should start here
http://codex.wordpress.org/User_LevelsForum: Fixing WordPress
In reply to: Comments: after upgrade have lost ability to commentcheck your plugins – disable them one by one incase any are conflicting – there maybe one thats not 2.04 compatible
Forum: Fixing WordPress
In reply to: category under line how to removedo you mean removing the underline for the links underneat the catagory?
if so then in your css file find#sidebar ul li a
and add
text-decoration: none;If you want to remove the underline for the catagorie titles, then add it too
#sidebar h2
Forum: Fixing WordPress
In reply to: Trackback-Troubleshooting>>No “/trackback/” in the end. How can I change that?
change your links to “pretty permalinks”
http://codex.wordpress.org/Using_PermalinksForum: Fixing WordPress
In reply to: Dbl-spacing and “<a xhref> ” in ‘Write Page’try turning off the rich text editor
Forum: Fixing WordPress
In reply to: How to use ip address instead of localhostyou should start at the documentation
Forum: Fixing WordPress
In reply to: Conditional Not Working>>phuckd: Your PHP won’t work
hence why i said it may need the single quotes.
Forum: Fixing WordPress
In reply to: Conditional Not Workingtry it like this :
<?php
if (is_home()){
echo ("hello world");
}
else { echo
("<script type="text/javascript"><!--
google_ad_client = "removed";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "FFFF66";
google_color_text ="000000";
google_color_url = "CAF99B";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>");
}
>?see if that brings it back it may need the single quotes – ill have to test it later if i remember, but that should be ok, just addind the (‘s
Forum: Fixing WordPress
In reply to: non-blog pagesJust “create a new page”
http://codex.wordpress.org/Pages
http://codex.wordpress.org/Codex:Creating_a_New_PageForum: Fixing WordPress
In reply to: Completely Remove QuickTags?wp-includes/js/quicktags.js
comment out the ones you don’t need