Forum Replies Created
-
In reply to: Topic ID instead of slugs?
Так а зачем ты пишешь в адресе “форум”, если хочешь с помощью моего плагина избавиться от других букв с помощью моего плагина?
Попробуй выключить все плагины, а потом зайти на страницу /wp-admin/options-permalink.php и “Сохранить изменения”, чтобы сделать flush для ссылок на всякий случай. Должно заработать.
У Купертино, например, 2 месяца бесплатного хостинга и работает все отлично. Хостингер постоянно падает, при попытке установить плагины вылетал и т. п. Если демо было говном, то сам продукт уже вряд ли хороший.
In reply to: Topic ID instead of slugs?@netweb wow you remember everything!
@pooledge я думаю это потому что у тебя в адресе:/pup4b/форумы
И мой совет, как человека, который пробовал бесплатный хостинг в Hostinger – купи нормальный хостинг за 150 рублей в месяц хотя бы и не мучайся. У них сайты вечно падают, я брал бесплатное демо ради интереса – ужаснулся.
In reply to: Topic ID instead of slugs?BTW, issue with cyrillic links also on ru.forums.wordpress.org. And all time then I copy link I can’t send it in twitter or with message on facebook. Ok. Some browsers encode cyrilic letters:
original: https://ru.forums.wordpress.org/topic/Пустая-страница-1?replies=3 encoded: https://ru.forums.wordpress.org/topic/%D0%9D%D0%B5%D1%80%D0%B0%D0%B1%D0%BE%D1%87%D0%B8%D0%B5-%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D0%B8-%D0%BD%D0%B0-ruforumswordpressorg
but not Safari.
In reply to: Topic ID instead of slugs?Guys. I make the repo for plugin on github, checkout the latest version with some fixes:
https://github.com/korobochkin/bbPress-permalinks-with-id (and russian translation included).
@pooledge don’t quite understand what you talking about. On my forum links with parameters works great with this plugin. For example:http://selenaselena.ru/community/talks/talk/14579/ — simply topic
http://selenaselena.ru/community/talks/talk/14579/edit/ — edit topic, for admins only, but not 404 🙂
http://selenaselena.ru/community/talks/talk/14579/?bbp_reply_to=14806&_wpnonce=0fe9ee9c36#new-post — write reply to some user.In reply to: Topic ID instead of slugs?Yep. Maybe it’s time to make a first public plugin for wordpres.com?
But question about feed is still actual. What is feed in bbPress? (see previous messages)
In reply to: Topic ID instead of slugs?Ok. I change something. Stable version 🙂
https://gist.github.com/korobochkin/d08268ce58cc65517756In reply to: Topic ID instead of slugs?In file bbpress.php I find this code:
// Topic-View Pagination|Feed|View add_rewrite_rule( $view_slug . $paged_rule, 'index.php?' . $view_id . '=$matches[1]&' . $paged_id . '=$matches[2]', $priority ); add_rewrite_rule( $view_slug . $feed_rule, 'index.php?' . $view_id . '=$matches[1]&' . $feed_id . '=$matches[2]', $priority ); add_rewrite_rule( $view_slug . $root_rule, 'index.php?' . $view_id . '=$matches[1]', $priority );
What is it? What is feed? /forums/view/feed not open.
In reply to: Topic ID instead of slugs?I flush them every time after edit my plugin.
This is my plugin — https://gist.github.com/korobochkin/d08268ce58cc65517756
Now, this links work:
- /forums/forum/ID/page/2/
- /forums/forum/ID/
- /forums/forum/ID/edit/
- /forums/topic/ID/page/2/
- /forums/topic/ID/
- /forums/topic/ID/edit/
But link /forums/topic/tag/tag_name/ not work. If I disable my plugin and flush rules this tag link not work too.
In reply to: How to make tags page's url use id instead of name?OMG. 4 years ago and no solutions yet?! I have same issue.
On this forum and other resources I see thousands of similar questions, but I can’t find any answers, suggestions or solutions.