lemonhead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Admin button is not displayedShould I try reinstalling WP ?
Forum: Fixing WordPress
In reply to: Site Admin button is not displayedIt appears once I sign into wp it is not recognizing that I am signed in, but if I clck onto another link on my sidebar then it seems to recognize that I am signed in and my site admin button appears.
Forum: Fixing WordPress
In reply to: Site Admin button is not displayedNow this is odd. I click on the Archives button and the Site Admin button appears.
Forum: Fixing WordPress
In reply to: Site Admin button is not displayedCorrect, if i login to wp the site admin link is not displayed.
I am also noticing that if you click on a post the page that gets displayed blank. The only change I recall is someone in the forum had me change my http://www.clanobrien.us/index.php file to the below:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
define(‘WP_IN_ROOTDIR’, true);
require(‘./blog/wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: Site Admin button is not displayedI am a doing a bad job of explaining this issue. When you initially go to my site http://www.clanobrien.us you are initiaaly prompted to put in the WEBSITE id and password twice. I relaize this NOT a WP issues and I am trying to resolve this issue.
My WP issie is this. If I sign in to WP( I am an admin), the site admin button is not displayed. Why is this happening ?
This worked previously.Thanks in advance.
Forum: Fixing WordPress
In reply to: Site Admin button is not displayedCan someone take a look at this for me ?
Thanks in advance ?
Forum: Fixing WordPress
In reply to: Site Admin button is not displayedid is temp and password is temp. You will beprompted twice for this info. This is another problem I recently experienced with being prompted twice for the id and password.
Forum: Fixing WordPress
In reply to: Site Admin button is not displayedThis is what I currently have, any idead ?
<!– begin sidebar –>
<?php global $user_ID; ?>
<div id=”sidebar”>
<?php if ($user_ID) { ?>
<h2><?php _e(‘User Options’); ?></h2>- Write Post
- Manage Posts
- Your Profile
- Webmail
- <?php wp_loginout(); ?>
<?php wp_register(); ?>
<?php } ?>
Forum: Fixing WordPress
In reply to: Do I exist – User SQL errorThanks for the speedy response, I will try out this lead.
Forum: Fixing WordPress
In reply to: Do I exist – User SQL errorHere is my sidebar code. Any idea which line might be causing the issue ? Also my site admin button no longer appears.
<!– begin sidebar –>
<?php global $user_ID; ?>
<div id=”sidebar”>
<?php if ($user_ID) { ?>
<h2><?php _e(‘User Options’); ?></h2>- Write Post
- Manage Posts
- Your Profile
- Webmail
- <?php wp_loginout(); ?>
<?php wp_register(); ?>
<?php } ?>
<?php if (!is_single()) { ?>
<h2><?php _e(‘Sections’); ?></h2><?php } ?>
<?php if (is_home() || is_author()) { ?>
<h2><?php _e(‘Members’); ?></h2>-
<?php list_authors(TRUE, TRUE, FALSE, TRUE); ?>
<?php } ?>
<h2><?php echo level10bm_get_element_header(‘categories’); ?></h2>
-
<?php level10bm_wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0&exclude=4’); ?>
<?php if (function_exists(‘vote_poll’)): ?>
- <h2>Polls</h2>
-
<?php get_poll();?>
- /wp-polls.php”>Polls Archive
<?php endif; ?>
<?php if (!$user_ID) { ?>
<h2><?php _e(‘Login’); ?></h2>- <form name=”loginform” id=”loginform” action=”/blog/wp-login.php” method=”post”>
<label>Username: <input type=”text” name=”log” id=”log” value=”” size=”10″ tabindex=”7″ />
</label>
<label>Password: <input type=”password” name=”pwd” id=”pwd” value=”” size=”12″ tabindex=”8″ />
</label>
<label><input name=”rememberme” type=”checkbox” id=”rememberme” value=”forever” tabindex=”9″ />
Remember me</label>
<input type=”submit” name=”submit” id=”submit” value=”Submit” tabindex=”10″ />
<input type=”hidden” name=”redirect_to” value=”/” /></form>
<?php } ?>
</div>
<!– end sidebar –>
Forum: Fixing WordPress
In reply to: Directory ProblemI guess I must have changed it at some point, but I have not been in this file for a long time so I am surprised my bloh has been working. I’ll change now to 1 slash. Out of curiousity what does 2 // do ?
Forum: Fixing WordPress
In reply to: Directory ProblemI just tried to implement the link and hit one stumbling block.
The link says to change …
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);………However, my file says
require(‘.//blog/wp-blog-header.php’)My question why does my file have 2 slashes.
Forum: Fixing WordPress
In reply to: Directory ProblemThanks moshu. I will give it a try. I would like to volunteer some of my time at somepoint to WP. Do you have a link ?
Forum: Fixing WordPress
In reply to: Directory ProblemThanks for the link, but can you tell me what a normal install of wp look like in terms of the wp directory. Is it done like the above link describes. My goal is to have my front page properly display the blog.
Also according to the above link if I make the chnages they discauss some users would not be able to click on “edit comment”.
Thanks
Forum: Fixing WordPress
In reply to: Directory ProblemThe site is http://www.clanobrien.us. When prompted for the id and password put temp for the id and temp for the password. You will be prompted twice (may be related to my problem above).
See how it goes from http://www.clanobrien.us to http://www.clanobrien.us/blog
Please help.