herby007
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: previous_post and next_post at the TOP of a pageThank you very much for this very quick answer!
Yes, it works, if I put it in the loop – but then is the line also on the index page about every posting.
Maybe I have any thing to do with this $single code???
The database error, if I use the code from the earlyer posting, ist this (on the comment page):
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ORDER BY post_date ASC LIMIT 0,1’ at line 1]
SELECT ID,post_title FROM wpdez04_posts WHERE post_date > ” AND post_date < ‘2004-12-11 01:20:39’ AND post_status = ‘publish’ AND ID != ORDER BY post_date ASC LIMIT 0,1Forum: Fixing WordPress
In reply to: How to make Top Ten side menu?Thank you for the very quick reply! I’ll try this.
Forum: Your WordPress
In reply to: Javascript-Menu now integratedThank you moshu! Good hints – I’ll change the colo(u)r ??
Forum: Fixing WordPress
In reply to: What can I do with the RSS URI field?markjaquith: Very good idea! In combination with this “expand-subitems-via-click”-dhtml-javascript-thing than would it be possible, to click at the linked blog-name and per example the last 5 entries/headlines of this blog would be expanded.
Forum: Fixing WordPress
In reply to: change order of categories get_links_listIt works – great! And the blog doesn’t show the spaces, so that the layout stays fine!
Thank you so much, Podz! ??Forum: Fixing WordPress
In reply to: Comments error “comment_agent’ columnOkay – found it ??
seems, that I didn’t start “upgrade.php” again …Forum: Fixing WordPress
In reply to: Blog By Email – invalid senderHm, first I tried the original wp-mail.php (1.3alpha3) – there it didn’t matter, which sender address I used.
Than I found anywhere a better wp-mail.php (which the possibility for picture-attachements) – and this brought the same message (“Invalide sender”) to me.
The solution was simple: this wp-mail.php looked in the database to the mail addresses. As soon as I used my regulary admin address all things worked fine.Forum: Themes and Templates
In reply to: wordpress with topstyleThere are a “big” and a “small” solution:
1. The “big” solution: download XAMPP
XAMPP is freeware and installs at your PC-Windows-drive in minuts a complete Apache/MySQL/PHP-enviroment (very easy to install). So you can install a full WordPress system at your harddisk, can modify in Topstyle the CSS and refresh in IE the https://locoalhost/wordpress/index.php. This is what I do.
You can download XAMPP via https://www.apachefriends.org/
2. The “small” solution: take an offline spider
Go to your blog URL and than grab the first page with an offline software. There are a lot freeware and shareware programs, but most of them have problems with php pages. I use “Metaproducts Offline Explorer” – it’s Shareware, but it works. Maybe there is any freeware working software (look at https://www.webattack.com).
This offline programs are grabbing a static html page of your index page, together with the local path to the right CSS. So you have after this per example a page like https://download/index.html, which you can put into your browser and can refresh (after modifikations of CSS) this statik page.Forum: Fixing WordPress
In reply to: Date at _each_ postingOh – I found a description at https://www.ads-software.com/support/3/11335
Very fine!
Sorry for this message …Forum: Themes and Templates
In reply to: css problem – ie6 vs. firefoxThank you for this very quick hints! I’ll try the templates!
Forum: Fixing WordPress
In reply to: Every second post without the dateI want (only) the date at _each_ posting (I’ll put it in the meta line together with category and comment link). So I tried your “the_time”-hint – but I always get the date at one posting per day.
I used this code (and I hoped to make the time “invisible” with the boolean parameter “false”):
<div class=”meta”><?php the_date(”,”,”); ?>||<?php the_time(‘H:i’,true); ?> || <?php _e(“Kategorie:”); ?> <?php the_category(‘,’) ?> || <?php wp_link_pages(); ?> …Forum: Fixing WordPress
In reply to: ow Do I Add News Feed to my WP BlogThank you for the hint! It works very fine (also with the German well known “Telepolis-RDF”).
Forum: Fixing WordPress
In reply to: Blog emailI have a problem too: If I execute “wp-mail.php” I get the error
“Fatal error: Cannot instantiate non-existent class: pop3 in /home/…/wp-mail.php on line 22”
Is this a problem of the server where is WP (not all php-mail-moduls installed). Or a problem of the server, where my pop-account hosted?Forum: Plugins
In reply to: Bookmarklet for link list?Firefox is a good browser, sure. But I want to have the same look and feeling like my visitors. And 92 % of them uses IE … But thank you for your answer.
I’ll try to find a solution with a additional macro program (EZ Macros).Forum: Fixing WordPress
In reply to: acronym-tags with links?