jerm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adsense after first post onlyThank you for this! I found it very useful as I like to “blend” my ads with the rest of my blog content! ??
Forum: Fixing WordPress
In reply to: List of Plugins that work in 1.5i listed the plugins i use and have tested with wp-1.5-beta-1 on my site.. i don’t use too many though so i’m not sure if it’ll help you much but here it is: https://jermexpress.com/wordpress.php
Forum: Fixing WordPress
In reply to: Enabling Sending Referrers.glad i could help! ?? i hope this solves everyone else’s problems with sending referrers as well..
Forum: Fixing WordPress
In reply to: Enabling Sending Referrers.BTW with the newer nightlies you have to comment out two or three additional lines of code below that too.
Forum: Fixing WordPress
In reply to: Enabling Sending Referrers.You guys, last time I had this problem, it was because of the faulty wp-login.php file. It would keep resetting the url to http: so when you try to activate a plugin or do anything else that requires sending referrer it wouldn’t work. I simply fixed this problem by restoring the URL with phpMyAdmin like Rust mentioned above and then commenting out these lines in wp-login.php:
// If someone has moved WordPress let's try to detect it
//if ( dirname('https://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']) != get_settings('siteurl') )
// update_option('siteurl', dirname('https://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']) );That should do the magic! ??
Forum: Fixing WordPress
In reply to: Last Tested Stable Nightlylook at the zip man.. haha! don’t tell me you delete right after you extract!! *lol*
Forum: Fixing WordPress
In reply to: www.website.com vs. website.comit works in both ie and firefox for me.. ??
this is usually a server issue though not a browser one.. so if you continue to have problems try contacting your host provider.
Forum: Fixing WordPress
In reply to: Last Tested Stable NightlyI decided to settle with 10th and it’s working good. But I’m not using it online yet, just my offline test environment. So far so good.
Forum: Fixing WordPress
In reply to: Last Tested Stable NightlyThat far back? Damn!! No wonder.. I’m using Jan 7th and just downloaded Jan 10. Thanks man, I’ll revert for now..
PS: Excuse the typos! *lol*
Forum: Themes and Templates
In reply to: centering graphictry this:
#header {
background-image: url(myimages/eurohead.gif);
background-repeat: no-repeat;
border: solid 0px #000;
height: 400px;
width: 800px;
clear: both;
margin: auto;
}Forum: Fixing WordPress
In reply to: When it is going to release 1.5 full version?By next summer it’d be 2.0 already! :p
Forum: Themes and Templates
In reply to: Way Too Clean 1.0 – A WP 1.5 themeyou’re right.. it’s way too clean but i like it! ??
Forum: Your WordPress
In reply to: Webfroot.co.nz — Not your ordinary WPnice upgrade! ??
hey are you the same guy (group) that made that free tagboard thing? if yes how bout a wp-plugin for that feature?
Forum: Themes and Templates
In reply to: XT2 Theme Previewnice looking.. kinda too wide for me but it’s great work.. man i need to catch up with mine.. *lol*
Forum: Fixing WordPress
In reply to: Suggestions for Theme packagingditto that.. and how about a self-extracting zip or gzip file support for themes?