phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

Prosilver Overhaul/Modernization

Publish your own request for comments or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.1/Ascraeus and 3.2/Arsia.

Re: Prosilver Overhaul/Modernization

Postby Oyabun1 » Tue Jun 28, 2011 12:30 am

I don't have a problem with using jQuery, I just wasn't aware of why it had been chosen. Reading through this topic it just seemed that jQuery had been mandated before analysis of what was required in a library had been done, but from the link in hanakin's Post I see that it was the developers' decision.

Including it by default should solve problems with multiple MODs all trying to load the jQuery library.
Oyabun1
Support Team
Support Team
 
Posts: 13
Joined: Thu Mar 31, 2011 9:48 am

Re: Prosilver Overhaul/Modernization

Postby milleja46 » Mon Jul 30, 2012 4:16 pm

Ok i've been paying attention to this topic for awhile(as a guest unregistered), and don't understand the point made about it breaking old browsers. I've seen several points made around the web where if you use modrnizr or html5siv js in pages it should enable those elements in some way....

But the rest of it sounds great, personally I use prosilver for the base of my theme for my forum and I'm glad it's at least getting started. Though I've started to somewhat put html5 into my theme since I'm using bootstrap in the theme as well(though I've moved things around to fit my main sites theme leaving much intact) though it's not done anyways. But I hope html5 is able to be used since it would help with some theme organization...
milleja46
Registered User
 
Posts: 1
Joined: Mon Jul 30, 2012 3:54 pm

Re: Prosilver Overhaul/Modernization

Postby sajaki » Sat Aug 18, 2012 9:23 pm

hi,

Will border-radius be used for rounded corners in prosilver 3.1 ?

Or will you keep this old construct ?
Code: Select all
<span class="corners-top"><span></span></span>
<span class="corners-bottom"><span></span></span>

and the old css :
Code: Select all
span.corners-top {
   background-image: url("{T_THEME_PATH}/images/corners_left.png");
}

span.corners-top span {
   background-image: url("{T_THEME_PATH}/images/corners_right.png");
}

span.corners-bottom {
   background-image: url("{T_THEME_PATH}/images/corners_left.png");
}

span.corners-bottom span {
   background-image: url("{T_THEME_PATH}/images/corners_right.png");
}

sajaki
Registered User
 
Posts: 51
Joined: Mon Jun 21, 2010 8:28 pm

Re: Prosilver Overhaul/Modernization

Postby Oleg » Sun Aug 19, 2012 1:08 am

Oyabun1 wrote:Coming to this discussion late, but just wondering why jQquery was chosen as the JavaScript framework to be used? jQuery is certainly popular at the moment, but is it the most efficient and compact and does it do everything required?

jquery was chosen because it was (and continues to be) overwhelmingly the most popular library to "traverse HTML documents, handle events, perform animations, and add AJAX" (straight from their site).

Any deficiencies it may have in objective characterizations are easily outweighed by its popularity. Think mysql.

viewtopic.php?f=84&t=41199&hilit=include+jquery
http://area51.phpbb.com/phpBB/viewtopic ... 08&t=33747

Specifically: http://area51.phpbb.com/phpBB/viewtopic ... 35#p223335 onward.
Oleg
 
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am

Re: Prosilver Overhaul/Modernization

Postby Oleg » Sun Aug 19, 2012 1:10 am

sajaki wrote:Will border-radius be used for rounded corners in prosilver 3.1 ?

You can check current develop branch for what is currently in 3.1. Then if there is no RFC/ticket for this change it won't happen until said RFC and/or ticket are created.

You may want to consider starting a new topic.
Oleg
 
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am

Re: Prosilver Overhaul/Modernization

Postby imkingdavid » Sun Aug 19, 2012 5:14 pm

As far as I am aware, using border radius instead of the old rounded images has already been merged, but I haven't checked.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.
User avatar
imkingdavid
Development Team
Development Team
 
Posts: 905
Joined: Thu Jul 30, 2009 12:06 pm

Previous

Return to [3.x] RFCs

Who is online

Users browsing this forum: Noxwizard and 11 guests