herold
Forum Replies Created
-
Forum: Installing WordPress
In reply to: URL Rewrite of Tag Warriors PluginI put this code on top of my .htacess file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^tag/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?tag=$1&feed=$2 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]Forum: Plugins
In reply to: Subscribe2 not sending subscriber notificationsI installed 2.2.1 and the form was not showing up anymore. After having problems before I quit and switched to Feedblitz service.
Forum: Installing WordPress
In reply to: URL Rewrite of Tag Warriors PluginHello hjl,
Thank you for the tips. I put teh additional code into the .htaccess file but it does not work. I get 404 errors for each tag.
As soon as the permalinks (fancy URL’s) are working I will give it a try to test. Thank you for building the plugin.
Hello Cregy,
Mhhh, when I click on the link I get to your blog but I am not able to downlaod the zip file.
Great news! The downloaded zip file seems to be corrupt. Please check.
Forum: Your WordPress
In reply to: Please review: WP blog with phpbb integrationHello magagnon,
I would be very interesting in getting the code to integrate phpbb into wordpress. I was looking for month for a solution.
Thomas
Forum: Plugins
In reply to: Notify user for new articleSubscribe2 plugin: Be aware that no notification goes out if you have saved the article as draft before you publish it. I emailed Skippy about this last week and he promised to fix this.
Forum: Plugins
In reply to: Better Search Result PageI currently use the plugin search reloaded. Thi sgives better results but still too much text.
If you have a view hundreds posts you need a seach result style like Google, otherwise people give up.
Forum: Fixing WordPress
In reply to: Using Google AdsenseUse this to wrap around the adsense code:
<div style=”float:left;padding: 0 15px 0 0;”>
adsense code
</div>Forum: Plugins
In reply to: WP-EMail Version 2.00Forum: Plugins
In reply to: WP-EMail Version 2.00You can have permalinks and don’t use the rewrite rules for
the .htaccess file.
I use the link like this:
wp-email.php?p=111
and it was alsways working. There must be something else wrong.Forum: Plugins
In reply to: WP-EMail Version 2.00I updated your latest version 2.0 w-email/wp-print with
wordpress 2.0 today. When I click on the link I get “Invalid post”.
I use the emeil and print version in my post file (single-post)
and with permalinks – I used to link it like this:
wp-email.php?p=111
and it was working before.Can you help me getting this fixed?
Thomas
Forum: Plugins
In reply to: feed statistics?Try the popularity plugin from Alex King…
Forum: Plugins
In reply to: Popularity Contest 1.1If you have problem with this plugin then check if you have the Google sitemap plugin istalled. In this case dowload the tweaked version here https://www.thunderguy.com/semicolon/2005/09/22/popularity-contest-for-pages/