ataylor20
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Having a default post format in write…bump…..
Forum: Fixing WordPress
In reply to: How to get topics on new php page?rockin.. man this stuff is fun!!
laurim, Could you email your header code for the phpbb?
Does anyone know how to make the Header.php for your theme on WP work with the forum?
Id like the same header all though my site.. Ideas?
Thanks,
Andy
Forum: Installing WordPress
In reply to: Categories not found?Forum: Installing WordPress
In reply to: Categories not found?Thanks that worked and made the Cats work too!
Forum: Installing WordPress
In reply to: Categories not found?Well I tried changing the permalinks to add author and probably messed something up.
How can i get it back to default?
Forum: Themes and Templates
In reply to: Upgraded to 1.5.1 and themse arent working..Totally feel like and idiot. Ive been editing the index.php for my blog not using the admin panel for new themes.
doing things the hard way as usual. For those who find this post go here if you have having trouble.
http://codex.ww.wp.xz.cn/Using_Themes
Sorry for the brain fart.
Forum: Themes and Templates
In reply to: Upgraded to 1.5.1 and themse arent working..Well from what I have seen in the other themes to choose from, there index.php always starts with:
<?php
get_header();
?>And there are atleast 3 ive looked at. If us the orginal index.php then what you are saying is correct but it will not use the theme that I have installed using the orgional index.php.
Advice?
Forum: Installing WordPress
In reply to: UpgradeGot it working. Thanks
Forum: Installing WordPress
In reply to: Upgradeokay I have done as you have asked. Still the same problem. Could there be a non .php or .css file I need to delete?
I still cant edit posts
Forum: Installing WordPress
In reply to: Upgradewell i guess i miss read that part of the install, it said to keep the updated files. So I stored those and then I read further and it said something about deleting through FTP so I assumed just uploading over the old files would do it.
So I need to do a full deleted and reupload?
Forum: Installing WordPress
In reply to: UpgradeI have retried the update.php just incase, not difference.
Anything other ideas?
Forum: Installing WordPress
In reply to: Upgrade“Exact original post” is what I meant. Sorry
Host is surpass hosting.
Comments have been disabled due to spaming. I have a forum that everything is linked to anyway.
How do you update permalinks? Yes the upgrade.php has been done.
Forum: Installing WordPress
In reply to: Users lvl 10 being editable for lvl 9Well I could tell you this worked but I didnt find the above code listed as it is here. Tried editing it like you asked and it didnt solve the problem. If no other suggestions, I guess I can just move on.
It now reads:
if ($user_level > 0) {
$postdata = $wpdb->get_row(“SELECT * FROM $tableposts WHERE ID = ‘$post_ID'”);
$authordata = get_userdata($postdata->post_author);
if ($user_level < 9)
die (‘You don’t have the right to edit ‘.$authordata[1].’’s posts.’);Forum: Installing WordPress
In reply to: Users lvl 10 being editable for lvl 9sorry yes, i am using WP 1.2.1.