[Release] Modern-Silver phpBB 3.1.10 (1.4.0)

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Suggested Hosts
User avatar
Meis2M
Translator
Posts: 1009
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری
Contact:

Re: [Released] Modern-Silver phpBB 3.1.2 - Professional (1.0.2)

Post by Meis2M »

Hello and thanks for your choice...

there is no security issue in my style. u can use it and enjoy it. u can change every thing in my style but please don't remove the"copyright link"

i am planing to upgrade my style to 3.1.3 as soon as release. i will report what files changed in my style.
Thanks :D
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
User avatar
matu58
Registered User
Posts: 22
Joined: Mon Oct 22, 2007 11:20 am
Location: Argentina
Name: Matias Lauriti
Contact:

Re: [Released] Modern-Silver phpBB 3.1.2 - Professional (1.0.2)

Post by matu58 »

Meis2M wrote:Hello and thanks for your choice...

there is no security issue in my style. u can use it and enjoy it. u can change every thing in my style but please don't remove the"copyright link"

i am planing to upgrade my style to 3.1.3 as soon as release. i will report what files changed in my style.
Thanks :D
Thank you a lot !

I never touch Copyright on PHPBB
Majkell
Registered User
Posts: 44
Joined: Tue Jan 13, 2015 1:04 pm

Re: [Release] Modern-Silver phpBB 3.1.2 (1.0.2)

Post by Majkell »

Hi, I haved this style on my forum, I modified it a little but of course didn't delete copyright link.

Now I wonder, Can I update to 3.1.3 and have this style with my modification or it will din't work after update ?
Swanny
Registered User
Posts: 486
Joined: Sun Apr 14, 2002 2:11 am
Location: Canada

Re: [Release] Modern-Silver phpBB 3.1.2 (1.0.2)

Post by Swanny »

Pretty nice, I would consider it an improvement over the default 3.1 style... :)
User avatar
Meis2M
Translator
Posts: 1009
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری
Contact:

Re: [Release] Modern-Silver phpBB 3.1.3 (1.1.0)

Post by Meis2M »

Hello New Version is Arrive ( 1.1.0 )

U can Download in The First Post & U Can See The Change Loges In Second Post.

Files Change From 1.0.1 To 1.1.0

In Style.cfg

Code: Select all

style_version = 1.0.2
phpbb_version = 3.1.2
Change To:

Code: Select all

style_version = 1.1.0
phpbb_version = 3.1.3

In template/overall_footer.html

Code: Select all

<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}

</body>
Change To:

Code: Select all

<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}
<!-- EVENT overall_footer_body_after -->
</body>
</html>
In template/overall_header.html

Code: Select all

<meta charset="utf-8">
Change To:

Code: Select all

<meta charset="utf-8" />

template/viewtopic_body.hmtl

Code: Select all

				</div>
				<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
			</dt>
Change To:

Code: Select all

				</div>
				<!-- EVENT viewtopic_body_post_author_before -->
				<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
				<!-- EVENT viewtopic_body_post_author_after -->
			</dt>
And

Code: Select all

		<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
Change To:

Code: Select all

		<div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>


bidi.css

In colours.css

Code: Select all

.pagination li.next a, .pagination li.previous a, .pagination li.page-jump a {
	background-image: url("./images/icons_pagination.png");
}
Change To:

Code: Select all

.dropdown-page-jump li {
	color: #FFFFFF;
}

.pagination li.next a, .pagination li.previous a, .pagination li.page-jump a {
	background-image: url("./images/icons_pagination.png");
}


In common.css

Code: Select all

.navbar {
	padding: 3px 10px;
	border-radius: 2px;
}
Change To:

Code: Select all

.navbar {
	padding: 3px 10px;
	border-radius: 1px;
}
And

Code: Select all

.hidden {
	display: none;
}
Change To:

Code: Select all

.avatar img:hover {
       -moz-box-shadow:0px 0px 5px #999;
       -webkit-box-shadow:0px 0px 5px #999;
       box-shadow:0px 0px 5px #999;
}

