This template modification for forumdisplay short url similiar like short url

credits from kawe:
http://www.vbulletin.org/forum/member.php?u=267956

and the original modification template short url showthread vb 3.8.4:
http://www.vbulletin.org/forum/showthread.php?p=2025592

this modification no need to buy new short domain you can put it too at your olddomain.com

the modification is very simple and also can do too at showthread just make new folder example

f = thats mean its for forumdisplay
t = thats mean its for showthread

i already implemented my attach file here you can download it this is just for forumdisplay only.

first upload 2 files:

./f/.htaccess
./f/forumdisplay.php

you need to edit first before uploading forumdisplay.php into your host server

1. forumdisplay.php

find:
<title>Please wait... - Powered by domain.com</title>

replace:
(domain.com) change it to your domain forum

you can change it your interval direct link fast or slow, and also can put google ads inside or announcement

find:
</body>

add before:
your google code

now edit your template default:

default template > forumdisplay

find:

	<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>

add under </table> :

<!--- forumdisplay short url - SaotomE --->
<input type="text" size="30" readonly="readonly" value="http://yourdomain.com/f/$foruminfo[forumid]" onclick="this.select()" /> <a href="http://yourdomain.com/f/$foruminfo[forumid]" target="_blank" rel="nofollow">$foruminfo[title]</a>
<!--- / forumdisplay short url - SaotomE --->

as you can see ( http://yourdomain.com/f/$foruminfo[forumid] )

(please change it to your domain forum)

if you want to make it center just put the code:

<div align="center">

under </table>

and

</div>

after
<!--- / forumdisplay short url - SaotomE --->


finished

best regard's
Jacky88 (follow twitter @SaotomEFIF)