Forum Replies Created

Viewing 13 replies - 76 through 88 (of 88 total)
  • Thread Starter boneless

    (@boneless)

    ok thanks, I’ll better keep all the others than ??
    Thanks podz!
    Any good suggestions for add-ons or hacks to wp?

    Thread Starter boneless

    (@boneless)

    Damn, I wish life was simple ??
    So I am now rewriting all mainfiles to put them in the main wp-dir.
    I think it’s slowly getting to work now, see:
    https://www.boneless.nl/aa/
    and try the first 3 links (the quiz) and the commercials.
    Now all I need is a new questbook I can put on the server with the same template, anyone have a good idea?
    Thanks all for helping out, slowly getting there.
    Boneless

    Thread Starter boneless

    (@boneless)

    I know I have to tell it to find the relative path, but even when I do that, I get errors:
    when I use this line:
    <?php include(‘../wp-includes/header.php’) ?>
    is goed back 1 dir, the enters the wp-includes dir and adresses the header.php
    this is ok, but then the following errors occur:
    Warning: main(): Unable to access ./wp-blog-header.php in /home/virtual/site27/fst/var/www/html/aa/wp-includes/header.php on line 3
    Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /home/virtual/site27/fst/var/www/html/aa/wp-includes/header.php on line 3
    Fatal error: main(): Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/php/includes:/usr/share/php’) in /home/virtual/site27/fst/var/www/html/aa/wp-includes/header.php on line 3
    all errors caused by the header.php file in the wp-includes dir.
    and this is that header.php file:
    <?php
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/1″&gt;
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
    <style type=”text/css” media=”screen”>
    @import url( <?php echo get_settings(‘siteurl’); ?>/wp-layout.css );
    </style>
    <link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    <meta name=”robots” content=”all” />
    </head>
    <body>
    <div id=”rap”>
    <h1 id=”header”>“><?php bloginfo(‘name’); ?></h1>
    <p id=”description”>Beschouwingen, meningen, anekdotes en andere nietszeggende teksten van de altijd vriendelijke en goedgemutste boneless.
    So, how to solve this errors?
    Thanks again!

    Thread Starter boneless

    (@boneless)

    I’m sorry, but i don’t really get it.
    So below is the code I use in uitleg.php, which is in a dir called popquiz. the wp-files are under https://www.boneless.nl/aa/
    what should I alter in the code below to get it to work and call the wp-functions?
    thanks! (a lot!)
    <?php include(‘./wp-includes/header.php’) ?>
    <div class=”storycontent”>
    Via boneless.nl zijn twee popquizzen te spelen: de algemene popquiz en de fragmentenquiz. Deze quizzen worden regelmatig vernieuwd, echter niet op een vast moment. Wie op de hoogte gehouden wil worden van nieuwe quizzen, kan zich aanmelden voor de mailinglist (binnenkort mogelijk).
    De algemene popquiz bestaat uit tien multiple-choice vragen. In principe kan naar vrijwel alles worden gevraagd: jaartallen, titels van songs, namen van artiesten, noteringen, algemene muziekkennis, etcetera. Vergeet niet uw naam en emailadres in te vullen, anders is het niet mogelijk u de juiste antwoorden te sturen. Na het invullen van alle vragen klikt u onderaan de pagina op verzenden. De juiste antwoorden ontvangt u binnen 72 uur via email.
    De fragmentenquiz bestaat uit tien muziekfragmenten. Aan u de taak deze fragmenten te herkennen en de juiste titel en artiest(en) in te vullen. Vergeet ook hier niet uw naam en emailadres in te vullen. Na het invullen van alle antwoorden klikt u onderaan de pagina op verzenden. De juiste antwoorden ontvangt u binnen 72 uur per email.
    Vragen over de twee quizzen kunt u stellen via: [email protected].<br>
    Ditzelfde adres kunt u gebruiken voor opmerkingen over de twee quizzen.
    </div>
    <?php include(‘wp-includes/footer.php’) ?>

    Forum: Fixing WordPress
    In reply to: Layout question
    Thread Starter boneless

    (@boneless)

    thanks, it works.
    Now one final question (yeah right ?? ),
    how do I make the titles of a post ‘not a link’ ?
    I just want the titles to be plain-text in stead of links.
    Thanks!

    Thread Starter boneless

    (@boneless)

    Great, sound that simple even I can’t make mistakes here ??
    But what’s so funny mamabean?
    Thanks!
    Boneless

    Forum: Fixing WordPress
    In reply to: Presentation?
    Thread Starter boneless

    (@boneless)

    1.3?
    I downloaded wordpress last week from this site and installed it, and it is 1.2.
    Can I safely update to 1.3 without current files being overwritten or posts getting lost?
    Thanks!

    And when I move the file to the main blog directory, it does work, except for the aligning of the text, see:
    https://www.boneless.nl/aa/uitleg.php
    I really don’t want to put all the files of my site in 1 directory, so how to fix this?
    Boneless

    And maybe for better explanation, this is the sample-page I’m trying to get to work with the index.php into 3-trick:
    https://www.boneless.nl/popquiz/uitleg.php

    i did alter the path, but the errors I mentioned are the errors I get after altering.
    my blog is at https://www.boneless.nl/aa/
    the new pages are in many subdirectories under https://www.boneless.nl/
    (for instance: https://www.boneless.nl/popquiz/ and https://www.boneless.nl/tv/)
    When you right now visit https://www.boneless.nl/aa/ the site looks ok, using the index.php split into three.
    BUT: when I alter the path to wp-blog.header.php I get errors as well. When you then go to https://www.boneless.nl/aa/ you see this:
    Fatal error: Call to undefined function: bloginfo() in /home/virtual/site27/fst/var/www/html/aa/wp-includes/header.php on line 9
    and line 9 says:
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    any solution?

    I did the split the index.php into 3 trick and it worked, but:
    when I try to add more pages, using the header.php and footer.php in it, I get the following errors: What is wrong and how to fix it?
    Fatal error: Call to undefined function: bloginfo() in /home/virtual/site27/fst/var/www/html/aa/wp-includes/header.php on line 9
    and after the body content:
    Fatal error: Call to undefined function: get_links_list() in /home/virtual/site27/fst/var/www/html/aa/wp-includes/footer.php on line 5
    Line 9 of the header.php is:
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    and line 5 of the footer.php is:
    <?php get_links_list(); ?>
    Thanks for helping out,
    Boneless

    Thread Starter boneless

    (@boneless)

    Thanks, I adjusted locale.php
    But I don’t know what you mean about the byline.
    Could you please explain more?

    Thread Starter boneless

    (@boneless)

    thanks, it worked. And I even found the way to move the text to the right as well (www.boneless.nl/aa).
    Now maybe you can help some more:
    i’d like a byline with the header (same as at https://www.boneless.nl)
    Do you know how to do this?
    Thanks!
    And I also like to know in which file the names for the days and months are to be found, so I can translate them into dutch.
    Thanks for helping out!
    boneless

Viewing 13 replies - 76 through 88 (of 88 total)