Yeah that was me.thejdm wrote:go back a page, someone set this up to work with surfboards, i imagine you could do it. its going to take more then a language edit to get everything you want. the language file would be a good place to start though.
Thanks to you both for your info. I'll try it out on a test board (if I find some spare timethe.ronin wrote:Yeah that was me.thejdm wrote:go back a page, someone set this up to work with surfboards, i imagine you could do it. its going to take more then a language edit to get everything you want. the language file would be a good place to start though.
Make no mistake it was truly a ghetto hack of biblical proportions. I was not savvy enough to strip out all the db entries that didn’t need to be there much less the php and template files. So if you saw my directory, it would look like any other garage mod. I just stripped out any links to the areas I didn’t need.
Code: Select all
Not Authorized
You Have Attempted To Perform An Action For Which Your User Does Not Have The Required Permission.
To Perform This Action You Need To Permission 'u_garage_add_vehicle'.
May I ask what the code was you used to get the engine type to display? I am VERY interested in doing the same thing.HarryMann wrote:...
Having managed to get Engine Type displaying I was just trying to point the two others that have seen the same need in the direction we've taken.
...
Club 80-90 UK
SSEi95 wrote:May I ask what the code was you used to get the engine type to display? I am VERY interested in doing the same thing.HarryMann wrote:...
Having managed to get Engine Type displaying I was just trying to point the two others that have seen the same need in the direction we've taken.
...
Club 80-90 UK
Also (for anyone who knows), what is the probability of making engine type a browseable/searchable/sortable field? I'd love to be able to use the engine type as a focal point for display.
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Unknown column 'u.user_id' in 'on clause' [1054]
SQL
SELECT u.user_id, v.id as vid FROM phpbb_users u , phpbb_user_group ug LEFT JOIN phpbb_garage_vehicles v ON ( v.user_id = u.user_id AND v.main_vehicle = 1 ) WHERE u.user_type IN (0, 3) AND ug.user_pending = 0 AND u.user_id = ug.user_id AND ug.group_id = 19 ORDER BY ug.group_leader DESC, u.user_regdate ASC LIMIT 20
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 221
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()
FILE: memberlist.php
LINE: 1410
CALL: dbal->sql_query_limit()
Code: Select all
Parse error: syntax error, unexpected $end in /home/hours/public_html/forum/cache/tpl_diesel_garage_user_submit_data.html.php on line 159
Code: Select all
General Error
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY c.field_order' at line 1 [1064]
SQL
SELECT c.id, c.title, c.field_order FROM (phpbb_garage_categories c) WHERE c.id = ORDER BY c.field_order
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/mods/class_garage.php
LINE: 288
CALL: dbal_mysqli->sql_query()
FILE: garage.php
LINE: 204
CALL: garage->get_category()