1 (edited by Ahmed 2007-03-22 13:09)

Topic: How to make urls not shortened in case of middle size urls?

My PunBB

is shortening urls.

So from this:
http://www.forum.islammuslim.lv/viewtop … d=118#p118

(forum . islammuslim . lv/viewtopic.php?pid=118#p118)
Readers see this:
http://www.forum.islammuslim.lv/viewtop ? d=118#p118


How can I make that those urls would be shortened only in some 2 or 2,5 times longer case?

2

Re: How to make urls not shortened in case of middle size urls?

No answears for possibly easy question? May be I said it too unclear becouse punBB distorted what I wanted to show. But punBB distorted link (first) the way about I complained.

So:

PunBB displays links (urls) shortened if they are longer than some number of letters. What is need to change so PunBB would not shorten links except in truly long cases?

Re: How to make urls not shortened in case of middle size urls?

handle_url_tag tag function in include/parser.php

4

Re: How to make urls not shortened in case of middle size urls?

Thanks, changed to 120.