|
Replies:
|
|
Cory
|
Dec 18 2014, 11:34 PM
Post #76
|
- Posts:
- 16,587
- Group:
- Members
- Member
- #44,593
- Joined:
- February 12, 2005
|
- Code:
-
<script type="text/javascript"> //<![CDATA[ $(function () { var pName = 'User Content';
$('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html($('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html().replace(/<[embed|iframe|object]>(.+?)</[embed|iframe|object]>/ig, '<$1>$2</$3>')); }); //]]> </script> Find that code and change it to this:- Code:
-
<script type="text/javascript"> //<![CDATA[ $(function() { var pName = 'User Content';
$('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html($('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html().replace(/<[embed|iframe|object]>(.+?)<\/[embed|iframe|object]>/ig, '<$1>$2</$3>')); }); //]]> </script> That may fix it.
|
|
|
| |
|
Kankuro
|
Dec 18 2014, 11:39 PM
Post #77
|
- Posts:
- 1,092
- Group:
- Members
- Member
- #608,916
- Joined:
- May 25, 2013
- I'm Browsing With
- Chrome
- My Board URL
- http://gamesandanime.net/index/
- Latest Design
- http://if.invisionfree.com/topic/5195959/
|
- Cory
- Dec 18 2014, 11:34 PM
- Code:
-
<script type="text/javascript"> //<![CDATA[ $(function () { var pName = 'User Content';
$('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html($('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html().replace(/<[embed|iframe|object]>(.+?)</[embed|iframe|object]>/ig, '<$1>$2</$3>')); }); //]]> </script>
Find that code and change it to this: - Code:
-
<script type="text/javascript"> //<![CDATA[ $(function() { var pName = 'User Content';
$('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html($('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html().replace(/<[embed|iframe|object]>(.+?)<\/[embed|iframe|object]>/ig, '<$1>$2</$3>')); }); //]]> </script>
That may fix it. Didn't do anything.
|
|
|
| |
|
Cory
|
Dec 18 2014, 11:54 PM
Post #78
|
- Posts:
- 16,587
- Group:
- Members
- Member
- #44,593
- Joined:
- February 12, 2005
|
See if changing it to this fixes it:- Code:
-
<script type="text/javascript"> //<![CDATA[ $(function() { var pName = 'User Content';
if ($('div.info:contains(' + pName + ')').length) { $('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html($('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html().replace(/<[embed|iframe|object]>(.+?)<\/[embed|iframe|object]>/ig, '<$1>$2</$3>')); } }); //]]> </script>
|
|
|
| |
|
Kankuro
|
Dec 19 2014, 12:02 AM
Post #79
|
- Posts:
- 1,092
- Group:
- Members
- Member
- #608,916
- Joined:
- May 25, 2013
- I'm Browsing With
- Chrome
- My Board URL
- http://gamesandanime.net/index/
- Latest Design
- http://if.invisionfree.com/topic/5195959/
|
- Cory
- Dec 18 2014, 11:54 PM
See if changing it to this fixes it: - Code:
-
<script type="text/javascript"> //<![CDATA[ $(function() { var pName = 'User Content';
if ($('div.info:contains(' + pName + ')').length) { $('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html($('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html().replace(/<[embed|iframe|object]>(.+?)<\/[embed|iframe|object]>/ig, '<$1>$2</$3>')); } }); //]]> </script>
Still nothing..
|
|
|
| |
|
Cory
|
Dec 19 2014, 12:24 AM
Post #80
|
- Posts:
- 16,587
- Group:
- Members
- Member
- #44,593
- Joined:
- February 12, 2005
|
What codes did you add/edit since this started happening?
|
|
|
| |
|
Kankuro
|
Dec 19 2014, 12:27 AM
Post #81
|
- Posts:
- 1,092
- Group:
- Members
- Member
- #608,916
- Joined:
- May 25, 2013
- I'm Browsing With
- Chrome
- My Board URL
- http://gamesandanime.net/index/
- Latest Design
- http://if.invisionfree.com/topic/5195959/
|
- Cory
- Dec 19 2014, 12:24 AM
What codes did you add/edit since this started happening? No clue. I didn't notice/look at it until I mentioned it.
|
|
|
| |
|
Cory
|
Dec 19 2014, 12:37 AM
Post #82
|
- Posts:
- 16,587
- Group:
- Members
- Member
- #44,593
- Joined:
- February 12, 2005
|
See if moving the advanced profile code before all other codes does anything.
|
|
|
| |
|
Kankuro
|
Dec 19 2014, 12:39 AM
Post #83
|
- Posts:
- 1,092
- Group:
- Members
- Member
- #608,916
- Joined:
- May 25, 2013
- I'm Browsing With
- Chrome
- My Board URL
- http://gamesandanime.net/index/
- Latest Design
- http://if.invisionfree.com/topic/5195959/
|
- Cory
- Dec 19 2014, 12:37 AM
See if moving the advanced profile code before all other codes does anything. No change.
|
|
|
| |
|
Cory
|
Dec 19 2014, 12:43 AM
Post #84
|
- Posts:
- 16,587
- Group:
- Members
- Member
- #44,593
- Joined:
- February 12, 2005
|
Please post your Board Template codes.
|
|
|
| |
|
Kankuro
|
Dec 19 2014, 12:48 AM
Post #85
|
- Posts:
- 1,092
- Group:
- Members
- Member
- #608,916
- Joined:
- May 25, 2013
- I'm Browsing With
- Chrome
- My Board URL
- http://gamesandanime.net/index/
- Latest Design
- http://if.invisionfree.com/topic/5195959/
|
- Cory
- Dec 19 2014, 12:43 AM
Please post your Board Template codes.
- Code: Javascripts
-
<script type="text/javascript" src="http://z3.ifrm.com/142/141/0/p502184/qtip.js"></script> <link rel="stylesheet" href="http://z3.ifrm.com/142/141/0/p502185/style.css" type="text/css" />
<meta name="google-site-verification" content="ZsxZJJ6phrV11RIog6KhO4-_xdT5qlPJK4QZntRsgj8" />
<script type="text/javascript" src="http://z5.ifrm.com/30080/148/0/p1125905/shoutbox_textarea.js"></script>
<script type="text/javascript"> //<![CDATA[ $(function(){ $('a:contains("Administration and Moderator List")').text("Staff List"); }); //]]> </script>
<script type="text/javascript"> //<![CDATA[ $(function(){ $("body").append('<div id="contextMenu" style="display:none; position:absolute; top:auto; right:auto; bottom:auto; left:auto; z-index:1000;"><table><tr><td></td></tr></table></div>');
$("html").live("click",function(){ if($("#contextMenu").is(":visible")) $("#contextMenu").hide(); });
$("a[href*=" + main_url + "profile/]").live("contextmenu",function(e){ var name = $(this).text(); var member = $(this).attr("href").split("/").reverse(); $("#contextMenu td").html('<a href="' + main_url + 'profile/' + member[1] + '/"><div>View Profile</div></a><a href="' + main_url + 'msg/?c=2&mid=' + member[1] + '"><div>PM ' + name + '</div></a><a href="' + main_url + 'comm/?c=1&mid=' + member[1] + '"><div>Email ' + name + '</div></a><a href="' + main_url + 'msg/?c=16&mid=' + member[1] + '"><div>Add to Contacts</div></a><a href="' + main_url + 'home/?c=30&mid=' + member[1] + '"><div>Ignore ' + name + '</div></a>'); $("#contextMenu").css({ top:e.pageY + "px", left:e.pageX + "px" }).fadeIn("fast"); return false; }); }); //]]> </script>
<script type="text/javascript"> //<![CDATA[ $(function(){$("blockquote code").each(function(ind,el){$(el).prev().html("<dl style=\"border-bottom:none;\"><dt>Code: </dt><dd style=\"text-align: left;\"><a href=\"javascript:selectCode("+ind+")\"><b>Select</b></a></dd></dl>");});});function selectCode(num){var code=$("blockquote code").get(num);$(code).attr("id","my - code - "+num);SelectText("my - code - "+num);}function SelectText(element){var text=document.getElementById(element);if($.browser.msie){var range=document.body.createTextRange();range.moveToElementText(text);range.select();}else if($.browser.mozilla||$.browser.opera){var selection=window.getSelection();var range=document.createRange();range.selectNodeContents(text);selection.removeAllRanges();selection.addRange(range);}else if($.browser.safari){var selection=window.getSelection();selection.setBaseAndExtent(text,0,text,1);}} //]]> </script>
<script type="text/javascript"> //<![CDATA[ $(function () { if (location.href.indexOf('/post/') === -1) { $(".spoiler_toggle").unbind("click").live("click", function () { if ($(this).parents().is(':not(#fast-reply)')) { $(this).next().slideToggle("slow"); } }); } }); //]]> </script>
<script src="http://ifzblike.appspot.com/static/zblike.js"></script>
<style type="text/css"> /** * Board Statistics Modifications * Request: http://if.invisionfree.com/topic/5182942/1/ * Filled by DaPizzaMan **/
#stats .forums th a, #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong, #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) a { float:left; margin-right:5px; }
#stats .forums th a, #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) { font-size:0!important; }
#stats .forums th strong, #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong, #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) a { font-size:14px; padding:5px 10px 5px 35px; margin-right:10px; }
#stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong, #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) a { padding-left:45px; }
/* Members */ #stats .forums th strong:nth-of-type(1) { background:url() no-repeat left center; }
#stats .forums th strong:nth-of-type(1)::after { content: ' Members'; }
/* Guests */ #stats .forums th strong:nth-of-type(2) { background:url() no-repeat left center; }
#stats .forums th strong:nth-of-type(2)::after { content: ' Guests'; }
/* Anonymous */ #stats .forums th strong:nth-of-type(3) { background:url() no-repeat left center; }
#stats .forums th strong:nth-of-type(3)::after { content: ' Anonymous'; }
/* Forum Posts */ #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong:nth-of-type(1) { background:url() no-repeat left center; }
#stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong:nth-of-type(1)::after { content: 'Forum Posts'; display:block; }
/* Members (registered) */ #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong:nth-of-type(2) { background:url() no-repeat left center; }
#stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong:nth-of-type(2)::after { content: 'Members'; display:block; }
/* Newest Member */ #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) a { background:url() no-repeat left center; font-weight:bold; }
#stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) a::after { content: 'Newest Member'; display:block; }
/* Most Online */ #stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong:nth-of-type(3) { display:none; }
#stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong:nth-of-type(4) { background:url() no-repeat left center; }
#stats .forums tr:nth-last-of-type(2) td:nth-of-type(2) strong:nth-of-type(4)::after { content: 'Most Users Online'; display:block; } </style>
<style type="text/css"> dl#userawards { width: 160px; height: 30px!important; overflow: auto!important; } </style>
<style type="text/css"> td.c_user > div[style*="max-width"] { height:auto!important; } </style>
<style type="text/css"> td.c_post { text-align: center; } </style>
<style type="text/css"> #aim, #aim + br, #msn, #msn + br, #yahoo { display: none; } </style>
Top of Page is empty
Above the Board is empty
- Code: Below The Board
-
<script type="text/javascript"> //<![CDATA[ var dynamo_options = { cid : 301 // DO NOT EDIT }; //]]> </script> <script type="text/javascript" src="http://z3.ifrm.com/142/141/0/p502186/core.min.js"></script>
<script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5292755/topicpreview.js"></script>
<script type="text/javascript" src="http://z3.ifrm.com/63/1/0/p476699/emoticons.js"></script>
<script type="text/javascript"> var notiForumIDLD = '3050854'; </script> <script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5286880/LikesNotifications.js"></script>
<script type="text/javascript"> var notiForumIDVer = '3050855'; </script> <script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5286881/QuotesNotifications.js"></script>
<script type="text/javascript"> var notiForumID = '3050856'; </script> <script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5305918/Calls.js"></script>
<script type='text/javascript' src='http://z4.ifrm.com/30530/7/0/f5043236/profilesong.js'></script>
<script type='text/javascript'> //<![CDATA[ $('td.c_post img[alt=Posted Image]').css('max-width', '1px').css('max-width', $('td.c_post:first').width() + 'px'); //]]> </script>
<script type="text/javascript"> //<![CDATA[ //Add links to submenu
function Add(url,name){ $("#submenu").prepend("<a href='"+url+"'>"+name+"</a>"); }
Add("http://s15.zetaboards.com/Kankuro_Test_Board/search/?c=5","New Posts"); //]]> </script>
<script type="text/javascript"> //<![CDATA[ //created by Holysavior of ZNR and Javascriptin.com $("#fast-reply dd").attr("id","c_post").append("<button id='preview' name='preview' type='button' onclick='Preview(event)' style='margin-right:5px;'>Preview</button>"); $("#preview").after($("#fast-reply button:contains('Full Reply Screen')")); //]]> </script>
<script type="text/javascript"> imgurKey = "c68d1e5e22292614f2d5be3125a492ca"; $.getScript("http://z4.ifrm.com/30360/149/0/f5256035/zetaimgur-min.js"); </script> <style type="text/css"> #imgur_wrap{font-size:12px;vertical-align:middle;margin-right:7em;padding:6px;}#imgur_uploads{text-align:left;vertical-align:top;}#imgur_uploads img{padding-left:1em;vertical-align:top;} </style>
<script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5296127/AIT.js"> </script> <script type="text/javascript"> //<![CDATA[ $('input[name="avatar"]').attr('checked', 'checked'); //]]> </script>
<script type="text/javascript"> //<![CDATA[ $('div.description').hide(); $('table.posting td.c_desc:contains(Topic Description)').parent('tr').hide();
if ($('table.topic > thead div.h2center, table.topic > thead th').length) { $('table.topic > thead div.h2center, table.topic > thead th').html($('table.topic > thead div.h2center, table.topic > thead th').html().split(';')[0]); } //]]> </script>
<script type="text/javascript"> //<![CDATA[ $(function() { var pName = 'User Content';
if ($('div.info:contains(' + pName + ')').length) { $('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html($('div.info:contains(' + pName + ')').next('div.info:contains(embed, iframe, object)').html().replace(/<[embed|iframe|object]>(.+?)<\/[embed|iframe|object]>/ig, '<$1>$2</$3>')); } }); //]]> </script>
<script type='text/javascript' src='http://z3.ifrm.com/313/104/0/p324192/rep_del_trash.js'></script>
<script type="text/JavaScript"> //<![CDATA[ $("td.c_cat-mark img[alt=Locked]").each(function(){if(!$(this).parent().parent().is(".pin")){$(this).parent().next().children("a").eq(0).wrap("<del>");}}); //]]> </script>
<script type='text/javascript'> $('tr.c_postfoot td:first-child img:eq(0)').addClass("online_status_css"); </script> <script type='text/javascript'> $('tr.c_postfoot td:first-child img:eq(1)').addClass("profile_css"); </script>
<script type="text/javascript"> $('img[src*="static/emo"]').addClass('emotes_css'); </script>
<script type='text/javascript' src='http://z5.ifrm.com/30458/170/0/f5290810/MP3InPost.js'></script>
<script type="text/javascript"> //<![CDATA[ $('tr.c_postfoot td:first-child').wrapInner('<span class="inner-glow"></span>'); //]]> </script>
<script type="text/javascript"> //<![CDATA[ $('#shoutopts').wrapInner('<span class="shoutopts-inner-glow"></span>'); //]]> </script>
<script type='text/javascript'> $("SPAN.right:contains(IP:)").addClass("right_mini_block"); </script>
<script type="text/javascript"> var TTState = 'click'; </script> <script type="text/javascript" src="http://z3.ifrm.com/63/1/0/p480646/Tooltip_BBCode.js"></script>
<script type='text/javascript' src='http://z5.ifrm.com/30458/170/0/f5293656/Awards.js'></script> <script type='text/javascript' src='http://z4.ifrm.com/30095/43/0/f5092988/awards_and_awards_pagev1_1alt_by_Quozzo.js'></script>
<script type="text/javascript"> $('td#c_bbcode button:contains(Tooltip)').after('<button type="button" name="MP3" onmouseover="ZetaHelp(\'Enter the URL for the MP3 file.\')" onclick="ZetaMP3()">MP3</button>');
function ZetaMP3() { var mp3URL = ZetaPrompt("URL", "http://"); if (mp3URL === null) return; if (mp3URL) ZetaInsert("[audioplayer]" + mp3URL + "[/audioplayer]"); } </script>
<script type="text/javascript"> //<![CDATA[ $('#stats td.c_foot a[href*="/stats/staff/"]').attr('href', main_url + 'pages/staff/'); //]]> </script>
<script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5289834/1LineQuote.js"></script>
<script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5293354/videosupport.js"></script>
<script type="text/javascript"> //<![CDATA[ $('#menu_ucp ul li').hide(); $('#menu_ucp ul').css({ 'width': '400px', 'margin-left': '-200px' }).append('<li style="display: list-item"><div id="avatar" class="left" style="margin: 10px"><img src="http://z5.ifrm.com/static/1/default_av.png" alt="No Avatar" height="170" width="170" /></div><div style="margin: 10px; float: right;"><input id="status" type="text" value="What\'s on your mind?" /> <button type="button">Update</button><br /><br /><a href="' + main_url + 'profile/' + $.zb.stat.mid + '/">My Profile</a><br /><a href="' + main_url + 'search/?c=4&mid=' + $.zb.stat.mid + '">My Threads</a><br /><a href="' + main_url + 'msg/?c=16">Manage Friends</a><br /><a href="' + main_url + 'home/?c=4">My Settings</a><br /><a href="' + main_url + 'home/?c=6">Update Profile</a><br /><a href="' + main_url + 'home/?c=32">Update Signature</a><br /><a href="' + main_url + 'search/?c=6">My Topic Replies</a></div></li>');
$('#menu_ucp ul li a').css({ 'border': '0', 'display': 'inline', 'padding': '0', 'width': 'auto', 'background': 'none', 'font-size': '15px' });
$.get(main_url + 'profile/' + $.zb.stat.mid + '/?force_ads', function (data) { if ($('td.c_mark img', data).length !== -1) { $('#avatar img').attr('src', $('td.c_mark img', data).attr('src')); } });
$('#status').click(function () { if ($(this).val() === 'What\'s on your mind?') { $(this).val(''); } });
$('#status + button').click(function () { $.post(main_url + 'home/?force_ads', { c: 43, status: $('#status').val(), success: function () { $('#status').val(''); } }); }); //]]> </script>
<script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5293379/NewShop.js"></script>
<script type="text/javascript"> var horizontalProfileBackgroundFieldName = "Profile Background"; var horizontalProfileDefaultBackground = "Default Profile Background URL";</script> <script type="text/javascript"> var changeProfileDisplay = function() { $.getScript('http://z4.ifrm.com/30296/128/0/p1163575/HorizontalProfile.js').done(function() { $('td.c_user').each(function() { var dynamoDL = $(this).find('dl.dynamo_user_info'); var warnDL = $(this).find('dl:has(div.warn)'); var afterHere = $(this).find('span.c_username'); dynamoDL.add(warnDL).css({ 'float': 'left', 'margin': '1px 0 1px 1px' }).insertAfter(afterHere).wrapAll('<div class="horizontal_topright" style="display:inline-block;float:right" />'); }); }); }; if("dynamo_options" in window) { $("body").on("dynamo_loaded", changeProfileDisplay); } else { changeProfileDisplay(); } </script>
<script type="text/javascript"> if(location.href.indexOf("mod/?c=29") !== -1) $("select[name=leave]").val("0"), $('table#mod_screen td:has("select[name=leave]")').parents("tr").hide(); </script>
<script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5293630/BBCPG.js"></script>
<script type="text/javascript"> var vFID = 4206309; </script> <script type="text/javascript" src="http://z3.ifrm.com/63/1/0/p507566/Last_5_Visitors.js"></script>
<script type="text/javascript"> var topicicon = new Array(); t=0; topicicon[t++] = new Array("1","http://i.imgur.com/zQNlTGo.png"); topicicon[t++] = new Array("2","http://i.imgur.com/3piK67a.png"); topicicon[t++] = new Array("3","http://i.imgur.com/0p4ZWRx.png"); topicicon[t++] = new Array("4","http://i.imgur.com/ICMRyYd.png"); topicicon[t++] = new Array("5","http://i.imgur.com/AMiJRNi.png"); topicicon[t++] = new Array("6","http://i.imgur.com/7aGeE0I.png"); topicicon[t++] = new Array("7","http://i.imgur.com/yb9v6m6.png"); topicicon[t++] = new Array("8","http://i.imgur.com/tYx5A1l.png"); topicicon[t++] = new Array("9","http://i.imgur.com/vDy8Xwa.png"); topicicon[t++] = new Array("0","http://i.imgur.com/r3WLACR.png"); </script> <script type='text/javascript' src='http://z4.ifrm.com/30095/43/0/p1097072/TopicIcons.js'></script> <script type="text/javascript"> if (location.href.indexOf('&f=3052499') !== -1 || location.href.indexOf('&f=3052500') !== -1) { $('#c_postbtn button').click(function(e) { if ($('input[name="tic"]:eq(0)').is(':checked')) { e.preventDefault(); alert('You must select a topic icon'); } }); } </script>
<script type="text/javascript" src="http://z3.ifrm.com/63/1/0/p481677/advancedProfile2.js"></script> <script type="text/javascript"> setTimeout(function() { $('#mini_profile span:contains(Skype), #mini_profile span:contains(Twitter), #mini_profile span:contains(Dailymotion), #mini_profile span:contains(MyAnimeList), #mini_profile span:contains(Gamertag)').next('div').andSelf().hide().next('div').next('br').hide(); $('#mini_profile div:contains(null)').next('br').andSelf().hide(); $('#mini_profile span:has(img)').appendTo('div.info:has(#aim)'); }, 1000); </script>
<script type="text/javascript"> //1=yes, 0=no var RU_guest_viewable = 0; var RU_column_1_viewable = 1; var RU_column_2_viewable = 1; var RU_column_3_viewable = 1; var RU_column_4_viewable = 1;
//0=top, 1=bottom var RU_start_location = 1; </script>
<script type="text/javascript"> //<![CDATA[ if (location.href.indexOf('/home/?c=32') !== -1) { $('#main').append('<img src="http://z3.ifrm.com/static/1/collapse.png" alt="" class="dot" style="cursor: pointer" /><div id="find_me" class="meta_box" style="display: none; position: fixed; top: 50%; left: 50%">You found me!</div>');
$('img.dot').click(function() { $('#find_me').fadeIn('slow'); });
$('#find_me').css({ 'margin-left': '-' + $('#find_me').width() + 'px', 'margin-top': '-' + $('#find_me').height() + 'px' }); } //]]> </script>
- Code: Above the Copyright
-
<script type='text/javascript'> //<![CDATA[ $('#sbx').insertBefore('div.category:first'); // ]]> </script>
<script type="text/javascript" src="http://z3.ifrm.com/142/141/0/p237027/recentactivity.js"></script>
<script type="text/javascript" src="http://z5.ifrm.com/30294/18/0/f5263688/ForumDHover.js"></script>
<script type="text/javascript"> //<![CDATA[ $('td.c_subforum').each(function () { $(this).html($(this).html().replace(/,/ig, '')); $(this).find('a').hide(); });
$('td.c_subforum').hover(function () { $(this).find('a:not(:last)').after(','); $(this).find('a').show(); }, function () { $(this).find('a').hide(); $(this).html($(this).html().replace(/,/ig, '')); }); //]]> </script>
<script type="text/javascript"> // Viewers, Topics, Replies Columns // Andzz, http://w11.zetaboards.com/Andzz/index/
$("tr.c_info").each(function(){ $(this).html($(this).html().replace("viewers","").replace("viewer","").replace("Topics:","").replace("Replies:","")); $(this).prev().children().attr("rowspan",1).parent().children("td.c_forum").after(this.innerHTML); $(this).remove(); }); $("#trash").children("td.c_info-t").attr("colspan","1").before('<td class="c_info-v">0</td>'); $("table.forums:not(:last):not(#shoutwrap) tbody").each(function(){ $(this).children("tr:first").before("<tr><th> </th><th>Forum</th><th>Viewers</th><th>Topics</th><th>Replies</th><th>Last Post</th></tr>"); }); $("#subforum_set tbody").children("tr:first").before("<tr><th> </th><th>Forum</th><th colspan='2'>Topics</th><th>Replies</th><th>Last Post</th></tr>");
$("table.forums td.c_foot, td.c_subforum").attr("colspan","6"); $("td.c_last").attr("colspan","4"); </script>
<script type="text/javascript"> $("#submenu a[href="+main_url+"faq/]").attr("href","http://w11.zetaboards.com/GamesAndAnime/pages/faq/"); </script> <script type="text/javascript"> //<![CDATA[ $("#submenu a:contains('Calendar')").remove(); //]]> </script>
<style type="text/css"> dt.user_profile_links img { margin:2px; } </style> <script type="text/javascript" src="http://z5.ifrm.com/30458/170/0/f5294647/ProfileFields.js"></script>
Menu is empty
- Code: Theme Layout
-
<!-- TOPMENU -->
<!-- HEADER -->
<div id="wrap">
<!-- SUBMENU -->
<!-- NAV -->
<div id="sidebar"> <div id="portal"> <div class="portal_box"> <h2>Site News</h2> <div id="s_news" class="portal_content"></div> </div> <div class="portal_box"> <h2>Anime News</h2> <div id="a_news" class="portal_content"></div> </div> <div class="portal_box"> <h2>Gaming News</h2> <div id="g_news" class="portal_content"></div> </div> </div> </div> <script type="text/javascript"> if (location.href.indexOf('/index') !== -1) { $('#main').addClass('index'); } else { $('#sidebar').hide(); } </script>
<!-- BOARD --></div>
<div class="copyrightfooter">Theme by <a href="http://steven.outlineforum.com"><b>Steven</b></a> of <a href="http://resources.zetaboards.com"><b>Zathyus Resources</b></a></div></div>
<script type="text/javascript" src="http://z1.ifrm.com/0/2/0/p401504/3h2.js"></script>
<style type="text/css"><!-- /* Facebook Style Like/Dislike System for ZetaBoards v1.0 Copyright 10-29-10 ~Wonder May not be reposted anywhere Place in the Below the Board section of the Board Template */ .likebg {background-color: #131313;} --></style>
<script> //The Buttons are what you click to like/dislike a post, the Icons are what are shown next to the users who like/dislike a post likeImageButtonURL="http://z5.ifrm.com/30458/170/0/f5286639/like.png"; likeImageIconURL="http://z5.ifrm.com/30234/137/0/f5252766/likeicon.png"; dislikeImageButtonURL="http://img411.imageshack.us/img411/2557/zbdislike.png"; dislikeImageIconURL="http://img299.imageshack.us/img299/9333/thumbsdownrede.gif";
//Set to true if you want to disable Liking disableLike=false;
//Set to true if you want to disable Disliking disableDislike=true;
//If you want to change the word 'Like' to something else, edit these strings. likeText=["Like","Likes","like this","likes this","Unlike"];
//If you want to change the word 'Dislike' to something else, edit these strings. dislikeText=["Dislike","Dislikes","dislike this","dislikes this","Undislike"]; </script> <script src="http://ifzblike.appspot.com/static/zblike.js"></script>
<script type="text/javascript"> //<![CDATA[ // Add notifications for "Facebook Style Like/Dislike System v1.0 by -Wonder", by Viral of http://viralsmods.com // You must have the above code AND ZetaBoards Dynamo (dynamo.viralsmods.com) installed for this to function correctly $("body").on("dynamo_loaded", function(e) { var tempLoadLikeData = window.loadLikeData; window.loadLikeData = function(e, h) { if((e == 1 || e == 2) && "notifications" in dynamo.server.modules) { var postData = h.split("."); var action = (e == 1 ? likeText : dislikeText)[3]; var poster = parseInt($("tr#post-" + (+postData[1]) + " td.c_username a.member:first").attr("href").split("profile/")[1], 10); dynamo.module.server_call(2, { m : "notifications", p1 : "add", info : { zbid : poster, message : dynamo.toolbox.get_username() + ' [url=' + main_url + 'single/?p=' + postData[1] + '&t=' + postData[0] + ']' + action + ' post[/url].' } }); } return tempLoadLikeData.apply(tempLoadLikeData, [e, h]); }; }); //]]> </script>
<script type="text/javascript"> $(function () { var deleteOwnIMG = 'http://z1.ifrm.com/0/1/0/p409729/report.png';
$('tr.c_postfoot').each(function () { if (main_url + 'profile/' + $.zb.stat.mid + '/' === $(this).prev().prev().prev('tr[id]').find('td.c_username a.member').attr('href') && $(this).find('img[alt="Deleted Post"]').length === 0) { if (deleteOwnIMG.indexOf('http://') === -1 || deleteOwnIMG === '') { $(this).find('span.right').prepend('<span class="delete_own_post" style="cursor:pointer;padding:0 10px;">Delete</span>'); } else { $(this).find('span.right').prepend('<span class="delete_own_post" style="cursor:pointer;padding:0 10px;"><img src="' + deleteOwnIMG + '" alt="Delete" /></span>'); } } });
$('.delete_own_post').click(function () { var adminID = '3822143', deleteTitle = 'Please delete my post.', postURL = $(this).closest('tr.c_postfoot').prev().prev().prev('tr[id]').find('td.c_postinfo span.right a').attr('href'), deleteMsg = 'The following post has been requested to be deleted by the user: ' + postURL;
$('body').prepend('<div class="delete_post" style="display:none" />');
$('.delete_post').load(main_url + 'msg/?c=2&mid=' + adminID + ' #main form', null, function () { $('.delete_post input[name="title"]').val(deleteTitle); $('.delete_post #c_post-text').val(deleteMsg); $('.delete_post button[name="submit"]').click(); }); }); }); </script>
<!-- FOR_SIDEBAR --> <script type="text/javascript"> if (location.href.indexOf('/index') !== -1) { $('#main').addClass('index'); } </script>
<script type="text/javascript" > /* Different Markers Per Forum Coding */ /* Coded by Nicolas of ZNR and HNZ */ /* <![CDATA[ */ function newmarker(forumid,newposts,nonew) { $(".c_forum strong a[href*="+forumid+"]").closest('td').prev().children('img').attr('src',nonew); $(".c_forum strong a[href*="+forumid+"]").closest('td').prev().children('a').children('img').attr('src',newposts); } newmarker('3050850','http://z4.ifrm.com/30530/7/0/f5042575/1.png','http://z4.ifrm.com/30530/7/0/f5042575/1.png'); newmarker('3050851','http://z4.ifrm.com/30530/7/0/f5042576/2.png','http://z4.ifrm.com/30530/7/0/f5042576/2.png'); /* ]]> */ </script>
<script type="text/javascript"> //<![CDATA[ $.get(main_url + 'forum/3052499/?force_ads', function(data) { var title = $('td.c_cat-title:eq(0) > a', data).text(); var href = $('td.c_cat-title:eq(0) > a', data).attr('href'); $('#s_news').append('<a href="' + href + '">' + title + '</a>'); });
$.get(main_url + 'forum/3052500/?force_ads', function(data) { var title = $('td.c_cat-title:eq(0) > a', data).text(); var href = $('td.c_cat-title:eq(0) > a', data).attr('href'); $('#a_news').append('<a href="' + href + '">' + title + '</a>'); });
$.get(main_url + 'forum/3050850/?force_ads', function(data) { var title = $('td.c_cat-title:eq(0) > a', data).text(); var href = $('td.c_cat-title:eq(0) > a', data).attr('href'); $('#g_news').append('<a href="' + href + '">' + title + '</a>'); }); //]]> </script>
Edited by Kankuro, Dec 19 2014, 12:49 AM.
|
|
|
| |
|
Cory
|
Dec 19 2014, 01:06 AM
Post #86
|
- Posts:
- 16,587
- Group:
- Members
- Member
- #44,593
- Joined:
- February 12, 2005
|
Should be fixed upon clearing your cache.
|
|
|
| |
|
Kankuro
|
Dec 19 2014, 01:16 AM
Post #87
|
- Posts:
- 1,092
- Group:
- Members
- Member
- #608,916
- Joined:
- May 25, 2013
- I'm Browsing With
- Chrome
- My Board URL
- http://gamesandanime.net/index/
- Latest Design
- http://if.invisionfree.com/topic/5195959/
|
- Cory
- Dec 19 2014, 01:06 AM
Should be fixed upon clearing your cache. Sweet, thanks <3
|
|
|
| |
|
martina1977
|
Dec 22 2014, 12:09 AM
Post #88
|
- Posts:
- 159
- Group:
- Members
- Member
- #623,336
- Joined:
- December 21, 2014
- I'm Browsing With
- Chrome
- My Board URL
- http://s15.zetaboards.com/Friendshipden/index/
|
thank you
|
|
|
| |
|
Kankuro
|
Dec 27 2014, 11:00 PM
Post #89
|
- Posts:
- 1,092
- Group:
- Members
- Member
- #608,916
- Joined:
- May 25, 2013
- I'm Browsing With
- Chrome
- My Board URL
- http://gamesandanime.net/index/
- Latest Design
- http://if.invisionfree.com/topic/5195959/
|
1 more issue. The "[send]" for Dynamo doesn't display. http://prntscr.com/5lp7yj
|
|
|
| |
|
Cory
|
Dec 31 2014, 11:52 AM
Post #90
|
- Posts:
- 16,587
- Group:
- Members
- Member
- #44,593
- Joined:
- February 12, 2005
|
Does it normally display for all users?
|
|
|
| |
| 1 user reading this topic (1 Guest and 0 Anonymous)
|