Forum Widget
3 posters
Page 1 of 1
Forum Widget
hello
i use forum widget, and my question is can i remove forum widget in posting body and view profile?
thanks anyway
i use forum widget, and my question is can i remove forum widget in posting body and view profile?
thanks anyway
Re: Forum Widget
create a new javascript
set to all pages
set to all pages
- Code:
$(function(){
if(location.href.match('/t[0-9]|/f[0-9]|/profile')){
$('#right').attr('style','display:none');
$('#content-container div#content').css('width','98%');
}});
Similar topics
» Help to fix my forum right Widget
» Creating a forum widget
» Forum Adjuster Widget
» How to center a widget on the forum index
» How can i make this widget on my forum ?
» Creating a forum widget
» Forum Adjuster Widget
» How to center a widget on the forum index
» How can i make this widget on my forum ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum