Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   BitFarm starts here (http://www.bvlist.com/showthread.php?t=7591)

BitFarmer 4th February 2012 03:28

BitFarm starts here
 
4 Attachment(s)
IMPORTANT : Still in beta testing state so i suggest to not use it on live site and report any errors
P.s. Design is not to be used without required modifications because i will not help you fix the looks of site !!!!
BitFarm is :
New design and modpack for phpMyBitTorrent based websites
Changes so far
1.New design
2.Simplified shoutbox
3.Some new icons
4.Modified statistics moved to block
5.Modified categories block
6.Modified new members block
7.blocks/usercp.php no longer used by system moved directly in to main.php

Conditions of use: This mod pack may be used on phpMyBitTorrent based websites only and cannot be redistributed or repackaged in any way shape or form for any reason without prior consent of the author.


joeroberts 4th February 2012 03:36

First off it is a footer.
Second I'm not a fan of static images being used in themes as it makes it hard
to determine what resolution your users well have and it can cause problems with your theme layout.
To small and they wont like it because they can not see it
To big and now the have to scroll the page left or rite to see it all.
Third and most important to me Where is the Copy right?

BitFarmer 4th February 2012 03:42

this is just a psd not aplied to site jet
btw since i m not that kind of noob images dont have to be static
they can be split in to layers ant positioned by %
it might look bad on either very huge ore very small monitors but for 1024 - 1440 will be just fine
ofcourse there will be version vithout these images just with modified header image
and in framework you re copyrights are in place
can t make screen from this pc but i will show you

joeroberts 4th February 2012 03:46

I didn't say you was a noob nor did I mean to imply it so If thats how you took it I'm sorry. :sad:
It was only ment as something to watch out for because I seen allot of people make that mistake.

looking forward to seeing the rest of it. :friend:

BitFarmer 4th February 2012 03:49

that' s ok i see a lot of people like that too
html for home page is about 99%
for rest of script about 45%
but i think i can share some screens ore buggy version tomorow
since i' m uber bored any way :coffee:

joeroberts 4th February 2012 21:49

you are missing
Code:

.hide {
display : none;
}
a:active,
a:visited {
    color: #ffffff;
    text-decoration: none;
}

in your .css file

BitFarmer 4th February 2012 21:54

i know :coffee:

joeroberts 4th February 2012 21:58

just thought I would point it out because your preview has the Who is online showing both simple and advanced block :friend:

BitFarmer 4th February 2012 22:05

i know i removed that css so i can be shure i don' t miss anything
i already moved statistics to left sidebar

btw is there a function that can be used to change content depending on page user is at ?
like : if homepage { content_wrap } else { content_wide}
because right sidebar is ment to be for home page only

joeroberts 4th February 2012 22:12

PHP Code:

if(preg_match("/index.php/",$_SERVER["PHP_SELF"])){content}else{content



All times are GMT +2. The time now is 17:46.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.