Page 53 of 65

Re: [DEV] phpBB Garage 2.0

Posted: Fri Oct 08, 2010 3:12 pm
by Blue Blood
I only asked for the solution, because this way I have the most recent and can do more testing!!
I have fixed most of the bugs my-self but I'm not sure if my fix will be the same as yours.

Re: [DEV] phpBB Garage 2.0

Posted: Fri Oct 08, 2010 4:56 pm
by poyntesm
Blue Blood wrote:I only asked for the solution, because this way I have the most recent and can do more testing!!
I have fixed most of the bugs my-self but I'm not sure if my fix will be the same as yours.
Yes but the solution is the code and here you are best to view from SVN ;)

Re: [DEV] phpBB Garage 2.0

Posted: Fri Oct 08, 2010 6:21 pm
by Steve
poyntesm wrote:vectra-mods/steve ... would you like to have write access to SVN ?? I am work than happy for you to work on the html/css stuff direct. If you make any huge change I hate we can revert it ... but since i want this to be team/group effort I have no problem to open up write access in SVN for you. Let me know :)

Its not working sent ya a pm last night on your forum,just edited it with prosilver folder of fixed css and html files included a couple of new images aswell for tabs and corners.

Re: [DEV] phpBB Garage 2.0

Posted: Fri Oct 08, 2010 6:39 pm
by Blue Blood
IN 2.0.B5-DEV download & installed today
============================================================================================

You should add this to the Install Garage.xml
Above the <diy-instructions

Code: Select all

<php-installer>garage_install.php</php-installer>
This will give a direct link to the installer from automod

============================================================================================

In the guessbook edit
Missing Language variable
{ GUESTBOOK_TITLE }

============================================================================================

Re: [DEV] phpBB Garage 2.0

Posted: Fri Oct 08, 2010 6:44 pm
by Steve
Blue Blood wrote:You should add this to the Install Garage.xml
Above the <diy-instructions

Code: Select all

<php-installer>garage_install.php</php-installer>
This will give a direct link to the installer from automod
or use the modx creater ;) if you dont have your own here : http://www.phpbb.com/mods/modx-tools/creator/

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 11:12 am
by Jemme
Blue Blood wrote:IN 2.0.B5-DEV download & installed today
Where can you download B5? Does it run on 3.0.7?

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 11:34 am
by poyntesm
2.0.B5-DEV ... notice the -DEV part ;)

Its the development code which you can get from SVN. Overall I have fixed a fair few bits and even more work is happening locally not yet committed to SVN, however yes it will install nicely to 3.0.7.

I have finally fixed quite a few CSS issues, I am working on the MCP and guestbook which are the two least completed parts but they are coming along now.

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 11:44 am
by Jemme
Excellent :) Any best guess on when the first RC will be made available?

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 12:04 pm
by Steve
poyntesm wrote: I have finally fixed quite a few CSS issues
:?

*EDIT you have not read your pm for the prosilver files on your forum!

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 4:13 pm
by poyntesm
steve-> checked it but could not download :(
Jemme -> Overall its not a million miles away from RC stage. I would say I am aiming that next beta B5 has all features in and working to the best of my testing. Once B5 is out I guess 3 weeks where people have run it and feedback... maybe more since many might not be checking for updates and then start RC cycle.

I am toying with the idea of removing support for subsilver2 it might it easier for me. Would that impact anyone greatly who is active at the moment?

SVN r703 checked in a few moments ago fixes up the MCP of about 10-15 bugs. I think guestbook and CSS are items left to do and steve might have CSS stuff covered.. if not I did make progress (the one thing I did not checkin) myself finally, but I think his fixes might be cleaner.

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 4:28 pm
by matt1206
Will any database updates be required on the next release? I've got quite a few vehicles and modifications in the B4 version running on my site.

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 5:22 pm
by Steve
poyntesm wrote:steve-> checked it but could not download :(
fixed i need some spelling issue's sorted ;)
I am toying with the idea of removing support for subsilver2 it might it easier for me. Would that impact anyone greatly who is active at the moment?
will start subsilver2 when the prosilver files approved!

*Just a note - wanted to help as this was by far the best mod i ever come across when i had my vectra forum,using phpBB3 :)

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 8:18 pm
by panhead
I am toying with the idea of removing support for subsilver2
Please support subsilver2!

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 8:26 pm
by poyntesm
matt1206 -> If so you will have a DB updater script, you will not lose any data ;). If you had been running this since of 0.0.7 (think first real public release in 2005) you will never once had to start again.

