Discussion in "E107 FURL Support" started by    Ajay    Oct 17, 2007.
Wed Oct 17 2007, 09:10 am
#1
Please add the following lines of code in e_module.php and sitelinks.sc

$patterns[x] = '/e107_plugins\/newsfeed\/newsfeed\.php\?show\.([0-9]+)/';
$replacements[x] = 'newsfeed-show-$1.html';

$patterns[x+1] = '/e107_plugins\/newsfeed\/newsfeed\.php/';
$replacements[x+1] = 'newsfeed.html';



Where X is the last number of array in file e_module.php and sitelinks.sc

Add the following lines of code in .htaccess file

RewriteRule newsfeed-show-([0-9]*)\.html(.*)$ e107_plugins/newsfeed/newsfeed.php?show.$1

RewriteRule newsfeed\.html(.*)$ e107_plugins/newsfeed/newsfeed.php



If you face any problem.. please post here...
Tags e107 FURL for newsfeed plugin
Wed Oct 17 2007, 09:43 pm
#2
THANK YOU so much it works great !
Enjoy your evening

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Andyhet
Sat May 18 2024, 07:28 am
BrettTibre
Fri May 17 2024, 06:14 pm
Gordonfax
Fri May 17 2024, 10:28 am
Davidspils
Fri May 17 2024, 10:19 am
Patricknoind
Fri May 17 2024, 09:53 am
JeremyCycle
Fri May 17 2024, 09:46 am
FrabSeby
Thu May 16 2024, 07:31 pm
PeterGem
Thu May 16 2024, 06:27 am