inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Jul 22, 2013 16:22:32 GMT -8
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Oct 10, 2013 14:56:59 GMT -8
add the red:
<script type="text/javascript"> <!-- $(function(){ var recent=$("a.recent-threads-button"); recent.clone().attr("href", "/threads/recent").html("Recent Student Threads").insertBefore($("#navigation-tree")); recent.clone().attr("href", "/posts/recent").html("Recent Student Posts").insertBefore($("#navigation-tree")); recent.clone().attr("href", "/members?dir=asc&sort=name&view=birthdays").html("Today's Student Birthdays").insertBefore($("#navigation-tree")); recent.clone().attr("href", "javascript:bookmarksite(''+ftitle+'',''+furl+'');").html("Bookmark Us").insertBefore($("#navigation-tree")); }); // --> </script>
make sure the plugin is enabled, as it'll need it to grab the function and variables.
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 26, 2024 14:00:17 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 12, 2013 9:45:59 GMT -8
Forum Url: thecreativepen.proboards.com/Hi, ®i©hieI have the bookmark plugin on my forum and all works OK and shows the bookmark link text When using the latest version firefox 26 with <div id="bookmarkus"></div> added to the top container on my forum But when using the latest version of Chrome - Version 32.0.1700.41 m Aura it does not show the text link Bookmark Us ? Steve EDIT: Oh Doh! LOL - I only just noticed this on the about plugin visible in Opera, FF, and IE (THE FUNCTION ONLY WORKS IN THOSE BROWSERS). So I guess that means it's not visible using Google Chrome
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Dec 12, 2013 16:30:15 GMT -8
Forum Url: thecreativepen.proboards.com/Hi, ®i©hieI have the bookmark plugin on my forum and all works OK and shows the bookmark link text When using the latest version firefox 26 with <div id="bookmarkus"></div> added to the top container on my forum But when using the latest version of Chrome - Version 32.0.1700.41 m Aura it does not show the text link Bookmark Us ? Steve EDIT: Oh Doh! LOL - I only just noticed this on the about plugin visible in Opera, FF, and IE (THE FUNCTION ONLY WORKS IN THOSE BROWSERS). So I guess that means it's not visible using Google Chrome yeah, it doesn't work in chrome. sorry.
|
|
wtvr
New Member
Posts: 141
inherit
202728
0
Oct 10, 2020 19:56:31 GMT -8
wtvr
141
December 2013
wtvr
|
Post by wtvr on Dec 24, 2013 16:06:51 GMT -8
is it possible to add this "bookmark us" feature to my navigation bar?
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Dec 26, 2013 11:46:44 GMT -8
is it possible to add this "bookmark us" feature to my navigation bar? add this to your global header: <script type="text/javascript"> <!-- $(function(){ $('#navigation-menu').append('<div id="bookmarkus"></div>'); }); // --> </script>
|
|