Sorry I posted this in the wrong forum. Here it is again:
I'm only getting topic#.html and post#.html
What am I doing wrong? I want it to show the title in the url, not topic# and post#.
What settings do I need to turn on for this to work?
Moderator: Moderators
Posts Redirections:
This option will determine how to handle post urls; it can take four values :
off, do not redirect post url, whatever the case,
post, only make sure postxx.html is used for a post url,
guest, redirect guests if required to the corresponding topic url rather than to the postxx.html, and only make sure postxx.html is used for logged users,
all, redirect if required to the corresponding topic url.

Stephen26 wrote:URL rewriting type -> Advanced
Activate the "No duplicate" & the "Zero duplicate" options (Strict Mode: No, Posts Redirections: Guest or all).Posts Redirections:
This option will determine how to handle post urls; it can take four values :
off, do not redirect post url, whatever the case,
post, only make sure postxx.html is used for a post url,
guest, redirect guests if required to the corresponding topic url rather than to the postxx.html, and only make sure postxx.html is used for logged users,
all, redirect if required to the corresponding topic url.
dcz wrote:This is because this mod is doing more or less the same sql as the no duplicate, both cannot work together. The no dupe will achieve the same purpose as the nv mod (that is display last topic title on forum's index) except it will do it with rewritten urls.
This mod will get rid of post URLs on phpBB3 Index, forums, and topics and use topic url instead, for the same purpose, but without duplicates.
It will as well add a link to the last active topic in the forum index listing, above the regular last post one.

Changing this option requires an .htaccess update

Stephen26 wrote:Activating "Profiles and groups injection" (+ Profiles ID removing) should do the trick.Changing this option requires an .htaccess update
As search engine bots can't see the "Who is online" list this is just a cosmetic change.
SQL ERROR [ mysqli ]
Not unique table/alias: 't' [1066]
SQL
SELECT f.*, ft.mark_time, t.topic_title, t.topic_id, t.topic_moved_id, t.topic_last_post_id, t.topic_id, t.topic_title, t.topic_replies, t.topic_replies_real, t.topic_status, t.topic_type, t.topic_moved_id FROM (phpbb_forums f) LEFT JOIN phpbb_forums_track ft ON (ft.user_id = 2 AND ft.forum_id = f.forum_id) LEFT JOIN phpbb_topics t ON (f.forum_last_post_id = t.topic_last_post_id) LEFT JOIN phpbb_topics t ON (f.forum_last_post_id = t.topic_last_post_id) ORDER BY f.left_id
BACKTRACE
FILE: [ROOT]/includes/db/mysqli.php
LINE: 182
CALL: dbal->sql_error()
FILE: [ROOT]/includes/functions_display.php
LINE: 138
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/index.php
LINE: 28
CALL: display_forums()Users browsing this forum: No registered users and 11 guests