Page 1 of 1

last time i will try to get my style validated...

Posted: Tue Apr 17, 2012 9:53 am
by spaceace
i submitted my Prospace style to phpBB.com to get it validated because they messed up my style by making changes to it for the phpBB3.0.6 version and people come here wanting me to fix it. it got denied and i got a list of about 6 changes to make for it to pass validation... i made the changes and resubmitted it... it got denied again with the following list of changes they want me to make :roll:

REALLY????? some of the changes are just plain foolish as i have 2 buttons in a different order or an extra TAB space in something. this is just crap in my opinion and what is the point of trying to make something the way you want it. needless to say, i'm just going to keep doing things how i do it and not even bother with phpBB's style system :roll:
  • Dont use the phpBB version in the version of your style. Check The Styles Submission Policy about To submit an UPDATED style:
    • For small updates (for example, code updates to match an updated phpBB release) increment the third number (1.0.0 to 1.0.1).
    • For more significant updates (for example, updated images, updated color schemes, layout modifications, etc.) increment the second number (1.0.0 to 1.1.0).
    • For substantial updates (for example, major layout changes, total revisions, new versions, etc.) increment the first number (1.0.0 to 2.0.0).
    Dont forget to add the correct version number in the zipped package.
  • Delete all the Thumbs.db files in the package.
  • The image imageset/download.png contains text, considering move the image to the language directory (imageset/en/).
  • Also, fix the following errors and problems:
    Open imageset/imageset.cfg
    Find:
    Code: Select all
    img_icon_topic_attach = icon_topic_attach.gif*10*7
    Replace with:
    Code: Select all
    img_icon_topic_attach = icon_topic_attach.gif*10*6
    Find:
    Code: Select all
    img_icon_topic_reported = icon_topic_reported.png*16*16
    Replace with:
    Code: Select all
    img_icon_topic_reported = icon_topic_reported.png*48*48
    Note: Please consider using a smaller image.

    Open template/overall_header.html
    Find:
    Code: Select all
    	Modified by: spaceace ( http://www.livemembersonly.com/ )
    Replace with:
    Code: Select all
    	Modified by:	  spaceace ( http://www.livemembersonly.com/ )
    Open template/ucp_agreement.html
    Find:
    Code: Select all
    			<input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button1" />&nbsp;
    			<input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button2" />
    Replace with:
    Code: Select all
    			<input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1" />&nbsp;
    			<input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button2" />
    Open theme/bidi.css
    Find:
    Code: Select all
    /* proSilver RTL definitions
    Replace with:
    Code: Select all
    /* RTL definitions
    Find:
    Code: Select all
    /* proSilver Control Panel Styles
    Replace with:
    Code: Select all
    /* Control Panel Styles
    Open theme/buttons.css
    Find:
    Code: Select all
    /* Prospace Button Styles
    Replace with:
    Code: Select all
    /* Button Styles
    Open theme/colours.css
    Find:
    Code: Select all
    .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
    Replace with:
    Code: Select all
    .pagination span a, .pagination span a:link, .pagination span a:visited {
    Find:
    Code: Select all
    /* Pagination in viewforum for multipage topics */
    Before add:
    Code: Select all
    .pagination span a:active {
    	color: #FFFFFF;
    	background-color: #780000;
    	border-color: #620D0D;
    }
    
    Find:
    Code: Select all
    .signature a, .signature a:visited, .signature a:active, .signature a:hover {
    Replace with:
    Code: Select all
    .signature a, .signature a:visited, .signature a:hover, .signature a:active {
    Find:
    Code: Select all
    .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
    Replace with:
    Code: Select all
    .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
    Find:
    Code: Select all
    /* Profile searchresults */
    Before add:
    Code: Select all
    .postprofile a:active {
    	color: #D69A4A;
    }
    
    Find:
    Code: Select all
    	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
    Replace with:
    Code: Select all
    	background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
    Open theme/common.css
    Find:
    Code: Select all
    /* General Prospace Markup Styles
    Replace with:
    Code: Select all
    /* General Markup Styles
    Open theme/content.css
    Find:
    Code: Select all
    /* Prospace Content Styles
    Replace with:
    Code: Select all
    /* Content Styles
    Open theme/cp.css
    Find:
    Code: Select all
    /* Prospace Control Panel Styles
    Replace with:
    Code: Select all
    /* Control Panel Styles
    Find:
    Code: Select all
    .pmlist li.bg1 {
    	border: solid 3px transparent;
    	border-width: 0 3px;
    }
    
    .pmlist li.bg2 {
    	border: solid 3px transparent;
    	border-width: 0 3px;
    }
    Replace with:
    Code: Select all
    .pmlist li.bg1 {
    	padding: 0 3px;
    }
    
    .pmlist li.bg2 {
    	padding: 0 3px;
    }
    Find:
    Code: Select all
    .pmlist li.pm_replied_colour, .pm_replied_colour {
    	border: solid 3px #620D0D;
    	border-width: 0 3px;	
    }
    
    .pmlist li.pm_friend_colour, .pm_friend_colour {
    	border: solid 3px #620D0D;
    	border-width: 0 3px;
    }
    
    .pmlist li.pm_foe_colour, .pm_foe_colour {
    	border: solid 3px #620D0D;
    	border-width: 0 3px;
    }
    Replace with:
    Code: Select all
    .pmlist li.pm_replied_colour, .pm_replied_colour {
    	padding: 0;
    	border: solid 3px #620D0D;
    	border-width: 0 3px;	
    }
    
    .pmlist li.pm_friend_colour, .pm_friend_colour {
    	padding: 0;
    	border: solid 3px #620D0D;
    	border-width: 0 3px;
    }
    
    .pmlist li.pm_foe_colour, .pm_foe_colour {
    	padding: 0;
    	border: solid 3px #620D0D;
    	border-width: 0 3px;
    }

    Open theme/forms.css
    Find:
    Code: Select all
    /* Prospace Form Styles
    Replace with:
    Code: Select all
    /* Form Styles
    Open theme/links.css
    Find:
    Code: Select all
    /* Prospace Link Styles
    Replace with:
    Code: Select all
    /* Link Styles
    Find:
    Code: Select all
    .postlink:visited {
    	color: #E7C292;
    	border-bottom-style: dotted;
    	border-bottom-color: #666666;
    }
    Replace with:
    Code: Select all
    /* .postlink:visited { color: #E7C292; } */
    Find:
    Code: Select all
    .signature a, .signature a:visited, .signature a:active, .signature a:hover {
    Replace with:
    Code: Select all
    .signature a, .signature a:visited, .signature a:hover, .signature a:active {
    Find:
    Code: Select all
    .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
    Replace with:
    Code: Select all
    .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
    Find:
    Code: Select all
    /* Profile searchresults */
    Before add:
    Code: Select all
    /* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
    /* See http://www.phpbb.com/bugs/phpbb3/59685 */
    .postprofile a:active {
    	font-weight: bold;
    	color: #d69a4a;
    	text-decoration: none;
    }
    
    Open theme/print.css
    Find:
    Code: Select all
    /* Prospace Print Style Sheet
    -------------------------------------------------
    	Author: subBlue  ( http://www.subBlue.com/ )
    	Version: 25 August 2004
    
    	Copyright 2004 phpBB Group
    -------------------------------------------------*/
    Replace with:
    Code: Select all
    /* Print Style Sheet
    ---------------------------------------- */
    Open theme/stylesheet.css
    Find:
    Code: Select all
    	Style name:		Prospace
    	Based on style:			prosilver (the default phpBB 3.0.x style)
    	Original author:	Tom Beddard ( http://www.subblue.com/ )
    	Modified by:			spaceace ( http://www.livemembersonly.com )	
    Replace with:
    Code: Select all
    	Style name:			Prospace
    	Based on style:		prosilver (the default phpBB 3.0.x style)
    	Original author:	Tom Beddard ( http://www.subblue.com/ )
    	Modified by:		spaceace ( http://www.livemembersonly.com )
    Open theme/tweaks.css
    Find:
    Code: Select all
    /* Prospace Style Sheet Tweaks
    Replace with:
    Code: Select all
    /* Style Sheet Tweaks

Re: last time i will try to get my style validated...

Posted: Tue Apr 17, 2012 10:01 am
by Gnome!
Geeee, they dont want much and this is to lay claim to the style and only offering it as created by you as a token of good will... How very nice of them...NOT


Keep up the great work Space people out there love your styles and have come here for further input without drama's. I will always have your back champ :D

Re: last time i will try to get my style validated...

Posted: Sun Apr 22, 2012 2:14 am
by Clarence
I looked at the changes they wanted you to make and it's a thumbs down from me. YOU ARE THE BEST!
Keep up the great work and your helpful service is a cut above all others That I have had an enccounter with.

Re: last time i will try to get my style validated...

Posted: Sun Apr 22, 2012 10:11 am
by Mintcopper
:shock: :shock: Holy cow they don't want much. Like others have said keep up the good work if people want something they know where to find us.