Welcome On Index
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Welcome On Index
Thanks Sniper,
I know there is an isue on mobile view but havent had the time to look at it.
Ill try out your template
I know there is an isue on mobile view but havent had the time to look at it.
Ill try out your template
Board rules! No PM support
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Welcome On Index
The class responsive-hide will do the trick:Sniper_E wrote:But I'm not sure how to get the avatar to go away in the upright view. In the 550px or 430px max-width:
Code: Select all
<span class="forum-image responsive-hide">
Board rules! No PM support
Re: Welcome On Index
Thanks Stoker! That extra class worked fine. But the avatar image went away too fast.
I want to see the avatar on my cell phone when holding phone sideways. And it goes away upright.
So I used the codes on my first post and set the avatar to drop after 430px
I just added a .forum-image class in the responsive stylesheet to do that...
responsive.css
Now the avatar drops off at the right time. It's perfect!
I want to see the avatar on my cell phone when holding phone sideways. And it goes away upright.
So I used the codes on my first post and set the avatar to drop after 430px
I just added a .forum-image class in the responsive stylesheet to do that...
responsive.css
Code: Select all
@media only screen and (max-width: 430px), only screen and (max-device-width: 430px) {
.section-viewtopic .search-box .inputbox {
width: 110px;
}
.forum-image {
display: none;
}
}
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™
- Solidjeuh
- BBCoder IV
- Posts: 257
- Joined: 16 Oct 2011, 02:15
- BBCodes: 7
- Favourite MOD: Top stats
- Location: Aalst / Belgium
- Contact:
Re: Welcome On Index
This extension works great, Tried on my test forum
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Re: Welcome On Index
Hi,
I installed locally your extension.
I created a new folder "fr" in language where I translated in french, it's ok.
Thanks Stoker
I installed locally your extension.
I created a new folder "fr" in language where I translated in french, it's ok.
Thanks Stoker
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Re: Welcome On Index
Hello,
in which file can I translate
in which file can I translate
Code: Select all
{L_WELCOME_TO_MOD}
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Re: Welcome On Index
Ok, I found it in
\ext\stoker\welcomeonindex\language\fr\welcomeonindex.php
\ext\stoker\welcomeonindex\language\fr\welcomeonindex.php
Re: Welcome On Index
I installed paul999's ajax_shoutbox extension, his template was named
And I renamed his template to
His shoutbox showed on the top of the page above your mod. I wanted your mod on the very top of the page.
I renamed your template
You may want to consider changing your template name because, I think, your Welcome! should always be on top.
index_body_stat_blocks_before
And I renamed his template to
index_body_markforums_before.html
just like yours... to get it off the bottom.His shoutbox showed on the top of the page above your mod. I wanted your mod on the very top of the page.
I renamed your template
overall_header_content_before.html
to get your mod on top.You may want to consider changing your template name because, I think, your Welcome! should always be on top.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Welcome On Index
You have a point there sniper. Thanks.
Ill see if I can get it updated this week.
Ill see if I can get it updated this week.
overall_header_content_before.html
doesnt this place it on all pages?Board rules! No PM support