.hidden {
	display: none;
}
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
User avatar
Meis2M
Translator
Posts: 1009
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری
Contact:

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by Meis2M »

Hello
The New Version Is Arrive now (1.2.0)

Change Logs:
viewtopic.php?f=476&t=2281531#p13847561

Download New Version:
https://github.com/php-bb/Modern-silver ... /1.2.0.zip

Now My Style is in Github
https://github.com/php-bb/Modern-silver

Change from 1.1.0 to 1.2.0
https://github.com/php-bb/Modern-silver ... 016a8cd8a8


Thanks.
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
User avatar
warex
Registered User
Posts: 48
Joined: Fri Jul 08, 2011 7:22 pm

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by warex »

excellent, the best we saw so far, GREETINGS.
DV1
Registered User
Posts: 397
Joined: Sun Jul 11, 2010 8:49 pm
Location: Nevada
Contact:

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by DV1 »

I've installed, activated and made it the default but it still doesn't show.

Any suggestions?

Thanks

Daniel
User avatar
Meis2M
Translator
Posts: 1009
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری
Contact:

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by Meis2M »

Hi
Go to "ACP" and then in "General" tab. select "Board Settings" then in the section of "Board Style" , choose the "Modern Silver" in both of "Default Style" and " Guest Style" then select "Yes" in "Override user style" and "Submit".
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
DV1
Registered User
Posts: 397
Joined: Sun Jul 11, 2010 8:49 pm
Location: Nevada
Contact:

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by DV1 »

Meis2M

Thank you for the response.

Yes, I went to the ACP since I too also remembered about the override. The style is now in effect and looking good.

A question re modifications:

Viewing the source code of the index page it shows up like html5 and seems easy enough to modify along with the css. But of course with the php everything is displayed differently when looking at the template.

Basically, I want to remove the headerbar so as to have a background image there with the forum name superimposed; and with a little more height than the 88px or so it now has . And the other is moving the search box to where the social media icons are at and removing those icons. Any help with this is appreciated.

Those two are about the only modifications since the rest of the design is so clean and presentable. Good work. :)

Daniel
User avatar
Allen142
Registered User
Posts: 64
Joined: Sat Aug 02, 2014 2:13 am
Location: Sugar Land, TX, USA
Name: Allen Nguyen

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by Allen142 »

That is a good-looking style based on prosilver, so I try this on my live board. :)
No sign of a forum I owned.

Thank you,
Allen
Cin-
Registered User
Posts: 55
Joined: Fri Feb 06, 2015 2:06 pm

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by Cin- »

Nice template!
User avatar
m.sevrus.m
Registered User
Posts: 11
Joined: Mon Dec 29, 2014 7:20 am
Location: IRAN
Name: Milad Elyasi
Contact:

Re: [Release] Modern-Silver phpBB 3.1.3 (1.2.0)

Post by m.sevrus.m »

It's really nice Style dear meisam ;)
Phpbb and Magento,I blieve that they are the best on each fields!
my website : http://imdt.ir
User avatar
Meis2M
Translator
Posts: 1009
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری
Contact:

Re: [Release] Modern-Silver phpBB 3.1.4 (1.3.0)

Post by Meis2M »

Hello
this style now working on phpBB 3.1.4

first and second post of this topic updated.

change logs for phpBB 3.1.4:
https://github.com/php-bb/Modern-silver ... 3da34dbebc
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
jtam-n
Registered User
Posts: 40
Joined: Sun Jan 08, 2006 4:46 am

Re: [Release] Modern-Silver phpBB 3.1.4 (1.3.0)

Post by jtam-n »

Hi Meis2M,

Thanks for this great theme! The mobile theme for this theme shows the website homepage name. Is there a way to remove this and add a mobile logo?

Please let me know.

Thanks again! :D
Locked

Return to “[3.1.x] Styles in Development”