Go Back   Pligg CMS Forum > Pligg Development > Bug Report

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-20-2006, 06:28 AM
New Pligger
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb [Fixed] Outgoing links and urlmethod2

As you may know, default value of OutGoing Links in Admin Configurations is "url ". When you change that default value from "url" to "id" or "title", you got an error page once clicking the links.

In short ,below Rewrite rules must have been forgetten putting in .htaccess file. Simple copy and paste these into that file. it will work.

Code:
RewriteRule ^out/([0-9]+)/?$ out.php?id=$1 [L]
RewriteRule ^out/([a-zA-Z0-9-]+)/?$ out.php?title=$1 [L]
Reply With Quote
  #2 (permalink)  
Old 11-20-2006, 07:38 AM
kbeeveer46's Avatar
Pligg Developer/Admin
Pligg Version: 0
Pligg Template: none
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,547
Thanks: 254
Thanked 649 Times in 513 Posts
Thanks for noticing this.
__________________
I accept donations for my time helping users like you on the forum and IRC.
Reply With Quote
  #3 (permalink)  
Old 02-07-2007, 08:23 PM
vxc's Avatar
vxc vxc is offline
New Pligger
 
Join Date: Feb 2007
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by cybex View Post
As you may know, default value of OutGoing Links in Admin Configurations is "url ". When you change that default value from "url" to "id" or "title", you got an error page once clicking the links.

In short ,below Rewrite rules must have been forgetten putting in .htaccess file. Simple copy and paste these into that file. it will work.

Code:
RewriteRule ^out/([0-9]+)/?$ out.php?id=$1 [L]
RewriteRule ^out/([a-zA-Z0-9-]+)/?$ out.php?title=$1 [L]
Hi all,


I am a pretty newbie pligger. Right now i am building a website, and got stuck with this problem: the titles don't link to the original content.

I set the outgoing to true, and the outgoing links to title, but nothing.

I even tried this hint above, but no changes.

any idea?

vxc
Reply With Quote
  #4 (permalink)  
Old 02-11-2007, 05:36 PM
vxc's Avatar
vxc vxc is offline
New Pligger
 
Join Date: Feb 2007
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
request

could someone reply to my previous question? pls
Reply With Quote
  #5 (permalink)  
Old 02-11-2007, 06:19 PM
jitgos's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: Indiana (soon New Hampshire)
Posts: 339
Thanks: 94
Thanked 49 Times in 38 Posts
Go into admin config / story / and change "Use story title as link" to true
Reply With Quote
The Following User Says Thank You to jitgos For This Useful Post:
  #6 (permalink)  
Old 02-12-2007, 08:31 AM
vxc's Avatar
vxc vxc is offline
New Pligger
 
Join Date: Feb 2007
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
big thank you

I was blind, thank you very very much.
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
out.php still in link with Urlmethod2, friendly Url, and outgoign links on mbs348 Bug Report 9 02-02-2008 12:12 PM
UrlMethod2 Category Problem puffyz General Help 2 01-22-2008 06:11 PM
URLMethod2 in v9.7 deeplygreen Bug Report 0 07-14-2007 02:01 PM
urlmethod2 - unpublished links are 404 TJ3 General Help 0 03-24-2007 02:16 PM


Search Engine Friendly URLs by vBSEO 3.2.0