Dauntless
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Download AutoStats] Only works through index.php?download=…Hi,
Don’t know how or why, but it seems to be working now … Really weird :S
(I was debugging download.php and when I was done it was working, but in the end I didn’t change anything (well, I changed it back and it still worked))
Thanks for your time though!
Forum: Plugins
In reply to: [Plugin: Download AutoStats] Only works through index.php?download=…My website is on mydomain.com, my wordpress installation files are at mydomain.com/V5 . I use a .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The files are located in mydomain.com/files and my settings are:
Folder of uploaded files: ../files
Url for the download: mydomain.com/download
Auto-add: YesThanks!
Forum: Plugins
In reply to: Using Pages outside of blog?Or is there maybe a better way to build up my site? (I wanted to edit my post but I can’t find an Edit button ??)
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginNevermind… I added a height right after the width (which afcourse works), but the ‘preview’ of my post didn’t use the height… So in my post preview, I didn’t saw a less-higher textarea then before I added the ‘height’ property.
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginIs there a way to adjust the maximum height of the code box ? If it’s possible for the width, I would think that it would also be possible for the height. But where ?