vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Target Blank for Bootstrap 2.5.1
It is really not that complicated, you simply add the link class to the list jQuery(document).ready(function($) {$(".Item .Message a:external").attr("target", '_blank');$(" .… (View Post)1 -
Re: Paid work: seeking experienced Vanilla dev/admin to help evaluate forum efficiency
The site looks great Aaron ! You should update to 2.2 as soon as possible for security reasons. A good start would be to fix or isolate all the errors that appear in the inspector console. Looks like… (View Post)1 -
Re: Errors when installing Vanilla Forum on my server.
I recommend that you use FileZilla to upload and download to your server. https://filezilla-project.org Uploading this many files via the cpanel seldom works well. Once you have FileZilla and set it … (View Post)2 -
Re: Target Blank for Bootstrap 2.5.1
I would also replace $(document).ready(function() { with this in order to avoid potential js errors jQuery(document).ready(function($) { (View Post)1 -
Re: Target Blank for Bootstrap 2.5.1
Bootstrap uses different class and Id names of elements. The TargetBlank plugin uses only javascript to add the target blank part. But the name and class of the element must be included in the script… (View Post)1
