Extensions & Styles for phpBB 3.1.X maintained and supported by Stoker
Stoker
Site Admin
Posts: 3774 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 12 Nov 2014, 04:08
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
~ The greatest achievement in life is to inspire ~
Regards Stoker
Stoker
Site Admin
Posts: 3774 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 12 Nov 2014, 17:24
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:
The class responsive-hide will do the trick:
Code: Select all
<span class="forum-image responsive-hide">
~ The greatest achievement in life is to inspire ~
Regards Stoker
Sniper_E
BBCoder II
Posts: 44 Joined: 04 Dec 2011, 04:30
BBCodes: 1
Post
by Sniper_E » 12 Nov 2014, 22:25
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
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;
}
}
Now the avatar drops off at the right time. It's perfect!
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, 00:15
BBCodes: 7
Favourite MOD: Top stats
Location: Aalst / Belgium
Post
by Solidjeuh » 14 Nov 2014, 23:59
This extension works great, Tried on my test forum
Nully
Donator
Posts: 258 Joined: 14 Mar 2010, 22:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Post
by Nully » 16 Nov 2014, 18:35
Hi,
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: 14 Mar 2010, 22:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Post
by Nully » 16 Nov 2014, 19:51
Hello,
in which file can I translate
Stoker
Site Admin
Posts: 3774 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 16 Nov 2014, 20:28
There is a common file in the language folder
~ The greatest achievement in life is to inspire ~
Regards Stoker
Nully
Donator
Posts: 258 Joined: 14 Mar 2010, 22:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Post
by Nully » 16 Nov 2014, 22:46
Ok, I found it in
\ext\stoker\welcomeonindex\language\fr\welcomeonindex.php
Sniper_E
BBCoder II
Posts: 44 Joined: 04 Dec 2011, 04:30
BBCodes: 1
Post
by Sniper_E » 18 Nov 2014, 04:30
I installed paul999's ajax_shoutbox extension, his template was named 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: 3774 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 18 Nov 2014, 05:41
You have a point there sniper. Thanks.
Ill see if I can get it updated this week.
overall_header_content_before.html
doesnt this place it on all pages?
~ The greatest achievement in life is to inspire ~
Regards Stoker