Hello, I just noticed yall have a cool section on top of the Homepage titled "WELCOME TO THE SUPPORT FORUM" and I would like to know how yall added that. Thanks Â
3 posters
"WELCOME TO THE SUPPORT FORUM" On Homepage
Rupture- Forumember
- Posts : 328
Reputation : 6
Language : English, Español, Deutsch, Catalá
Location : Earth
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
Rupture wrote:Hello, I just noticed yall have a cool section on top of the Homepage titled "WELCOME TO THE SUPPORT FORUM" and I would like to know how yall added that. Thanks Â
Hello,
You can add that by going to: Admin Panel > Display > Homepage > Generalities and add the code you want in the Homepage message or do it via templates!
Luffy
 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!
Rupture- Forumember
- Posts : 328
Reputation : 6
Language : English, Español, Deutsch, Catalá
Location : Earth
omg LMAO I didn't know that was the homepage message xD Is there a way to make it look just like a widget? I have a picture on top and also I would like a blue shadow around it. Thanks!
EDIT: NVM, Got it. Topic solved!
EDIT: NVM, Got it. Topic solved!
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
here is default widgets html for phpbb3
- Code:
<div class="module">
<div class="inner">
<span class="corners-top">
<span></span></span>
<div class="h3">your title here</div>
<p class="center">Your Content here</p>
<span class="corners-bottom"><span></span></span>
</div>
</div>
Rupture- Forumember
- Posts : 328
Reputation : 6
Language : English, Español, Deutsch, Catalá
Location : Earth
@_Twisted_Mods_ So, what am I able to do with that? Lol I have no idea what that is for.
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
if you place that code in your homepage message it will look just like a widget
you can give it a title like "Welcome To The Support Forum" and in the content part you put what ever you want to be inside links, text, images whatever
you can give it a title like "Welcome To The Support Forum" and in the content part you put what ever you want to be inside links, text, images whatever
- Code:
<div class="h3">your title here</div>
<p class="center">Your Content here</p>