Jump to content
xisto Community

Hafdis

Members
  • Content Count

    12
  • Joined

  • Last visited

About Hafdis

  • Rank
    Newbie [Level 1]
  • Birthday 12/06/1965

Contact Methods

  • Website URL
    http://www.koddinn.com

Profile Information

  • Gender
    Male
  • Location
    Iceland
  • Interests
    Webdesign, Carpenter
  1. Hello all Can someone help me to integrate forum to my site the forum is located here http://forums.xisto.com/no_longer_exists/ and the site here http://forums.xisto.com/no_longer_exists/
  2. Hi and thx for reply, dont know what i pasted above sorry i am using wordpress with gallery plugin, and i have to get get fim_photos.php (from galley) to match index.php (site theme) here are both files index.php http://forums.xisto.com/no_longer_exists/ fim_photos.php http://forums.xisto.com/no_longer_exists/ hope you can help with this thx
  3. ok lets try again... see here http://forums.xisto.com/no_longer_exists/ i got the sidebar to the right, now i need to move it up, here is the code <?php define('FIM', true); ?><?php include("../../../wp-blog-header.php"); ?><?php require_once("functions/fim_functions.php"); ?><?php get_header(); ?><div id="content" class="narrowcolumn"> <div class="entry"> <?php echo fim_get_the_content(); ?> </div> <div class="main-narrow"> <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php include (TEMPLATEPATH . '/browse.php'); ?> <?php else : ?> <div class="post"> <h2><?php _e('404 Error: Not Found'); ?></h2> </div> <?php endif; ?> </div><?php get_sidebar(); ?><?php get_footer(); ?>
  4. New info the fim_photos.php use its own default template structure. you need to tweak that default structure to match the structure of whatever WordPress theme you're going to use.For example, fim_photos has <div id=\"content\" class=\"narrowcolumn\">. My Basic Concept theme doesn't have that. so,
  5. Yup, i have been working as Carpenter since 1980, building houses, kitchen and more. Now i am rebuilding my house, so many kids, need more rooms, got this ! The gallery uses the fim_photos.php template. For any theme that you use, you have to get fim_photos.php to look like the structure of that theme. You're done with installation. Now you need to customize. this is the fim_photos.php <?php define('FIM', true); ?><?php include("../../../wp-blog-header.php"); ?><?php require_once("functions/fim_functions.php"); ?><?php get_header(); ?><div id="content" class="narrowcolumn"> <div class="entry"> <?php echo fim_get_the_content(); ?> </div> </div><?php get_sidebar(); ?><?php get_footer(); ?> how do i let it look like the structure of the theme i am using.?
  6. HIthis is working fine, but how do i split this to the right files, header.php footer.php sidebar.php index.php
  7. Hi jlhaslip! i have upload all the files and get this this http://forums.xisto.com/no_longer_exists/
  8. hii uploaded all the files and still the same.
  9. Hi all folks! Big forum, wery nice, i am from Iceland (maybe the first one) Hope i will stay here for while, who knows
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.