[DEV] Alternative admin theme

Any abandoned 3.0.x Styles will be moved to this forum.
Locked
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

[DEV] Alternative admin theme

Post by demon327 »

Base style: /
Style Version: In Development
phpBB version: phpBB 3.0.11
Demo: Sorry, no demo, except
Download: Not yet.....


The default phpbb3 admin theme is good, but i was bored and i wanted something new to play with, so i decided that i started building a new admin theme, not from scratch, but using one i found.


Image
Click for the big version!

For those interested to help me with building it, please send me a privet message and some kind of proof you know howto theme with phpbb3...

This is no easy task :)
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [DEV] Alternative admin theme

Post by Jessica »

oh I love it! looking forward to trying it out
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [DEV] Alternative admin theme

Post by demon327 »

Jessica wrote:oh I love it! looking forward to trying it out
After 2 days of hard working i can tell its almost done..... i still need to write instructions for mod templates.. so that there compatible...
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [DEV] Alternative admin theme

Post by Jessica »

Quick question...how will it affect mods? Will the mods I installed need to be edited some way to work with this style?
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [DEV] Alternative admin theme

Post by demon327 »

Jessica wrote:Quick question...how will it affect mods? Will the mods I installed need to be edited some way to work with this style?
I just wrote my instructions, pretty rough, but they say wat its does...
To make this admin theme work decent with all the phpbb3 mods out there, you need to edit the mod files.....

It sounds scarry, but its not, trust me! Find the following in your mod files(in /adm/styles/) folder:

<!-- INCLUDE overall_header.html -->

After add:
<div class="row-fluid">
<div class="span12">
<div class="widget-box">
<div class="widget-title">
<span class="icon">
<i class="icon-align-justify"></i>
</span>
<h5><the lang token from the mod, eg: {L_HELLO}</h5>
</div>
<div class="widget-content">
****** content here ******

--------------------------------------------------------------
Ad the following before: <!-- INCLUDE overall_footer.html -->


</div><!--/widget content-->
</div><!---//widgetbox
</div><!--//span12--->
</div> <!--//row-->

-------------------------------------------------------------
If the mod uses data tables, like for example user logs, add the following class to <table> class="table table-bordered table-striped data-table
If the mod uses a table to show setting, like for example a overview of users or forums, then use the following class: class="table table-bordered table-striped
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [DEV] Alternative admin theme

Post by Jessica »

looks great, but there seems to be an issue with permissions -- you can't see them....
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: [DEV] Alternative admin theme

Post by noth »

not only that but as soon as 3.0.12 hits, it'll be out of date :(
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian
Contact:

Re: [DEV] Alternative admin theme

Post by PlanetStyles.net »

Rip of Unicorn Admin Template:

Code: Select all

https://wrapbootstrap.com/theme/unicorn-admin-template-WB0F35928
Safe bet it's not licensed for re-distribution like this. ;)
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: [DEV] Alternative admin theme

Post by Arty »

Locked per post above.

Please do not rip off other people's work, learn to design yourself.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
Locked

Return to “[3.0.x] Abandoned Styles”