e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

eURL bug in the forum plugin? #1370

Closed KonzolozZ closed 6 years ago

KonzolozZ commented 8 years ago

Hello,

I updated the e107 CMS from v1.04 to v2. I upgraded the forum (each steps compleated prefectly). If i disable eURL in the e107_config (and also renamed e107.htaccess to .htaccess) file the forum works perfectly, but if i enable eURL option i have lots of same forum name and the forum link not contain forum ID. In this situation i access only one forum.

Once a time i get valid url, but i don't know how.

Regards, EkE

CaMer0n commented 8 years ago

Thank you. Could you please share a screenshot of what you are enabling?

KonzolozZ commented 8 years ago

Hello,

I put define('e_MOD_REWRITE',true); to the config file. Downloads working correctly, but i have lots of same forum links:

CaMer0n commented 8 years ago

@KonzolozZ I'm unable to reproduce this problem. Could you please check that all your forum categories have SEF Urls?

KonzolozZ commented 8 years ago

Yes, all category has SEF URL, but some URL is same because it is generated from the topics name. The SEF why not contain the topic id example?

CaMer0n commented 8 years ago

@KonzolozZ Forum category SEFs (as set in the admin area) should all be unique. Forum topic SEFs are auto-generated and do include the topic id.