Widgets only on homepage
4 posters
Page 1 of 1
Widgets only on homepage
Hello,
How can i set the widgets displaying only on homepage? Not on topic list, not in posts, not in members. ONLY in homepage?
How can i set the widgets displaying only on homepage? Not on topic list, not in posts, not in members. ONLY in homepage?
Re: Widgets only on homepage
whats your forum version and do your have widgets on left and right or just one side?
Re: Widgets only on homepage
I want this code for Punbb and forums are located to the right hand side! Thank you @_Twisted_Mods_ and well done for the New Rank!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Widgets only on homepage
Hello @Luffy,
Go to Administration Panel > Display > Colors > CSS stylesheet and add the code below.
Then go to Display > Homepage > Generalities and add the code below to your homepage message.
If you're using left widgets it'll need to be modified.
Go to Administration Panel > Display > Colors > CSS stylesheet and add the code below.
- Code:
#right { display:none }
#content-container div#content { margin-right:0 }
Then go to Display > Homepage > Generalities and add the code below to your homepage message.
- Code:
<style type="text/css">
#right { display:block }
#content-container div#content { margin-right:183px }
</style>
If you're using left widgets it'll need to be modified.
Re: Widgets only on homepage
ange beat me to it while i was working on a project.. ty ange... and ty luffy
Re: Widgets only on homepage
part meAnge Tuteur wrote:Hello @Luffy,
Go to Administration Panel > Display > Colors > CSS stylesheet and add the code below.
- Code:
#right { display:none }
#content-container div#content { margin-right:0 }
Then go to Display > Homepage > Generalities and add the code below to your homepage message.
- Code:
<style type="text/css">
#right { display:block }
#content-container div#content { margin-right:183px }
</style>
If you're using left widgets it'll need to be modified.
this idea looks cool to be shared with all people i know
i have only one thing to ask about
is this Trick only for PunBB or can be worked for the rest of versions
thanks a lot @Ange Tuteur
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: Widgets only on homepage
Thanks for the code! It works. Problem solved!
#solved
#solved
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Widgets only on homepage
You're welcome ^^
Topic archived
@Michael_vx if you have any questions, do not hesitate to open your own topic. As for the trick, it is applicable to all versions with minor modifications..
Topic archived
@Michael_vx if you have any questions, do not hesitate to open your own topic. As for the trick, it is applicable to all versions with minor modifications..
Similar topics
» Widgets show only on homepage
» Need help on homepage.
» Widgets in homepage message
» Adding widgets on homepage version phpBB3
» How to add a button on the homepage
» Need help on homepage.
» Widgets in homepage message
» Adding widgets on homepage version phpBB3
» How to add a button on the homepage
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum