The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PORTAL VERSION of these codes

Go down

PORTAL VERSION of these codes Empty PORTAL VERSION of these codes

Post by JAN2XONLINE January 27th 2013, 12:33 pm

JS
Code:
$(document).ready(function(){
$('#left .forumline td.catLeft:contains("Latest topics")').css('font-size','0px').css('visibility','visible').prepend('
<center><img src="HERE-URL-IMAGE-FOR-LATEST-TOPICS"></center>
');

$('#left .forumline td.catLeft:contains("Poll")').css('font-size','0px').css('visibility','visible').prepend('
<center><img src="HERE-URL-IMAGE-FOR-POLL"></center>
');

$('#left .forumline td.catLeft:contains("Top posters")').css('font-size','0px').css('visibility','visible').prepend('
<center><img src="HERE-URL-IMAGE-FOR-TOP-POSTERS"></center>
');
});

CSS
Code:
#left .forumline{
background: transparent none !important;
border: none !important;
}

#left .forumline td{
background: transparent none !important;
border: none !important;
}

From this thread, https://help.forumotion.com/t119071-remove-table-types-for-widgets-like-poll-latest-post-etc
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

PORTAL VERSION of these codes Empty Re: PORTAL VERSION of these codes

Post by JAN2XONLINE January 29th 2013, 2:54 am

bump
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum