Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Hello there:

    Any comments about this issue? I′m using the same theme and I have exaclty the same problem under IE

    Many thanks

    Luis

    Forum: Plugins
    In reply to: Show Autor′s Posts
    Thread Starter iamarock

    (@iamarock)

    Thank you Jeremy, I′ll give it a try!

    Best regards.

    Forum: Plugins
    In reply to: limit_post.php and W3C
    Thread Starter iamarock

    (@iamarock)

    Thank you, I’ll try to use this one but seems a little more dificult to install that the other.

    Forum: Plugins
    In reply to: Imagen en ves de texto

    Oye tios, esto es un foro en ingles, no creo que este muy bien visto por la comunidad WordPress hablar en espa?±ol, no se..

    Respecto a la imagen del header yo tengo una de fondo definida en la hoja de estilos y otra dentro de un div en el header con el atributo img habitual, no hay ningun problema

    Hello, any news about this problem? I’m under a heavy spam attack and spam messages still appears on database (and on recent comments) even though Spam Karma detects fine all of them.

    Any fix to this issue?

    Thank You

    Thread Starter iamarock

    (@iamarock)

    I’m so sorry, it’s the first time i paste code in this forum, and there’s no way to edit or remove the post…

    Ming, I tried with ul tags, but I get and empty arrow before each category title.

    Thread Starter iamarock

    (@iamarock)

    The Code:

    <!---

    <li id="links"><div class="menutitle"><?php _e("Links")?></div>

    <?php get_links_list(); ?>

    </li>
    --->

    I mean <!--
    <ul> and </ul>
    -->

    Thanks

    Forum: Your WordPress
    In reply to: My Page
    Thread Starter iamarock

    (@iamarock)

    Hello, you’re right, it’s for a resolution at least 1024×768 because of the two columns layout, with a width of 800 the content in the middle was too narrow, but i still have to make some tests on it.

    The design looks ok with IE, pretty good with Firefox and Amazing with Mozilla…

    Thread Starter iamarock

    (@iamarock)

    Please, any help??

    I need to find a way to get sorted and beautiful archives, it’s the last thing I need to upload my page to the server…

    Help please.

    Please, I’m too interested in this too

    iamarock

    (@iamarock)

    I’d like to put narchives on my blog, but the link posted by “Anonymous” don’t work and the original code don’t seems to work merged into a static page of WP 1.5.

    Any good news?

    Thank you

    iamarock

    (@iamarock)

    It Works!!!!!!!!!!!

    Thank You very much

    iamarock

    (@iamarock)

    The “Front Page Categories” plugin don’t seems to work on 1.5, when I activate from panel control, I get this error on top of the page (the control panel page):

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/wordpress/wp-content/plugins/front_page_cats.php:2) in /var/www/wordpress/wp-admin/admin.php on line 6

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/wordpress/wp-content/plugins/front_page_cats.php:2) in /var/www/wordpress/wp-admin/admin.php on line 7

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/wordpress/wp-content/plugins/front_page_cats.php:2) in /var/www/wordpress/wp-admin/admin.php on line 8

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/wordpress/wp-content/plugins/front_page_cats.php:2) in /var/www/wordpress/wp-admin/admin.php on line 9

    iamarock

    (@iamarock)

    Hello again and thank you Tbaxter for your help…. but it doesn’t work…

    I’ve created a static page named “indices.php” with the same template as the index.php from my current theme and pasted your code on it, as this:

    <?php
    /*
    Template Name: Indice
    */
    ?>

    <?php get_header(); ?>
    <div id=”outerColumnContainer”>
    <div id=”innerColumnContainer”>

    <div id=”leftColumn”>
    <div class=”inside”>

    <?php get_sidebar(); ?>
    <div id=”contentColumn”>
    <div class=”inside”>

    <!– middle column content begin –>

    <pre>
    ‘<div id=”content”>
    ‘ <?php
    ‘ $posts_per_page = ‘-1’;
    ‘ $defaultorderby = ‘category’;
    ‘ $defaultorder = ‘ASC’;
    ‘ define(‘NL’, “\n”);
    ‘ function archive_header($before=”, $after=”) {
    ‘ global $post, $orderby, $month, $previous, $siteurl, $blogfilename, $archiveheadstart, $archiveheadend, $category_name;
    ‘ $orderby = explode(‘ ‘, $orderby);
    ‘ $orderby = $orderby[0];
    ‘ if (‘category’ == $orderby) {
    ‘ $thiscategory = $category_name;
    ‘ if ($thiscategory != $previous) {
    ‘ $output .= ”.get_catname($thiscategory).”;
    }
    ‘ $previous = $thiscategory;
    ‘ }
    ‘ if (!empty($output)) {
    ‘ $output = $before.$output.$after.NL;
    ‘ echo $output;
    ‘ }
    ‘ }
    ‘ function archive_date($format=’Y-m-d H:i:s’) {
    ‘ global $post;
    ‘ echo mysql2date($format, $post->post_date);
    ‘ }
    ‘ //Make sure categories get parsed out, they are deprecated in wp-blog-header.php
    ‘ global $author, $m;
    ‘ $orderby = ‘category’;
    ‘ if ($_POST[“order”] == ”) $order = “DESC”;
    ‘ else $order = $_POST[“order”];
    ‘ $year = ” . intval($_POST[“m”]);
    ‘ $m = $year;
    ‘ if (!empty($year)) $where .= ‘ AND YEAR(post_date)=’ . $year;
    ‘ if (!empty($whichauthor)) $where .= $whichauthor;
    ‘ $dogs = $wpdb->get_results(“SELECT * FROM $tablecategories WHERE 1=1 ORDER BY cat_name $order”);
    ‘ foreach ($dogs as $catt) {
    ‘ $categories = $wpdb->get_results(“SELECT * FROM $tablepost2cat WHERE category_id = $catt->cat_ID”);
    ‘ if ($categories) {
    ‘ echo ‘<div class=”storycontent”>’;
    ‘ foreach ($categories as $post2category) {
    ‘ $posts = $wpdb->get_results(“SELECT * FROM $tableposts WHERE $post2category->post_id = ID”.$where);
    ‘ global $category_name;
    ‘ $category_name = $post2category->category_id;
    ‘ if ($posts) {
    ‘ foreach ($posts as $post) {
    ‘ start_wp();
    ‘ archive_header(‘<h4>’, ‘</h4>

    ‘);
    ‘ ?>
    * ‘ ID) ?>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?> ‘<cite>(<?php archive_date(‘m-d-Y’) ?>)</cite>

    ‘ <?php
    ‘ }
    ‘ }
    ‘ }
    ‘ echo ‘

    ‘;
    ‘ echo ‘</div>’;
    ‘ }
    ‘ }
    ‘?>
    ‘ <!–end content –></div>'</pre>

    <!– middle column content end –>

    </div>
    </div>
    <div class=”clear mozclear”></div>
    </div>
    </div>
    <div id=”footer” class=”inside”>

    <?php get_footer(); ?>

    But when I load the page all I get is the following error:

    “Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /var/www/wordpress/wp-content/themes/computer age/indices.php on line 27”

    Anyone could tell us what’s going wrong?

    Thank you

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