Code: Select all
Internal Links Open in Same Window Yes Nonetclectic wrote: It was a while ago, and there wasn't much of a fanfare![]()
One thing, i dont think this version will work for auto created links, eg www.phpbb.com - without the [ url ] tags. You might want to look at the make_clickable function in bbcode.php![]()
R. U. Serious wrote: What would be nice is, if you follow an internal link it also appends the users session_id (for those not using cookies).
netclectic wrote: Note, there is also another mod which does this same thing slightly differently here - http://www.phpbb.com/phpBB/viewtopic.php?t=25354
good idea though, i didn't think to use the board name in the config![]()
drathbun wrote:R. U. Serious wrote:What would be nice is, if you follow an internal link it also appends the users session_id (for those not using cookies).
Oh yeah, supposed to use the append_sid() function for that. Forgot. I'll put it in and test it and update the code. Thanks for the feedback.
Dave
IDB wrote: Did you make this change yet?