steve -> thanks all running locally now with your CSS. Only issue is view_vehicle mode and guestbook tab. The corners on the posts are not rounded to correct colour. Your help is really great so thanks.

panhead -> thanks for input. The better I understand what styles people are using or styles based on better allows me make good decisions.

Re: [DEV] phpBB Garage 2.0

Posted: Tue Oct 12, 2010 9:34 pm
by Blue Blood
Need to add upload folder
to root garage/upload

When first install and setup a new car and try to upload 1st pic it said upload folder has not been set.

Here is the ACP Group Quota Box
Image

Here is a better one.. Its not great but better
Image

To make changes

Open adm/styles/acp_garage_quota.html

FIND

Code: Select all

	<!-- BEGIN usergroup -->
	<dl>
		<dt><label for="">{usergroup.GROUP_NAME}:</label></dt>
		<dd>{L_ENABLE_GROUP_VEHICLE_QUOTA}&nbsp;<input type="checkbox" name="add_groups[]" value="{usergroup.GROUP_ID}" <!-- IF usergroup.S_ADD_CHECKED -->checked="checked" <!-- ENDIF --> />&nbsp;<input name="add_quota_{usergroup.GROUP_ID}" type="text" class="post" size="3" value="{usergroup.VEHICLE_QUOTA}" /><br />{L_ENABLE_GROUP_IMAGES_QUOTA}&nbsp;<input type="checkbox" name="upload_groups[]" value="{usergroup.GROUP_ID}" <!-- IF usergroup.S_UPLOAD_CHECKED -->checked="checked" <!-- ENDIF --> />&nbsp;{L_UPLOADED}&nbsp;<input name="upload_quota_{usergroup.GROUP_ID}" type="text" class="post" size="3" value="{usergroup.UPLOAD_QUOTA}" />&nbsp;{L_REMOTE}&nbsp;<input name="remote_quota_{usergroup.GROUP_ID}" type="text" class="post" size="3" value="{usergroup.REMOTE_QUOTA}" />
		</dd>
	</dl>
	<!-- END usergroup -->
REPLACE-WITH

Code: Select all

	<!-- BEGIN usergroup -->
	<dl>
		<dt><h2>{usergroup.GROUP_NAME}</h2></dt>
	</dl>
	<dl>
		<dt><label for="default_vehicle_quota">{L_ENABLE_GROUP_VEHICLE_QUOTA}:</label></dt>
		<dd><input type="checkbox" name="add_groups[]" value="{usergroup.GROUP_ID}" <!-- IF usergroup.S_ADD_CHECKED -->checked="checked" <!-- ENDIF --> /></dd>
	</dl>
	<dl>
		<dt><label for="default_vehicle_quota">{L_VEHICLE_QUOTA}:</label></dt>
		<dd><input name="add_quota_{usergroup.GROUP_ID}" type="text" class="post" size="3" value="{usergroup.VEHICLE_QUOTA}" /></dd>
	</dl>
	<dl>
		<dt><label for="default_vehicle_quota">{L_ENABLE_GROUP_IMAGES_QUOTA}:</label></dt>
		<dd><input type="checkbox" name="upload_groups[]" value="{usergroup.GROUP_ID}" <!-- IF usergroup.S_UPLOAD_CHECKED -->checked="checked" <!-- ENDIF --> /></dd>
	</dl>
	<dl>
		<dt><label for="default_vehicle_quota">{L_UPLOADED}:</label></dt>
		<dd><input name="upload_quota_{usergroup.GROUP_ID}" type="text" class="post" size="3" value="{usergroup.UPLOAD_QUOTA}" /></dd>
	</dl>
	<dl>
		<dt><label for="default_vehicle_quota">{L_REMOTE}:</label></dt>
		<dd><input name="remote_quota_{usergroup.GROUP_ID}" type="text" class="post" size="3" value="{usergroup.REMOTE_QUOTA}" /></dd>
	</dl>
	<!-- END usergroup -->