Forum Replies Created

Viewing 15 replies - 1 through 15 (of 45 total)
  • Thread Starter gatorgse

    (@gatorgse)

    Thanks Michael. This looks like i need.

    Thread Starter gatorgse

    (@gatorgse)

    This is the header code:

    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php if (is_home () ) { bloginfo(?name?); }
    elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(?name?); }
    elseif (is_single() ) { single_post_title();}
    elseif (is_page() ) { single_post_title();}
    else { wp_title(??,true); } ?></title>
    <meta name="robots" content="index,follow" />
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    
    <body>
    <div id="wrapper">
    
    <div id="header">
    <div class="topright"><!-- Edit welcome message here -->Looking to purchase a cruise?  My site is  <a href="https://www.avctravel.com/greggeppleman">America's Vacation Center</a>
    
    </div>
    <h1 class="sitename"><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
    <h2 class="sitedesc"><?php bloginfo('description'); ?></h2>
    </div> <!-- Closes Header -->
    
    <div id="nav">
    
    <div class="search"><?php include (TEMPLATEPATH . '/searchform.php'); ?></div> <!-- Closes Search -->
    
    <?php function get_the_pa_ges() {
      global $wpdb;
      if ( ! $these_pages = wp_cache_get('these_pages', 'pages') ) {
         $these_pages = $wpdb->get_results('select ID, post_title from '. $wpdb->posts .' where post_status = "publish" and post_type = "page" order by ID');
    
       }
      return $these_pages;
     }
    
     function list_all_pages(){
    
    $all_pages = get_the_pa_ges ();
    foreach ($all_pages as $thats_all){
    $the_page_id = $thats_all->ID;
    
    if (is_page($the_page_id)) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    $output .= '<li' . $addclass . '><a href="'.get_permalink($thats_all->ID).'" title="'.$thats_all->post_title.'"><span>'.$thats_all->post_title.'</span></a></li>';
    }
    
    return $output;
     }
    ?>
    <ul>
    <?php
    
    if (is_home()) {
      $addclass = ' class="current_page"';
      } else {
      $addclass = '';
      }
    echo "<li" . $addclass . "><a href='" . get_option('home') . "' title='Home'><span>Home</span></a></li>";
    echo list_all_pages();?>
    </ul>
    
    <div class="cleared"></div>
    </div> <!-- Closes Nav -->
    
    <div class="topcurvewhite"></div>
    <div id="main">
    Thread Starter gatorgse

    (@gatorgse)

    If failed to work in Safari and Firefox and Google Chrome

    Thread Starter gatorgse

    (@gatorgse)

    has anyone had this happen? Any suggestions for solution? Thanks

    I went back to Flash 9, but still get the image was only partially uploaded message. Cleared js cache etc. Deleted and readded upload.php to wp 2.7. Any other suggestions?

    Thread Starter gatorgse

    (@gatorgse)

    Now not working again. I haven’t changed anything. Is anyone experiencing the “partially uploaded” error messages? Thanks.

    Thread Starter gatorgse

    (@gatorgse)

    Thanks for the input. Uploader functioning properly now.

    Thread Starter gatorgse

    (@gatorgse)

    Okay, so I went to another of my blogs that only has WP 2.6.2 on it, did a test post, inserted an image with the uploader, copied the code, cut and pasted the code over to my blog on wp 2.7 and the image comes out fine. Same image both blogs, but 2.7 keeps saying image only partially uploaded.

    Anyone have any similar experience or an idea how to corrcet? Thanks

    Thread Starter gatorgse

    (@gatorgse)

    thanks

    i think they would log in under the user name you assign them and the password associated with that name. If they are the admin, that would be it. Admin would probably be you, and a different password.

    Thread Starter gatorgse

    (@gatorgse)

    Called GoDaddy today to take the restore back to the 20th,because traffic is still off, and it turns out they only went back to the 30th (LOL) Now they will go back to the 20th. I have checked the places everyone recommended and see none of those files or users. Thanks again to everyone. And what did whooami mean by doing the snoopy fix?

    Thread Starter gatorgse

    (@gatorgse)

    whooami, I’m not sure I understood all you said, but should I go back to the 20th for the restore, or get rid of that file. If so, how would i eliminate it?

    Thread Starter gatorgse

    (@gatorgse)

    I’ve tried a few things, but still no idea. Does anyone know how I would associate style information with the xml file?

    Thanks,

    Thread Starter gatorgse

    (@gatorgse)

    Well, being a novice I have decided to pay GoDaddy $150 to restore me back to 11/23 which is 2 days before the dropoff in traffic. Hopefully that will do it. What a gut wrenching feeling when some a**hole comes along and steals a year’s worth of hrad worth for a few bucks. This serts me back 20 years in my progress of getting along with folks from around the world. Sad state (: Thanks to all who helped in this forum ??

    Thread Starter gatorgse

    (@gatorgse)

    Thanks Buddha. I think I may try the old database trick. Two of the three links above go to 404 pages. Thanks again for your assistance. It is MUCH appreciated

Viewing 15 replies - 1 through 15 (of 45 total)