huphtur
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin for image management?unfortunately there is no option anywhere to set the size of thumbnails
Forum: Alpha/Beta/RC
In reply to: Archives Not Working At AllThat’s because (for some reason) WP2.0 does not create .htaccess. Solution: just upload a blank .htaccess file with the proper rights (666) and update the permalink structure.
Forum: Installing WordPress
In reply to: 2.0 Very Soon!!Will all of the featured themes work with WP2.0?
Forum: Everything else WordPress
In reply to: sites like blo.gs?yeah the blogrolling also has a sidebar available for in FF.
but seems to be updated very very slow. and you have to manualy add the sites.Forum: Everything else WordPress
In reply to: sites like blo.gs?hrm, both those sites seem to display RSS feeds.
the cool thing about blo.gs that it has a sidebar which shows latest updated sites and when ya click on it, it brings you to the site.Forum: Themes and Templates
In reply to: different template on homepage?wow, this was easier then i thought it was.
here’s how i did it:
in root put index.php and template.php
– index.php is a customized homepage with a few wp tags
– template.php is the actualy blog template
enable permalinks
in .htaccess replace index.php with template.php
done.Forum: Themes and Templates
In reply to: different template on homepage?ah thank you sir. i will investigate this.
i also read somewhere that this will be an option in wp1.3?Forum: Plugins
In reply to: moblog testinghi,
(dunno if you could help me or not, but its worth a shot)
im trying to get it going with wp-mail mod 0.2.
the hack is installed fine, it works with normal emails
but from cingular phone it wont work.
the image is not decoded and all it shows is the cingular signature:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Photo Messaging brought to you by Cingular Wireless https://www.cingular.com.
You can send the sender of this email a Text Message by simply replying to =
this message.
Forum: Fixing WordPress
In reply to: “you are here” indicator?noice!
Forum: Your WordPress
In reply to: nickbair.netMaxT: Are/were you wooolF?
Yes –> Then you deserved to be banned, you’re annoying.
No –> Why do you care? And why do you even keep IRC logs?
And don’t even get me started on dissecting your site.
Every site has it’s flaws, even yours.
Anyway, lets not use WP Support to continue this retarded flame.
IRC is a much better place for that. You know where to find me.Forum: Your WordPress
In reply to: nickbair.neta?????a?? mode/#css [+b *!*@*.dk] by huphtur
Forum: Plugins
In reply to: which file do i need to hack for mod_rewrite?Per the instructions of post 3298 I did the following:
File: /wp-admin/options-permalink.php
Find line 146:$catmatch = $front . 'category/';
Replace:$catmatch = $front;
File: /wp-includes/template-functions.php
Find line 1362:$link = $siteurl . $front . 'category/' . $category_nicename . '/';
Replace:$link = $siteurl . $front . $category_nicename . '/';
That all worked perfect.
Now I am having trouble with the mod_rewrite rule. I tried several different ones. Including the ones with the +. I got a lot of Server 500 errors and a lot of server ‘stalls’. I even tried the mod_rewrite RewriteRule Generator which didnt help much either.
Any idea how to format the RewriteRule?Forum: Plugins
In reply to: which file do i need to hack for mod_rewrite?hrm, im unable to make this happen.
i tried this simple test on line 145 of options-permalink.php.
$catmatch = $front . 'TESTegory/';
I then reapplied the permalink structure thru wp-admin
it gave me a new .htaccess, which i uploaded.
it still shows /category/food.Forum: Requests and Feedback
In reply to: Multiple weblogsallusion: how does that work though?
lets say i got 3 blogs on 1 site. wouldnt it be easier to hack some sort of homepage with excerpts of all 3 blogs on the homepage if each blog was in a seperate db?Forum: Fixing WordPress
In reply to: how to format archive date?right now my monthly archive is:
february 2004
january 2004
how can i make it:
feb 04
jan 04