Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Add Reply
Conflicting Code Fix
Topic Started: Jul 25 2014, 03:32 PM (228 Views)
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
So I seem to be having an issue with 2 codes I'm using.

Code 1:
Code:
 

<script type='text/javascript' src='http://z5.ifrm.com/30234/137/0/f5186079/PorfileSong.js'></script>


Code 2:
Code:
 
<script type="text/javascript" src="http://z3.ifrm.com/63/1/0/p481677/advancedProfile2.js"></script>
<script type="text/javascript">
//<![CDATA[
$(function () {
$('div.info:has(#aim)').hide();
});
//]]>
</script>
<script type="text/javascript">
$(function () {
$('#mini_profile').html($('#mini_profile').html().replace(/<span style="min-width: 200px; display: inline-block; font-weight: 700;">Mini Profile Image<\/span>(.+?)<br>/ig, ''));
});
</script>



The issue is that the "Users Content" area isn't showing up like it should.
I have the profile song code at the very top "Below the board" and also tried it under the advanced profile code, both had the same results.
I know neither code is broken because both work just fine on other forums I manage but they appear to be conflicting or maybe the users content is being hidden for some reason?
Offline Profile Quote Post Goto Top
 
Skyon Archer
Member Avatar
Member
[ *  *  *  * ]
Can you elaborate on "isn't showing up like it should"? Maybe attach some pics of what it should look like?
Offline Profile Quote Post Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Skyon Archer
Jul 25 2014, 04:18 PM
Can you elaborate on "isn't showing up like it should"? Maybe attach some pics of what it should look like?
http://prntscr.com/46bcds
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
class="profile"
See if removing that in the PorfileSong.js file does anything.

My code hides tables with the class 'profile'.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards - Theme & Code Support · Next Topic »
Add Reply