Alkorr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing utw into 2.7 seems to work but doesn’tVery good question. I’m going to upgrade from 2.2.3 to 2.7.1 and also use UTW 3.14159265 (and Google Sitemaps – Append UTW Tags 2.1) and it’s very important I can import tags from 2.2.3 to 2.7.1.
Please help, thanks!
Forum: Installing WordPress
In reply to: Upgrading from 2.2.3 to 2.7.1Thanks samboll, I think I will do that.
Also I’ve heard of a great plugin Instant Upgrade, is it safe to use it for such a huge upgrade? I’m really afraid to loose everything and I don’t know much about what to do if something bad happens….
Forum: Plugins
In reply to: Plugin relocate-upload – Not quite working in 2.7Hi Alan, I just downloaded the version 0.1 but unfortunately, your plugin doesn’t seem to work… Did you update the file with the modifications you indicate in this thread or is the file an old one?
Let me know, your plugin is the one I was looking for for a long time, I really need it to work π
Forum: Fixing WordPress
In reply to: Categories ID/Slug – Huge issues!Well, I never had any problem finding the category ID’s, but I’m glad you did find them firedward π
My problem is huge and sadly WordPress developpers totally ignored all the blogs using WP as a CMS. I have no idea why they did that but this is totally weird………. I don’t get it AT ALL.
Again, if someone can help me out, it’s more than welcome. If WP developpers read my message, please take it into consideration for the next release since there are a lot of people working with duplicate category names/slugs to manage their CMS site using WordPress.
Forum: Fixing WordPress
In reply to: The category you are trying to create already existsYup, I’ll have to give different slug to every single same child categories… Tedious work like I said. Thanks again iridiax.
WP Dev Team, if you read this post by any luck, please hear my complain and do something to better category management in WP 2.8. You did a really amazing work, so if you can do something about that huge problem, WP would be absolutely perfect! π
Forum: Fixing WordPress
In reply to: The category you are trying to create already existsThanks a lot iridiax, it seems to work! But it’s going to be a tedious work to do for every blog… π
I chose to manually recreate the categories but I wonder what will happen if I import the existing categories I already created… Any idea before I take the risk?
But I still don’t understand why they decided to put such a limitation on the category system. WP 2.7 is so, so great (espcially the UI) I don’t get why they took this decision. All they had to do is to automatically give a different slug for same category name. Weird.
Forum: Everything else WordPress
In reply to: Last comment aside the postYes Pinoy.ca, I think it has to see with the $comment variable but I have no idea how to call the last comment posted on the post I’m currently reading, and put it on top of my page. And get all the other comments at the end at the post, like they usually are.
If anyone can help us about that… Thanks!
Forum: Fixing WordPress
In reply to: Upgrade WP 2.2.3 to 2.5Thank you for the link, I hope everything will be fine during the upgrade then π
Forum: Plugins
In reply to: [Plugin: Category Icons] Multiple categoriesThanks for the link!
I was thinking about a special icon to show when a post has multiple categories. But this solution with priorities sounds great π
Forum: Fixing WordPress
In reply to: Unwanted slashes when using apostrophesSame problem for me. I’m using WP 2.2.3 and I can’t upgrade yet due to plugin incompatibilities.
So I’d like a solution to this issue for 2.2.3.
Can someone help us out please? We’re stucked… πForum: Fixing WordPress
In reply to: Customize posts list orderSorry, I can’t edit my post and I forgot the tag the code:
<a href="<?php query_posts('orderby=$Titre&order=asc'); ?>">Classement alphabΓ©tique</a>Better this way ^^
Forum: Everything else WordPress
In reply to: Invisible DashboardThx pftq it looks like a good solution and I modified the admin.php file like you said. But when a user (level 10) is connected, he can still manually access the dashboard by typing index.php in the location bar… Any idea how I could definitely avoid them to access the dashboard?
Forum: Everything else WordPress
In reply to: Invisible DashboardI’m looking for the same thing but Hide dashboard Plugin has a big issue since any suscriber can manually access the dashboard by typing index.php in the location bar…
Any suggestion? Maybe there is a way to edit a PHP file and remove the Dashboard access for level 0 users. I dunno.
Forum: Fixing WordPress
In reply to: the_category order behavior problemThx for your warning on your previous post tsguitar π
This plugin seems to do the trick but I don’t understand why this function (the_category) doesn’t work the way it worked before the upgrade. And being forced to install yet another plugin as a solution to this problem kinda bother me. Plus, I checked on Codex and there is no parameter to add to the function to modify its behavior.
To be more specific, here is an example using the_category: http://codex.wordpress.org/Template_Tags/the_category
And the result is:
This post is in: WordPress, Computers, BloggingCalling the_category, on my site it gives:
Blogging, Computers, WordPressI didn’t modify anything, I only upgraded to 2.2.1.
I’m looking for a definitive solution not a plugin, please if anyone can help me out, I’m stucked.