Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2013-10-29 03:00:36

Jai Molloy
Member
Registered: 2013-10-20
Posts: 10

As of version 1.62 bbcode generated links are different

Hello Remigijus, you are doing fantastic work, amazing actually. An open source project run by one guy, and he responds to suggestions and actually helps, that is rare.
I just put in the update for the faq wildcard (thanks again). now the links generated by the bbcode module are like this:
<a class="\"link\"" target="\"_blank\"" href="http://www.somewhere.com/">link to some where</a>

they open in new windows/tabs (perfect).
would it be possible to pass a attribute to bbcode that would make links use same window/tab or new window/tab or iframe?
ie.
default / old behavior (good for people who don't need the other optionslink to some whereto generate this:<a class="link" href="http://www.somewhere.com/">link to some where</a>

self-explanatorylink to some whereto generate this:<a class="link" target="_parent" href="http://www.somewhere.com/">link to some where</a>
self-explanatory
link to some whereto generate this:<a class="link" target="_blank" href="http://www.somewhere.com/">link to some where</a>
for people who specify and reuse tabs/windows that they opened (there are some)link to some whereto generate this:<a class="link" target="randomotherstupidname" href="http://www.somewhere.com/">link to some where</a>

those are the only usage scenarios that i can think of.

https://groups.google.com/forum/#!topic … Es6rlE6wWE

Offline

Board footer