seourls icon indicating copy to clipboard operation
seourls copied to clipboard

phpBB Extension: URL rewriting for phpBB forums

Results 19 seourls issues
Sort by recently updated
recently updated
newest added

Hi, with php 8.0 or 8.1, when there is a second page for a topic, the link becomes : my-topic.html?start=10 instead of my-topic.html-s10.html, and then if we click on the...

Using phpBB 3.3.4 and PHP 8.0 I have noticed so far 2 warnings. [phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 439: Undefined array key "post_id" https://github.com/tas2580/seourls/issues/69 (when there...

With phpbb seo there's also the members profiles url that can be rewritten this way : zeforums.com/nickname-u2.html instead of zeforums.com//memberlist.php?mode=viewprofile&u=2 Anyway to do this with this extension? It would be...

SCRIPT_NAME eq 'viewtopic' doesnt work since SCRIPT_NAME is viewtopic/someforum/sometopic That makes many extensions to not work properly since it depends on that script_name

Hi, when i try to Delete Cookies from homepage (https://domain.com) it works fine, but when i try to Delete Cookies from page: https://domain.com/your-first-forum-f2/welcome-to-phpbb3-t1.html (or) https://domain.com/your-first-forum-f2 gives me error shown in...

I think it's no longer working with PHPBB 3.3.2 and php 8.0. I would appreciate it so much if you could update it to make it work. Thank you so...

Hi, with phpbb 3.3.1 or 3.3.2 and php 7.4 this extension (i use the latest version 0.3.4) works fine, but with php 8.0 i have some errors. When i go...

Hi there, It appears the rewrite rules used in this extension break my theme's lightbox. When the page tries to load "https://cooldown.dev/styles/ravaio/template/lg-fullscreen.min.js?assets_version=41", it returns a 404 error. After disabling the...

I discovered Jump to post link in search results didn't have pretty urls, so i fixed in your extenstion with this line : `$tpl_ary['U_VIEW_POST'] = $tpl_ary['U_VIEW_TOPIC'].'#p'.$event['row']['post_id'];` Added to function **search_modify_tpl_ary**,...