I'm not quite sure when that (special page as home page) changed (according to me, it should've never worked so for). I always advise people to never directly use the special events page (in their menu, as home page, etc ...)
Support for Friendly URLs (Permalinks) of Events
(73 posts) (9 voices)-
Posted 2 years ago #
-
Hi, Franky!
Thanks for a great plugin!
I have a question about permalinks.
My site is in russian language and permalinks in EME now look like this:
http://domain.ru/events/4/%D0%BF%D1%81%D0%B8-%D0%BC%D0%B0%D1%81%D1%82%D0%B5%D1%80%D1%81%D0%BA%D0%B0%D1%8F-3-%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8C/This is not very nice to see such URLs and I'm deciding what to do:
1. Try cutting event name from the permalink and make following structure:
http://domain.ru/events/%id%/
Is it possible?2. Suggest you to make custom permalink field for every event. This will help people like me to translate russian urls into english manually.
Is it possible?Sorry for my English :)
For information:
I have following permalink structure configuration in WordPress:
http://domain.ru/archives/%post_id%Posted 2 years ago # -
In fact, everything after the ID-number is ignored, so this both works:
http://domain.ru/events/%id%/
http://domain.ru/events/%id%/blablaThere's already a feature request for custom permalink field per event, so it will happen (I hope to include this for the next version)
Posted 2 years ago # -
I tried to open URL without postname
like this
http://domain.ru/events/4/
but it opens my events list :(Posted 2 years ago # -
Hello Franky,
is it possible change special letters in foreign languages in permalinks?in browsers address bar:
http://domain/events/id/malé-veľké-svety/but after copy/paste:
http://domain/events/id/mal%C3%A9-ve%C4%BEk%C3%A9-svety/ <- and this is not seo friendly, you knowsolution, special letters changed, without diacritical mark [graphic accent]: http://domain/events/id/male-velke-svety/
i don't know where the mistake is but i have in "settings - Events format - Single event page title format" written "#_NAME" but it is not shown in title of single event page.
Thank you!
Posted 2 years ago # -
I just found out that WP changed behaviour in 3.1 ... I used the function "sanitize_title_with_dashes" to create the permalink, but it no longer replaces the accents correctly in 3.1 ... sigh ...
I fixed it in trunk now:
http://plugins.trac.wordpress.org/changeset/365510Posted 2 years ago # -
Great!
Thank you a lot.Can i ask another question?
i don't know where the mistake is but i have in "settings - Events format - Single event page title format" written "#_NAME" but it is not shown in title of single event page.
Posted 2 years ago # -
Probably your theme doesn't show the title, or the CSS is hiding it ...
Posted 2 years ago # -
Hello,
very interesting, because if i switched to twenty ten theme, it's the same as in my present theme. title of post is displayed in title of page but title of event is not. i tried almost everything.Posted 2 years ago # -
Hmmm ... then I would like to ask if I can have a temporary admin account to check things out: liedekef@telenet.be
Posted 2 years ago # -
In your theme, the call to "the_title();" happens outside the loop in one-page.php. Don't do this. See this (info in twentyten theme): http://codex.wordpress.org/The_Loop
That's the reason why in this page: http://www.pnky.sk/podujatia/114/z-tvorby-majstra-mikulasa-klimcaka/ the title still shows as "Podujatia v Piešťanoch"Posted 2 years ago # -
Hello,
i want to ask, Franky, if is it possible to have permalinks like this:http://domainname/events/single-event-name
[i mean without /%id%/]thanks for your great work.
Posted 1 year ago # -
This is not possible since you can have more than one event with the same name. ..
Posted 1 year ago #
Reply
You must log in to post.