Beiträge von redman
-
-
habe das gleiche problem, finde aber unter operationen keine repair funktion?!
danke schon mal für jegliche hilfe...-----------------------------------------------------------
FehlerSQL-Befehl: Dokumentation
SELECT *
FROM `wp_posts`
LIMIT 0 , 30MySQL meldet: Dokumentation
#1194 - Table 'wp_posts' is marked as crashed and should be repaired
----------------------------------------------------------- -
ich will bei mir kategorie 9 ausblenden, aber ich kriege es einfach nicht hin grrrr kann mir wer helfen?
das in rot ist der eingefügte code. hat überhaupt keine auswirkung hmmmmzzzzz grrrrrr.
da ist mein derzeitiger code...PHP
Alles anzeigen<?php get_header(); ?> <div id="content_main"> <table border="0" cellpadding="0" cellspacing="0" width="519"> <tbody><tr><td> <table class="blog" cellpadding="0" cellspacing="0"> <tbody><tr><td valign="top"> <div> <table class="contentpaneopen"> <tbody> <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?> [COLOR="Red"] <?php if (! in_category('9')) { ?> <div class="post" id="post-<?php the_ID(); ?>"> <?php } ?> [/COLOR] <tr><td class="contentheading" width="100%"> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </td></tr> <tr><td> <span class="small"><?php the_time('F jS, Y') ?> under <?php the_category(', ') ?>. [ <a href="<?php comments_link(); ?>"><strong>Comments:</strong> <?php comments_number('none','1','%'); ?></a> ] <?php edit_post_link('Edit',' [ ',' ] '); ?></span></td></tr> <tr> <td width="100%"> <p> <?php the_content('Read more »'); ?></p> <hr size="1" color="#666666"> </td> </tr> <?php endwhile; ?> <tr> <td> <p><?php next_posts_link('« Previous entries') ?> <?php previous_posts_link('Next entries »') ?> </p> </td> </tr> <?php else : ?> <tr> <td> <h2>Not found!</h2> <p>Could not find the requested page. Use the navigation menu to find your target, or use the search box below:</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> </td></tr> <?php endif; ?> </tbody></table> </div> </td></tr></tbody></table> </td></tr></tbody></table> </div> <!-- end main body --> </div></div> <?php get_sidebar(); ?> <?php get_footer(); ?> -
aber natürlich.
ich habe ganz einfach in der function.php im theme durch die bastelei freizeichen hinterlassen.
da muss man dann ersteinmal drauf kommen.
also alles aneinander gerückt und keine freizeichen mehr und schon ging es.
so ein bekackter fehler;o) -
hab ich nun selbst gelöst.
vielen dank für die große anteilnahme;o) -
hilfe leute.
nachdem ich das widget plugin in mein 2.0.4 wordpress eingebaut habe, habe ich probleme auf das login wp-admin zuzugreifen bzw. auch probleme, wenn ich nun plugins deaktivieren will oder ausloggen etc. pp.folgende fehlermeldung bekomme ich z.b. beim versuch in wp-admin einzuloggern.
Warning: Cannot modify header information - headers already sent by (output started at /home/396/domains/helmke.org/html/wp-content/themes/tiju-13/functions.php:2) in /home/396/domains/helmke.org/html/wp-includes/pluggable-functions.php on line 275.
ich habe die beiden angesprochenen php dateien angehängt (als txt umbenannt amit dat geit).
hilfe!!!
es funktioniert, wenn ich die funktions.php von dem benutzten theme umbenenne oder rausnehme. dann sieht aber die seite scheisse aus;o)
wäre über jeden rat froh.
danke schon mal im voraus. -
weiß noch wer was?
-
habe ein ähnliches prob.
monika hat schon rumversucht aber bis jetzt hilft alles nischt ;o( -
hallo monika
klappt leider auch nicht wenn ich ...
<?php if (have_posts()) : ?>
<?php query_posts('cat=5');
<?php while (have_posts()) : the_post(); ?>gegen
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
(und mehr ist es ja nicht oder?)
dann bekomme ich fogenden fehler ...
Parse error: syntax error, unexpected '<' in /home/396/domains/helmke.org/html/wp-content/themes/tiju-13/index.php on line 35
gleich beim aufruf der seite ;o(
hmmmzzzzzzz ...
-
ersteinmal vielen dank monika.
so geht es aber leider nicht ;o(
also um ganz ehrlich zu sein, weiß ich nicht mal wie man eine seite als startseite definiert. aber hier erstmal meine index.php ...PHP
Alles anzeigen<?php get_header(); ?> <div id="content_main"> <table border="0" cellpadding="0" cellspacing="0" width="519"> <tbody><tr><td> <table class="blog" cellpadding="0" cellspacing="0"> <tbody><tr><td valign="top"> <div> <table class="contentpaneopen"> <tbody> <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?> <tr><td class="contentheading" width="100%"> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </td></tr> <tr><td> <span class="small"><?php the_time('F jS, Y') ?> under <?php the_category(', ') ?>. [ <a href="<?php comments_link(); ?>"><strong>Comments:</strong> <?php comments_number('none','1','%'); ?></a> ] <?php edit_post_link('Edit',' [ ',' ] '); ?></span></td></tr> <tr> <td width="100%"> <p> <?php the_content('Read more »'); ?></p> <hr size="1" color="#666666"> </td> </tr> <?php endwhile; ?> <tr> <td> <p><?php next_posts_link('« Previous entries') ?> <?php previous_posts_link('Next entries »') ?> </p> </td> </tr> <?php else : ?> <tr> <td> <h2>Not found!</h2> <p>Could not find the requested page. Use the navigation menu to find your target, or use the search box below:</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> </td></tr> <?php endif; ?> </tbody></table> </div> </td></tr></tbody></table> </td></tr></tbody></table> </div> <!-- end main body --> </div></div> <?php get_sidebar(); ?> <?php get_footer(); ?>
wie hasst du das mit dem code gemacht?
zu meiner entschuldigung. ich habe mich lange nicht mit wordpress beschäftigt, hatte eine lange zeit eine gut laufende wp 1.5 version bis mein serveradmin umgezogen ist und gleich 2.0 installiert hatte.
dann musste ich notgedrungen und schnell umbasteln.
habe dazu das template tiju-13 genommen.
jetzt bin ich gerade dabei mich mal wieder einzufuchsen.
danke noch mal und bis bald ... -
hallo leutz.
kann mir jemand helfen?
ich hätte gern nur eine kategorie als erste angezeigte seite auf meinem blogg.
wie kann ich das realisieren? -
ich hätte gerne auf meiner seite eine "random generierte bilder anzeige"
z.b. von flickr.
also einfach meinetwegen das sich ständig ändernde startbild von flickr.
ist so etwas möglich, kann mir hier einer helfen? -
hähä ... so blöd bin ich nu auch wieder nich ;o)
-
hallo nobbi
danke schon mal.
die smilies würden so funktionieren aber ich wollte sie gern in einer box.
die quicktags funktionieren aber auch so nicht ;o(
irgendwer weiß rat?
ach übrigens ich nutze das theme tiju-13.
meine seite befindet sich gerade im wiederaufbau helmke.org ... -
hallo.
ich krieg das irgendwie nicht gebastelt.
kann mir da irgendwer auf die sprüunge helfen?
mein theme comments.php sieht jetzt so aus (s.u.).
hab ich noch irgendwo etwas vergessen?
in der anleitung steht noch folgendes....3.1 You need to make sure that "<?php do_action('comment_form', $post->ID); ?>" is just after the </div> and just before
the </form> lines at the bottom of the comments.php file in your theme's folder.3.2 Open up your comments.php file and find the same area as you did in step 3 above. Now if you notice in my example
above, the <textarea></textarea> line has 'name="comment" id="comment"' settings. Now you need to make sure that both
the name and id are "comment" like above (the default theme is like this).die beiden punkte verstehe ich irgendwie nicht.
punkt 3.2 ist doch punkt 3 oder wie? oder gibt es noch eine andere comments.php?hilfe !!!
hier meine comments.php
PHP
Alles anzeigen<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?> <p>Enter your password to view comments.</p> <?php return; endif; ?><?php if ( $comments ) : ?> <h3>Read the Comments</h3> <?php foreach ($comments as $comment) : ?><div class="comment"> <p><strong> <img src="<?php bloginfo('url'); ?>/wp-content/themes/Tiju/images/comment.png"></img> <?php comment_ID(); ?> <?php comment_type('Comment','Trackback','Pingback'); ?></strong> from <strong><?php if ('' != get_comment_author_url()) { ?> <a href="<?php comment_author_url(); ?>"><?php comment_author() ?></a><?php } else { comment_author(); } ?></strong><?php edit_comment_link('Edit',' | '); ?> <img src="<?php bloginfo('url'); ?>/wp-content/themes/Tiju/images/date.png"></img> <small><?php comment_date() ?>, <img src="<?php bloginfo('url'); ?>/wp-content/themes/Tiju/images/clock.png"></img> <?php comment_time(); ?></small> </p><div style="background:#333; border:1px solid #666;padding-left:4px; overflow:auto; width:500px;position:relative;"><?php comment_text() ?> </div><?php if ($comment->comment_approved == '0') : ?><p> <strong>Thanks for your comment! It has been placed in the moderation queue, and if it is approved it will be published here soon!</strong></p> <?php endif; ?></div><?php endforeach; ?><?php endif; ?><?php if ( comments_open() ) : ?><?php endif; ?><?php if ( comments_open() ) : ?><div id="commentsection"> <h3> <img src="<?php bloginfo('url'); ?>/wp-content/themes/Tiju/images/leaveit.png"></img> Write a comment</h3> <form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> <p><label for="author">Name:</label> <br /> <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" /><input type="hidden" name="comment_post_ID" value="<?php echo $post->ID; ?>" /><input type="hidden" name="redirect_to" value="<?php echo wp_specialchars($_SERVER['REQUEST_URI']); ?>" /></p> <p><label for="email">E-mail:</label> <br /> <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" /></p><p><label for="url">Website:</label> <br /> <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" /></p> <p><label for="comment">Your comment:</label> <br /> <?php if(function_exists(wp_comment_quicktags_plus)) { wp_comment_quicktags_plus(); } ?> <textarea name="comment" id="comment" cols="45" rows="7" tabindex="4"></textarea></p> <p><input name="submit" id="submit" type="submit" tabindex="5" value="Submit" /></p> <?php do_action('comment_form', $post->ID); ?> </form> </div> <?php else : // Comments are closed ?> <?php endif; ?> -
hallo an alle.
hat hier jemand schon einmal einen umzug von einer 1.5er version auf eine 2.0er gemacht? also ich meine keinen upgrade, sondern man hat auf einem server einen 1.5er blog und will ihn auf einen anderen server, wo schon ein 2.0er "installiert" ist, "transferieren".
geht das?
weiß einer wie?
gibt es dafür eine anleitung?vielen dank schon einmal im voraus.
Greetz Redman
-
sonst weiß da keiner was ?
-
hallo an alle.
also ich habe mir dieses recent comments plugin installiert und bin auch recht glücklich damit. das problem ist nun aber, dass ich nur die blog comments darin haben möchte und nicht die von den pages.
irgendwer eine schlaue idee?!vielen dank schon einmal im voraus
grüße redman -
vielen dank euch beiden.
-
hallo.
wie kann ich bestimmte pages aus der sidebar nehmen und andere stehen lassen ?
ich muss aber trotzdem irgendwie auf sie verlinken können.
hilfe bitte ;o)danke !