zooph
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving WordPress to a new hostwell i looked up on cpanel and the database prefix is different so i changed that in the wp-config.php and still problems – what about the password? Thats from the old host config. Surely that will prevent a database connection?
thnx
pForum: Fixing WordPress
In reply to: Moving WordPress to a new hostthanks again,
im not sure where to check what that path might be?
Forum: Fixing WordPress
In reply to: Moving WordPress to a new hostbuddha
thnxx for your sw!ft reply…
well, the hosting requires DB_HOST to be set to localhost.
is that what your getting at?
z
Forum: Themes and Templates
In reply to: CSS aligment of single postthnks for the replies,
it was a stimulating read regarding the age old discussion of browser back compatability and appreciate both of your thoughts.
Since my problem occurs only in ie6 then should i forget about this little issue?
I’d like to sort it out, these kinds of little things pester me to try and resolve them. I know a few ppl who use ie6 a lot.
If anyone has any ideas on what line of code is causing this to happen (see 1st post in thread) id appreciate a pointer,
thanks again guys.
wow fast reply!
it worked!
muchas gracias!Forum: Fixing WordPress
In reply to: deleting over 10,000 spam comments without using moderation pageok found it!!!! great thanks!
Forum: Fixing WordPress
In reply to: deleting over 10,000 spam comments without using moderation pagethanks again, well i have access to “phpMyAdmin” on cpanel but where do i enter
DELETE FROM wp_comments WHERE comment_approved=’0′ ?
Forum: Fixing WordPress
In reply to: deleting over 10,000 spam comments without using moderation pagethanks so much for the info… but how exactly is this done, how do i access MySQL database?
Forum: Fixing WordPress
In reply to: target =”_blank” treated as pop-upsOK thanx for the info…. question is now – how do i remove hundreds of target=”_blank” without going and removing each and every one of them individually?
Forum: Fixing WordPress
In reply to: php links default to opening in external editor instead of browser!thanx podz…
Could it be that i’ve set my broswer to inadvertly do this? Ill try another broswer, was wondering if anyone else out there has the problem?
Forum: Fixing WordPress
In reply to: nasty Hompage Error?oops i think i made it worse, i just tried installing the latest version of word press and more errors, will the above fix still remedy this?
Forum: Fixing WordPress
In reply to: Problems with content in right hand menulawtai!
many many thanx, ive been playing around with this all day, and your simple fix has worked! (overflow:hidden). Im an actionscripter who doesn’t have much call to learn CSS, this little experience has prompted myself to learn it now!
thanx again ð
zForum: Fixing WordPress
In reply to: Problems with content in right hand menustill no answer – anyone got any ideas, help much appreciated ð
Just for clarification when i put an adsense module 120×90 in the right menu it pushed the whole right menu to the left so that it slightly over laps the main content,
cheers,
pForum: Everything else WordPress
In reply to: how to put adsensecode into my php-file?hi,
Im tryna put Adsense code into my WordPress blog! Though id try putting it the left column. Tried simply adding it to the list of the left div but when i do the page throws up errors,
heres the code :
<div id=”left”>
<li id=”archives”><?php _e(‘DATAISNATURE’); ?>
<?php wp_get_archives(‘type=monthly’); ?>
<li id=”categories”><?php _e(‘DATAISNATURE’); ?>
<?php wp_list_cats(); ?>
<li id=”meta”><?php _e(‘FEED’); ?>
- ” title=”<?php _e(‘Syndicate this site using RSS’); ?>”><?php _e(‘RSS 2.0’); ?>
- ” title=”<?php _e(‘The latest comments to all posts in RSS’); ?>”><?php _e(‘Comments RSS 2.0’); ?>
-
<script type=”text/javascript”><!–
google_ad_client = “pub-2384970814298075”;
google_ad_width = 200;
google_ad_height = 90;
google_ad_format = “200x90_0ads_al”;
google_ad_channel =””;
google_color_border = “FFFFFF”;
google_color_bg = “FFFFFF”;
google_color_link = “3173AA”;
google_color_url = “333333”;
google_color_text = “999999”;
//–></script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<!– AdSense –>
</div> <!– End Left –>
Forum: Themes and Templates
In reply to: moving archives to left hand sideheh moose! yes thanx, you alerted me to the fact that i was updating the old file as i moved the index.php to a new folder – must remember to update the right version next time ð