Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Cant Made This Work All The Way. 
 
I'm not for sure if this mod would work with this, but i tryed it anways and it all works BUT on the admin side. when i log into the admin there is post to be a area called "Garage" with the links to mod it, but its not there, and i cant fig out how to make it show up. Its a phpBB mod that i have used with phpbb2.de.

Quote:

#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
$lang['Business'] = 'Business';
$lang['Categories'] = 'Categories';
$lang['Configuration'] = 'Configuration';
$lang['Makes & Models'] = 'Makes & Models';
$lang['Permissions'] = 'Permissions';
$lang['Tools'] = 'Tools';
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------

#


That is what it says to do, and it doesnt work.....
 



 
redneckUPSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
You will deinstall the mod? You must delete all files! Also in de admin folder of your board!
 




____________
Official translator of Icy Phoenix to Dutch
 
brandsrusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
i dont wanna remove it, i just want to get it to work right in the admin control panel so i can use it.
 



 
redneckUPSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
you go need this mod

Code: [Download] [Hide] [Select]
#############################################################################################################
## MOD Title:        phpBB Garage 1.0.2
## MOD Author: poyntesm < esmond.poynton[at]gmail[dot]com > (Esmond Poynton) http://forums.phpbbgarage.com/
## MOD Description:
##            This mod allows users of your forum to add details about their vehicles.
##            Each user can store a configurable number of vehicles and the following data about them
##            - Vehicle Details (including images)
##            - Modifications (including images)
##            - QuarterMile Times (including images)
##            - Rolling Road Runs (including images)
##            - Insurance Premiums
##            - Vehicle Guestbook - Allowing other users leave comments
##            - Vehicle Ratings - Allowing other users to rate the vehicle
##            
##            The front page can be configured to display as requested the following
##            - Newest Vehicle (configurable number)
##            - Last Updated Vehicle (configurable number)
##            - Newest Modification (configurable number)
##            - Last Updated Modification (configurable number)
##            - Most Modified (configurable number)
##            - Most Money Spent (configurable number)
##            - Featured Vehicle (set vehicle or a random one)
##            - Top Rated Vehicle (configurable number)
##            - Top 1/4 Mile Vehicle (configurable number)
##            - Last Commented Vehicle (configurable number)
##            
##            A complete premissions systems is available...allowing you to select what users can do.
##
##            This mod also provides a 1/4 table see http://www.imoc.co.uk/forums/garage.php?mode=quartermile
##            Each time is taking from vehicles in the garage and requires approval to stop messing
##            Approval is via a link that dynamically appears at the bottom of any page if a time requires it.
##
##            This mod also provides an insurance,garage,shop review page. Users Can Add Business's Themselves.
##            Although for the business to appear in a review page the moderator must approve it.
##
## MOD Version:        1.0.2
##
## Installation Level:    Easy
## Installation Time:    10 Minutes
## Files To Edit: (13)
##             viewtopic.php
##             viewonline.php
##             includes/constants.php
##             includes/page_header.php
##             includes/page_tail.php
##             includes/usercp_viewprofile.php
##            language/lang_english/lang_admin.php
##            language/lang_english/lang_main.php
##             templates/subSilver/subSilver.cfg
##             templates/subSilver/viewtopic_body.tpl
##             templates/subSilver/overall_footer.tpl
##            templates/subSilver/overall_header.tpl
##            templates/subSilver/profile_view_body.tpl
##
## Included Files: (84)
##            Install Garage.txt
##            Upgrade.txt
##            contrib/Install Garage.txt
##            contrib/profilcp/
##            contrib/templates/
##             root/garage.php
##             root/install_garage.php
##            root/admin/admin_garage_business.php
##            root/admin/admin_garage_categories.php
##            root/admin/admin_garage_config.php
##            root/admin/admin_garage_models.php
##            root/admin/admin_garage_permissions.php
##            root/admin/admin_garage_tools.php
##            root/includes/functions_garage.php
##            root/language/lang_english/lang_garage.php
##            root/language/lang_english/lang_garage_error.php
##            root/templates/subSilver/garage.tpl
##            root/templates/subSilver/garage_browse.tpl
##            root/templates/subSilver/garage_browse_insurance.tpl
##            root/templates/subSilver/garage_edit_comment.tpl
##            root/templates/subSilver/garage_error.tpl
##            root/templates/subSilver/garage_footer.tpl
##            root/templates/subSilver/garage_header.tpl
##            root/templates/subSilver/garage_insurance.tpl
##            root/templates/subSilver/garage_manage_vehicle_gallery.tpl
##            root/templates/subSilver/garage_menu.tpl
##            root/templates/subSilver/garage_modification.tpl
##            root/templates/subSilver/garage_pending.tpl
##            root/templates/subSilver/garage_quartermile.tpl
##            root/templates/subSilver/garage_quartermile_table.tpl
##            root/templates/subSilver/garage_reassign_business.tpl
##            root/templates/subSilver/garage_rollingroad.tpl
##            root/templates/subSilver/garage_rollingroad_table.tpl
##            root/templates/subSilver/garage_search.tpl
##            root/templates/subSilver/garage_user_submit.tpl
##            root/templates/subSilver/garage_user_submit_make.tpl
##            root/templates/subSilver/garage_user_submit_model.tpl
##            root/templates/subSilver/garage_vehicle.tpl
##            root/templates/subSilver/garage_vehicle_select_javascript.tpl
##            root/templates/subSilver/garage_view_garage_business.tpl
##            root/templates/subSilver/garage_view_guestbook.tpl
##            root/templates/subSilver/garage_view_insurance_business.tpl
##            root/templates/subSilver/garage_view_modification.tpl
##            root/templates/subSilver/garage_view_shop_business.tpl
##            root/templates/subSilver/garage_view_vehicle.tpl
##            root/templates/subSilver/admin/garage_business.tpl
##            root/templates/subSilver/admin/garage_business_edit.tpl
##            root/templates/subSilver/admin/garage_category.tpl
##            root/templates/subSilver/admin/garage_category_delete_body.tpl
##            root/templates/subSilver/admin/garage_category_edit_body.tpl
##            root/templates/subSilver/admin/garage_config.tpl
##            root/templates/subSilver/admin/garage_message.tpl
##            root/templates/subSilver/admin/garage_model.tpl
##            root/templates/subSilver/admin/garage_model_delete.tpl
##            root/templates/subSilver/admin/garage_model_edit.tpl
##            root/templates/subSilver/admin/garage_orphans.tpl
##            root/templates/subSilver/admin/garage_permissions.tpl
##            root/templates/subSilver/admin/garage_tools.tpl
##            root/templates/subSilver/images/garage_camera.gif
##            root/templates/subSilver/images/garage_slip.gif
##            root/templates/subSilver/images/lang_english/garage_add_insurance.gif
##            root/templates/subSilver/images/lang_english/garage_add_modification.gif
##            root/templates/subSilver/images/lang_english/garage_add_quartermile.gif
##            root/templates/subSilver/images/lang_english/garage_add_rollingroad.gif
##            root/templates/subSilver/images/lang_english/garage_browse.gif
##            root/templates/subSilver/images/lang_english/garage_create_vehicle.gif
##            root/templates/subSilver/images/lang_english/garage_delete.gif
##            root/templates/subSilver/images/lang_english/garage_delete_vehicle.gif
##            root/templates/subSilver/images/lang_english/garage_edit.gif
##            root/templates/subSilver/images/lang_english/garage_edit_vehicle.gif
##            root/templates/subSilver/images/lang_english/garage_garage_review.gif
##            root/templates/subSilver/images/lang_english/garage_insurance_review.gif
##            root/templates/subSilver/images/lang_english/garage_main_menu.gif
##            root/templates/subSilver/images/lang_english/garage_main_vehicle.gif
##            root/templates/subSilver/images/lang_english/garage_manage_gallery.gif
##            root/templates/subSilver/images/lang_english/garage_no_thumb.gif
##            root/templates/subSilver/images/lang_english/garage_quartermile_table.gif
##            root/templates/subSilver/images/lang_english/garage_rollingroad_table.gif
##            root/templates/subSilver/images/lang_english/garage_search.gif
##            root/templates/subSilver/images/lang_english/garage_shop_review.gif
##            root/templates/subSilver/images/lang_english/garage_view_vehicle.gif
##            root/templates/subSilver/images/lang_english/icon_garage.gif
##            upgrade/upgrade_garage-1.0.0.php
##            upgrade/upgrade_garage-1.0.0.txt
## License: http://opensource.org/licenses/GPL-license.php GNU General Public License v2 or any later version
######################################################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
######################################################################################
## Author Notes:
##
##    - This Mod Was Inspired By IPB Based Garage By Matthew C. Veno
##
######################################################################################
## MOD History:
##   27-02-2006 - Version 1.0.2
##    - Fix javascript error on adding a new model
##    - Fix setting private permissions
##    - Fix offset year
##    - Fix userlink in viewing insurance business
##
##   01-02-2006 - Version 1.0.0
##    - Version Submitted To phpBB.com's MOD DB. (Resubmitted with changes 01-02-2006)
##    - Version Submitted To phpBB.com's MOD DB. (Resubmitted with one change 08-01-2006)
##
##   06-01-2006 - Version 0.9.4
##    - 0000120: (Vehicle) Update should be required for new rating if set in ACP (poyntesm)
##    - 0000117: (ACP) submission fix : Missing language in admin_garage_tools.php (poyntesm)
##    - 0000110: (General) submission fix : Use socket_set_timeout as it works on all versions of PHP 4 and PHP 5 (poyntesm)
##    - 0000107: (Installation) submission fix : Identifier "year" is a reserved keyword in MySQL (poyntesm)
##    - 0000108: (Installation) submission fix : Identifier "name" is a reserved keyword in MySQL (poyntesm)
##    - 0000109: (General) submission fix : SQL queries passed to mysql_query should not end in semicolons. (poyntesm)
##    - 0000104: (General) submission fix : Use POST_USERS_URL constant where needed (poyntesm)
##    - 0000111: (General) submission fix : Move some javascript from functions into .tpl files (poyntesm)
##    - 0000119: (ACP) submission fix : Missing language in admin_garage_models.php (poyntesm)
##    - 0000114: (ACP) submission fix : Remove possible SQL injection from admin_garage_config.php (poyntesm)
##    - 0000113: (ACP) submission fix : Remove possible SQL injection from admin_garage_models.php (poyntesm)
##    - 0000115: (ACP) submission fix : Missing language for block types in featured block dropdown (poyntesm)
##    - 0000106: (General) submission fix : {USERNAME}'s {L_VEHICLE}</span> replaced with {USERNAME} : {L_VEHICLE} (poyntesm)
##    - 0000103: (General) submission fix : Make sure all <a href=...></a> are done using <a href=""></a> (poyntesm)
##    - 0000112: (General) submission fix : Missing language for business type in pending list (poyntesm)
##    - 0000116: (General) submission fix : Make sure all './../' are replaced with $phpbb_root_path instead. (poyntesm)
##    - 0000102: (ACP) submission fix : replace .php with $phpEx (poyntesm)
##    - 0000118: (ACP) submission fix : Missing language in admin_garage_permissions.php (poyntesm)
##    - 0000105: (General) submission fix : srand needs to be called before rand (poyntesm)
##    - 0000101: (General) submission fix : make check_permissions clearer (poyntesm)
##
##   12-12-2005 - Version 0.9.3
##    - 0000100: (Modification) Invalid link when editting modification for adding business. (poyntesm)
##
##   09-12-2005 - Version 0.9.2
##    - 0000099: (Vehicle) Unknown userlevels can cause permission problems. (poyntesm)
##    - 0000098: (Vehicle) Call to undefined function: build_selection_box() in includes/functions_garage.php (poyntesm)
##    - 0000096: (Quartermile Table) No sort option avialable (poyntesm)
##    - 0000097: (Rollingroad Table) No sort option avialable (poyntesm)
##
##   23-11-2005 - Version 0.9.1
##    - 0000094: (Vehicle) Link for Add Tank has no image (poyntesm)
##    - 0000093: (General) Profile Links Broken In Top Rated & Top Quartermile Blocks (poyntesm)
##    - 0000092: (General) Enable duplicate business in pending to be deleted - but to assign existing entry to all items (poyntesm)
##    - 0000084: (Installation) Install scripts needs to work out what needs to be done (poyntesm)
##    - 0000091: (Quartermile) Deleing rollingroad, quartermile from pending list leaves images behind.. (poyntesm)
##    - 0000090: (General) Opening hours not entered in DB for user submitted business's (poyntesm)
##    - 0000087: (General) Include a edit link for within pending view.. (poyntesm)
##    - 0000089: (Insurance) User submitting business is not redirected back correctly. (poyntesm)
##    - 0000088: (Rollingroad) Editting rollingroads does not set it to pending if required via ACP (poyntesm)
##    - 0000086: (Insurance) Unable to delete premium (poyntesm)
##    - 0000085: (Modification) Dropdown category box not correct on edit (poyntesm)
##    - 0000083: (General) Featured vehicle can be a pending make/model (poyntesm)
##    - 0000082: (Insurance) Adding business not appending SID (poyntesm)
##    - 0000081: (Modification) Adding business not appending SID (poyntesm)
##
##   03-11-2005 - Version 0.9.0
##    - Support For GDv1
##    - Icon Set Introduced
##    - Users Can Submit Vehicle Makes - configurable in ACP
##    - Users Can Submit Vehicle Models - configurable in ACP
##    - Single View Of All Pending Items
##    - Insurance Business Review Page Overhauled
##    - Garage Business Review Page Overhauled
##    - Shop Business Review Page Introduced
##    - Some Of The Bug Fixes Below - Many many more...
##        - 0000076: (Quartermile) Pagination broken (poyntesm)
##        - 0000077: (Rollingroad) Pagination broken (poyntesm)
##        - 0000069: (Vehicle) Uploaded images not working on vehicle creation (poyntesm)
##        - 0000067: (Search) Hardcoded English Text in garage.php (poyntesm)
##        - 0000055: (Template) view_vehicle on IE is displaying incorrectly. (poyntesm)
##        - 0000061: (Vehicle) Mouse over thumbnail of featured vehicle produces "target=_blank" (poyntesm)
##        - 0000054: (General) $lang not used in overall_header.tpl (poyntesm)
##        - 0000060: (ACP) Rebuild thumbnails can produce errors if original file is missing (poyntesm)
##
##   17-09-2005 - Version 0.1.2
##    - Rollingroad can be enabled/disabled via ACP
##    - Rollingroad can be enabled/disabled via ACP
##    - Integration with phpBB profile view
##
##   20-07-2005 - Version 0.1.1
##    See inlcuded changelog for fuller details :
##    - New Rating System - Including New Frontpage Block
##    - 1/4 Mile Table Now Only Returns Top Run Per Vehicle - Including New Frontpage Block
##    - Quartermile/Business Approval Now ACP Customizable
##    - Front Page Blocks Now Position Dynamically, Not Fixed To Left Or Right Column
##    - Bug Fixes
##
##   17-06-2005 - Version 0.1.0
##    See inlcuded changelog for fuller details :
##    - Full Permissions System
##    - Main Menu ACP Customizable
##    - Featured Vehicle Can Now Be Selected From Blocks
##    - Bug Fixes
##
##   02-06-2005 - Version 0.0.9
##    See inlcuded changelog for fuller details :
##    - Support For Remote Images
##    - Rebuildng Of Thumbnails
##    - Bug Fixes
##
##   20-05-2005 - Version 0.0.8
##    See inlcuded changelog for fuller details :
##    - Moderation Of All Vehicle Details (quartermile,rollingroad,insurance)
##    - Bug Fixes
##             
##   27-04-2005 - Version 0.0.7
##    First public release of the phpBB garage mod :
##    - Major garage functionality all working
##    - ACP panels for all major admin functions
##             
######################################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
######################################################################################

#
#-----[ COPY ]------------------------------------------
#
copy root/*.* TO *.*

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
Create directory ./garage
Create directory ./garage/upload
Chmod ./garage/ to 755
Chmod ./garage/upload to 777
Open your web browser and run install_garage.php
Delete install_garage.php if it ran succesfully

#
#-----[ OPEN ]-----
#
viewtopic.php

#
#-----[ FIND ]------------------------------------------
#
<?php
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
# this is a partial search : the full line is longer
//
// Go ahead and pull all data for this topic
//
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- modify
#
#-----[ FIND ]------------------------------------------
#
# this is a partial search : the full line is longer
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from
#
#-----[ IN-LINE FIND ]------------------------------------------
#

pt.post_text, pt.post_subject, pt.bbcode_uid

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
, g.made_year, makes.make, models.model, g.id as garage_id
#
#-----[ FIND ]------------------------------------------
#
    FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u, " . POSTS_TEXT_TABLE . " pt
#
#-----[ AFTER, ADD ]------------------------------------------
#
        LEFT JOIN " . GARAGE_TABLE ." AS g on g.member_id = p.poster_id and g.main_vehicle = 1
                LEFT JOIN " . GARAGE_MAKES_TABLE . " AS makes ON g.make_id = makes.id
                LEFT JOIN " . GARAGE_MODELS_TABLE . " AS models ON g.model_id = models.id
#
#-----[ FIND ]------------------------------------------
#
    LIMIT $start, ".$board_config['posts_per_page'];
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------

#
#-----[ FIND ]------------------------------------------
#

    $poster_from = ( $postrow[$i]['user_from'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Location'] . ': ' . $postrow[$i]['user_from'] : '';

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
    $garage_id = $postrow[$i]['garage_id'];
    $poster_car_year = ( $postrow[$i]['made_year'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang[''] . ' ' . $postrow[$i]['made_year'] : '';
    $poster_car_make = ( $postrow[$i]['make'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang[''] . ' ' . $postrow[$i]['make'] : '';
    $poster_car_model = ( $postrow[$i]['model'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang[''] . ' ' . $postrow[$i]['model'] : '';
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
        'POSTER_FROM' => $poster_from,

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
        'POSTER_CAR_MAKE' => $poster_car_make,
        'POSTER_CAR_MODEL' => $poster_car_model,
        'POSTER_CAR_YEAR' => $poster_car_year,
        'VIEW_POSTER_CARPROFILE' => ($userdata['user_level'] != ADMIN)? append_sid("garage.$phpEx?mode=view_vehicle&amp;CID=" . $garage_id) : append_sid("garage.$phpEx?mode=view_vehicle&amp;CID=" . $garage_id) ,
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------
#
#-----[ OPEN ]-----
#
viewonline.php

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]-----
#
                case PAGE_FAQ:
                    $location = $lang['Viewing_FAQ'];
                    $location_url = "faq.$phpEx";
                    break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
                case PAGE_GARAGE:
                    $location = $lang['Viewing_Garage'];
                    $location_url = "garage.$phpEx";
                    break;
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------
#
#-----[ OPEN ]-----
#
includes/constants.php

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
define('GARAGE_TABLE', $table_prefix.'garage');
define('GARAGE_CONFIG_TABLE', $table_prefix.'garage_config');
define('GARAGE_CATEGORIES_TABLE', $table_prefix.'garage_categories');
define('GARAGE_GALLERY_TABLE', $table_prefix.'garage_gallery');
define('GARAGE_GUESTBOOKS_TABLE', $table_prefix.'garage_guestbooks');
define('GARAGE_IMAGES_TABLE', $table_prefix.'garage_images');
define('GARAGE_MAKES_TABLE', $table_prefix.'garage_makes');
define('GARAGE_MODELS_TABLE', $table_prefix.'garage_models');
define('GARAGE_MODS_TABLE', $table_prefix.'garage_mods');
define('GARAGE_QUARTERMILE_TABLE', $table_prefix.'garage_quartermile');
define('GARAGE_ROLLINGROAD_TABLE', $table_prefix.'garage_rollingroad');
define('GARAGE_BUSINESS_TABLE', $table_prefix.'garage_business');
define('GARAGE_INSURANCE_TABLE', $table_prefix.'garage_insurance');
define('GARAGE_RATING_TABLE', $table_prefix.'garage_rating');
define('GARAGE_UPLOAD_PATH', 'garage/upload/');
define('PAGE_GARAGE', -2120);
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------
#
#-----[ OPEN ]-----
#
includes/page_header.php

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
    'L_FAQ' => $lang['FAQ'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
    'L_GARAGE' => $lang['Garage'],
    'L_QUARTERMILE_TABLE' => $lang['Quartermile_Table'],
    'U_GARAGE' => append_sid("garage.$phpEx"),
    'U_QUARTERMILE' => append_sid("garage.$phpEx?mode=quartermile"),
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------
#
#-----[ OPEN ]-----
#
includes/page_tail.php

#
#-----[ FIND ]------------------------------------------
#
<?php
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]-----
#
$admin_link = ( $userdata['user_level'] == ADMIN ) ? '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><br />' : '';
#
#-----[ AFTER, ADD ]------------------------------------------
#

//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
if ( $userdata['user_level'] == ADMIN )
{
    $sql = "SELECT count(*) AS total
        FROM ". GARAGE_QUARTERMILE_TABLE ." qm
        WHERE qm.pending = 1";
    if( !($result = $db->sql_query($sql)) )
    {
        message_die(GENERAL_ERROR, 'Could not query information', '', __LINE__, __FILE__, $sql);
    }

    $count = $db->sql_fetchrow($result);
    $db->sql_freeresult($result);

    $temp_url = append_sid("garage.$phpEx?mode=garage_pending");
    //We Have At Least One Pending Image So Display Link
    if ( $count['total'] > 0 )
    {
        $pending_link = ( $userdata['user_level'] == ADMIN || $userdata['full_mod'] == FULL_MOD ) ? '<a href="'.$temp_url.'">' . $lang['Pending_Items'] . '</a>&nbsp;&nbsp;' : '';
    }
    //Not Found A Pending Item So Lets Keep Checking Other Types
    else
    {
        $sql = "SELECT count(*) AS total
            FROM ". GARAGE_ROLLINGROAD_TABLE ." rr
            WHERE rr.pending = 1";
        if( !($result = $db->sql_query($sql)) )
        {
            message_die(GENERAL_ERROR, 'Could not query pics information', '', __LINE__, __FILE__, $sql);
        }

        $count = $db->sql_fetchrow($result);
        $db->sql_freeresult($result);
        //We Have At Least One Pending Image So Display Link
        if ( $count['total'] > 0 )
        {
            $pending_link = ( $userdata['user_level'] == ADMIN || $userdata['full_mod'] == FULL_MOD ) ? '<a href="'.$temp_url.'">' . $lang['Pending_Items'] . '</a>&nbsp;&nbsp;' : '';
        }
        //Still Not Found A Pending Item So Lets Keep Checking Other Types
        else
        {
            $sql = "SELECT count(*) AS total
                FROM ". GARAGE_BUSINESS_TABLE ." bus
                WHERE bus.pending = 1";
            if( !($result = $db->sql_query($sql)) )
            {
                message_die(GENERAL_ERROR, 'Could not query pics information', '', __LINE__, __FILE__, $sql);
            }

            $count = $db->sql_fetchrow($result);
            $db->sql_freeresult($result);
            if ( $count['total'] > 0 )
            {
                $pending_link = ( $userdata['user_level'] == ADMIN || $userdata['full_mod'] == FULL_MOD ) ? '<a href="'.$temp_url.'">' . $lang['Pending_Items'] . '</a>&nbsp;&nbsp;' : '';
            }
            //Still Not Found A Pending Item So Lets Keep Checking Other Types
            else
            {
                $sql = "SELECT count(*) AS total
                    FROM ". GARAGE_MODELS_TABLE ." models
                    WHERE models.pending = 1";
                if( !($result = $db->sql_query($sql)) )
                {
                    message_die(GENERAL_ERROR, 'Could not query pics information', '', __LINE__, __FILE__, $sql);
                }

                $count = $db->sql_fetchrow($result);
                $db->sql_freeresult($result);
                if ( $count['total'] > 0 )
                {
                    $pending_link = ( $userdata['user_level'] == ADMIN || $userdata['full_mod'] == FULL_MOD ) ? '<a href="'.$temp_url.'">' . $lang['Pending_Items'] . '</a>&nbsp;&nbsp;' : '';
                }
                else
                {
                    $sql = "SELECT count(*) AS total
                        FROM ". GARAGE_MAKES_TABLE ." makes
                        WHERE makes.pending = 1";
                    if( !($result = $db->sql_query($sql)) )
                    {
                        message_die(GENERAL_ERROR, 'Could not query pics information', '', __LINE__, __FILE__, $sql);
                    }

                    $count = $db->sql_fetchrow($result);
                    $db->sql_freeresult($result);
                    if ( $count['total'] > 0 )
                    {
                        $pending_link = ( $userdata['user_level'] == ADMIN || $userdata['full_mod'] == FULL_MOD ) ? '<a href="'.$temp_url.'">' . $lang['Pending_Items'] . '</a>&nbsp;&nbsp;' : '';
                    }
                    //Out Of Luck No More Tables To Check
                    else
                    {
                        $pending_link = '';
                    }
                }
            }
        }
    }
}
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------

#
#-----[ FIND ]-----
#
    'TRANSLATION_INFO' => (isset($lang['TRANSLATION_INFO'])) ? $lang['TRANSLATION_INFO'] : ((isset($lang['TRANSLATION'])) ? $lang['TRANSLATION'] : ''),
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
    'PENDING_LINK' => $pending_link,
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------
#
#-----[ OPEN ]-----
#
includes/usercp_viewprofile.php

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
make_jumpbox('viewforum.'.$phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------
#

//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
require($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_garage.' . $phpEx);
require($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_garage_error.' . $phpEx);
require($phpbb_root_path . 'includes/functions_garage.' . $phpEx);

$sql = "SELECT g.*, images.*, makes.make, models.model, user.username, user.user_avatar_type,
    user.user_allowavatar, user.user_avatar,
        count(mods.id) AS total_mods,  
        ( SUM(mods.price) + SUM(mods.install_price) ) AS total_spent
        FROM " . GARAGE_TABLE . " AS g  
        LEFT JOIN " . USERS_TABLE ." AS user ON g.member_id = user.user_id
                LEFT JOIN " . GARAGE_MODS_TABLE . " AS mods ON g.id = mods.garage_id
                LEFT JOIN " . GARAGE_MAKES_TABLE . " AS makes ON g.make_id = makes.id
                LEFT JOIN " . GARAGE_MODELS_TABLE . " AS models ON g.model_id = models.id
        LEFT JOIN " . GARAGE_IMAGES_TABLE . " AS images ON images.attach_id = g.image_id
        WHERE g.member_id = " . $profiledata['user_id'] . " AND g.main_vehicle = 1
                GROUP BY g.id";

if ( !($result = $db->sql_query($sql)) )
{
           message_die(GENERAL_ERROR, 'Could Not Select Vehicle Data', '', __LINE__, __FILE__, $sql);
}

$vehicle_row = $db->sql_fetchrow($result);

if ( $db->sql_numrows($result) > 0 )
{
    $template->assign_block_vars('garage_vehicle', array());
    $total_spent = $vehicle_row['total_spent'] ? $vehicle_row['total_spent'] : 0;

    //Display Just Thumbnails Of All Images Or Just One Main Image
    if ( $garage_config['profile_thumbs'] == 1 )
    {
               $gallery_query = "SELECT gallery.id, images.attach_id, images.attach_hits, images.attach_ext,
                                    images.attach_file, images.attach_thumb_location, images.attach_is_image,
                                    images.attach_location
                                     FROM " . GARAGE_IMAGES_TABLE . " AS images
                    LEFT JOIN " . GARAGE_GALLERY_TABLE . " AS gallery ON images.attach_id = gallery.image_id
                                         LEFT JOIN " . GARAGE_TABLE . " AS garage ON gallery.garage_id = garage.id
                                     WHERE garage.id = " . $vehicle_row['id'] .";";
        if ( !($result = $db->sql_query($gallery_query)) )
              {
                 message_die(GENERAL_ERROR, 'Could Not Select Image Data For Vehicle', '', __LINE__, __FILE__, $sql);
              }
    
            while ( $gallery_data = $db->sql_fetchrow($result) )
               {
                    if ( $gallery_data['attach_is_image'] )
                   {
                        // Do we have a thumbnail?  If so, our job is simple here :)
                if ( (empty($gallery_data['attach_thumb_location']) == FALSE) AND ($gallery_data['attach_thumb_location'] != $gallery_data['attach_location']) AND ( $vehicle_images_found <= 12) )
                        {
                                // Form the image link
                    $thumb_image = GARAGE_UPLOAD_PATH . $gallery_data['attach_thumb_location'];
                    $id = $gallery_data['attach_id'];
                    $title = $gallery_data['attach_file'];
                    $hilite_image .= '<a href=garage.php?mode=view_gallery_item&amp;type=garage_gallery&amp;image_id='. $id .' title=' . $title .' target="_blank"><img hspace="5" vspace="5" src="' . $thumb_image .'" class="attach"  /></a> ';
                           }
            }
            }

        $mod_query = "SELECT m.*,images.attach_id, images.attach_hits, images.attach_ext,
                        images.attach_file, images.attach_thumb_location, images.attach_is_image,
                        images.attach_location
                 FROM " . GARAGE_MODS_TABLE . " as m
                        LEFT JOIN " . GARAGE_IMAGES_TABLE . " AS images ON images.attach_id = m.image_id
                   WHERE garage_id = " . $vehicle_row['id'] .";";
        if ( !($result = $db->sql_query($mod_query)) )
              {
                 message_die(GENERAL_ERROR, 'Could Not Select Image Data For Vehicle', '', __LINE__, __FILE__, $sql);
              }

            while ( $mod_gallery = $db->sql_fetchrow($result) )
               {
                    if ( $mod_gallery['attach_is_image'] )
                   {
                        // Do we have a thumbnail?  If so, our job is simple here :)
                if ( (empty($mod_gallery['attach_thumb_location']) == FALSE) AND ($mod_gallery['attach_thumb_location'] != $gallery_data['attach_location']) AND ( $vehicle_images_found <= 12) )
                        {
                                // Form the image link
                    $thumb_image = GARAGE_UPLOAD_PATH . $mod_gallery['attach_thumb_location'];
                    $id = $mod_gallery['attach_id'];
                    $title = $mod_gallerya['attach_file'];
                    $hilite_image .= '<a href=garage.php?mode=view_gallery_item&amp;type=garage_gallery&amp;image_id='. $id .' title=' . $title .' target="_blank"><img hspace="5" vspace="5" src="' . $thumb_image .'" class="attach"  /></a> ';
                           }
            }
            }
    }
    //Looks Like We Only Need To Draw One Main Image
    else
    {
        if ( ($vehicle_row['image_id']) AND ($vehicle_row['attach_is_image']) AND (!empty($vehicle_row['attach_thumb_location'])) AND (!empty($vehicle_row['attach_location'])) )
        {
            // Check to see if this is a remote image
            if ( preg_match( "/^http:///i", $vehicle_row['attach_location']) )
            {
                $image = $vehicle_row['attach_location'];
                $id = $vehicle_row['attach_id'];
                $title = $vehicle_row['attach_file'];
                $total_image_views = $vehicle_row['attach_hits'];
                $hilite_image = '<a href=garage.php?mode=view_gallery_item&amp;type=garage_mod&amp;image_id='. $id .' title=' . $title .' target="_blank"><img hspace="5" vspace="5" src="' . $image .'" class="attach"  /></a>';
            }
            else
            {
                $image = GARAGE_UPLOAD_PATH . $vehicle_row['attach_location'];
                $id = $vehicle_row['attach_id'];
                $title = $vehicle_row['attach_file'];
                $total_image_views = $vehicle_row['attach_hits'];
                $hilite_image = '<a href=garage.php?mode=view_gallery_item&amp;type=garage_mod&amp;image_id='. $id .' title=' . $title .' target="_blank"><img hspace="5" vspace="5" src="' . $image .'" class="attach"  /></a>';
            }
        }
    }

    $garage_img ='<a href="' . append_sid("garage.$phpEx?mode=browse&search=yes&user=".$profiledata['username']."") . '"><img src="' . $images['icon_garage'] . '" alt="'.$lang['Garage'].'" title="'.$lang['Garage'].'" border="0" /></a>';

    $template->assign_vars(array(
        'L_VEHICLE' => $lang['Vehicle'],
        'L_GARAGE' => $lang['Garage'],
        'L_COLOUR' => $lang['Colour'],
        'L_MILEAGE' => $lang['Mileage'],
        'L_PRICE' => $lang['Purchased_Price'],
        'L_TOTAL_MODS' => $lang['Total_Mods'],
        'L_TOTAL_SPENT' => $lang['Total_Spent'],
        'L_DESCRIPTION' => $lang['Description'],
        'L_SEARCH_USER_GARAGE' => $lang['Search_User_Garage'],
        'YEAR' => $vehicle_row['year'],
        'MAKE' => $vehicle_row['make'],
        'MODEL' => $vehicle_row['model'],
               'COLOUR' => $vehicle_row['color'],
               'HILITE_IMAGE' => $hilite_image,
            'MILEAGE' => $vehicle_row['mileage'],
            'MILEAGE_UNITS' => $vehicle_row['mileage_unit'],
            'PRICE' => $vehicle_row['price'],
            'CURRENCY' => $vehicle_row['currency'],
            'TOTAL_MODS' => $vehicle_row['total_mods'],
            'TOTAL_SPENT' => $total_spent,
            'TOTAL_VIEWS' => $vehicle_row['views'],
            'DESCRIPTION' => $vehicle_row['comments'],
            'GARAGE_IMG' => $garage_img,
        'U_SEARCH_USER_GARAGE' => append_sid("garage.$phpEx?mode=browse"))
    );
}
//-- mod finish: Garage ----------------------------------------------------------------------------------------------------
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
$lang['Business'] = 'Business';
$lang['Categories'] = 'Categories';
$lang['Configuration'] = 'Configuration';
$lang['Makes & Models'] = 'Makes & Models';
$lang['Permissions'] = 'Permissions';
$lang['Tools'] = 'Tools';
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------

#
#-----[ OPEN ]-----
#
language/lang_english/lang_main.php

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]-----
#
 
//
// That's all, Folks!
// -------------------------------------------------

#
#-----[ BEFORE, ADD ]------------------------------------------
#

//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
$lang['Garage'] = 'Garage';
$lang['Viewing_Garage'] = 'Viewing Garage';
$lang['Quartermile_Table'] = '1/4 Mile Table';
$lang['Pending_Items'] = 'View Pending Garage Items';
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------

#
#-----[ OPEN ]-----
#
templates/subSilver/viewtopic_body.tpl

#
#-----[ FIND ]------------------------------------------
#
# this is a partial search : the full line is longer
{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
{postrow.POSTER_FROM}
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#

<br /><br /><a href="{postrow.VIEW_POSTER_CARPROFILE}" >{postrow.POSTER_CAR_YEAR} {postrow.POSTER_CAR_MAKE} {postrow.POSTER_CAR_MODEL}</a>

#
#-----[ OPEN ]-----
#
templates/subSilver/overall_footer.tpl

#
#-----[ FIND ]------------------------------------------
#
<div align="center"><span class="copyright"><br />
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<span class="copyright"><br />
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#

{PENDING_LINK}

#
#-----[ OPEN ]-----
#
templates/subSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<span class="mainmenu">&nbsp;
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<a href="{U_GARAGE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_GARAGE}" hspace="3" />{L_GARAGE}</a>&nbsp; &nbsp;<a href="{U_QUARTERMILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_QUARTERMILE_TABLE}" hspace="3" />{L_QUARTERMILE_TABLE}</a>&nbsp; &nbsp;
#
#-----[ OPEN ]-----
#
templates/subSilver/profile_view_body.tpl

#
#-----[ FIND ]------------------------------------------
#
          //--></script><noscript>{ICQ_IMG}</noscript></td>
        </tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
    <!-- BEGIN garage_vehicle -->
        <tr>
            <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_GARAGE}:</span></td>
            <td class="row1" valign="middle"><span class="gen">{GARAGE_IMG}</span></td>
        </tr>
      <!-- END garage_vehicle -->
#
#-----[ FIND ]------------------------------------------
#
      </table>
    </td>
  </tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
  <!-- BEGIN garage_vehicle -->
  <tr>
    <td class="catLeft" align="center" height="28" colspan="2"><b><span class="gen">{USERNAME}'s {L_VEHICLE}</span></b></td>
  </tr>
  <tr>
    <td class='row1' colspan="2"><span class="gen"><b>{L_VEHICLE}</b> : {YEAR} {MAKE} {MODEL}</span></td>
  </tr>
  <tr>
    <td class='row1' colspan="2"><span class="gen"><b>{L_COLOUR} </b> : {COLOUR} </span></td>
  </tr>
  <tr>
    <td class='row1' colspan="2"><span class="gen"><b>{L_MILEAGE}</b> : {MILEAGE} {MILEAGE_UNITS}</span></td>
  </tr>
  <tr>
        <td class='row1' colspan="2"><span class="gen"><b>{L_PRICE}</b> : {PRICE} {CURRENCY}</span></td>
  </tr>
  <tr>
        <td class='row1' colspan="2"><span class="gen"><b>{L_TOTAL_MODS}</b> : {TOTAL_MODS}</span></td>
  </tr>
  <tr>
        <td class='row1' colspan="2"><span class="gen"><b>{L_TOTAL_SPENT}</b> : {TOTAL_SPENT} {CURRENCY}</span></td>
  </tr>
  <tr>
        <td class='row1' colspan="2"><span class="gen"><b>{L_DESCRIPTION}</b> : {DESCRIPTION}</span></td>
  </tr>
  <tr>
    <td class="row1" valign="middle" align="left" colspan="2"><span class="gen">{HILITE_IMAGE}</span></td>
  </tr>
  <!-- END garage_vehicle -->
#
#-----[ OPEN ]-----
#
templates/subSilver/subSilver.cfg

#
#-----[ FIND ]------------------------------------------
#
<?php

#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#

//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
$images['vehicle_image_attached']    = "$current_template_images/garage_camera.gif";
$images['slip_image_attached']        = "$current_template_images/garage_slip.gif";
$images['icon_garage']            = "$current_template_images/{LANG}/icon_garage.gif";
$images['garage_main_menu']        = "$current_template_images/{LANG}/garage_main_menu.gif";
$images['garage_browse']        = "$current_template_images/{LANG}/garage_browse.gif";
$images['garage_search']        = "$current_template_images/{LANG}/garage_search.gif";
$images['garage_quartermile_table']    = "$current_template_images/{LANG}/garage_quartermile_table.gif";
$images['garage_rollingroad_table']    = "$current_template_images/{LANG}/garage_rollingroad_table.gif";
$images['garage_garage_review']        = "$current_template_images/{LANG}/garage_garage_review.gif";
$images['garage_shop_review']        = "$current_template_images/{LANG}/garage_shop_review.gif";
$images['garage_insurance_review']    = "$current_template_images/{LANG}/garage_insurance_review.gif";
$images['garage_create_vehicle']    = "$current_template_images/{LANG}/garage_create_vehicle.gif";
$images['garage_edit_vehicle']        = "$current_template_images/{LANG}/garage_edit_vehicle.gif";
$images['garage_delete_vehicle']    = "$current_template_images/{LANG}/garage_delete_vehicle.gif";
$images['garage_view_vehicle']        = "$current_template_images/{LANG}/garage_view_vehicle.gif";
$images['garage_add_modification']    = "$current_template_images/{LANG}/garage_add_modification.gif";
$images['garage_add_insurance']        = "$current_template_images/{LANG}/garage_add_insurance.gif";
$images['garage_add_rollingroad']    = "$current_template_images/{LANG}/garage_add_rollingroad.gif";
$images['garage_add_quartermile']    = "$current_template_images/{LANG}/garage_add_quartermile.gif";
$images['garage_manage_gallery']    = "$current_template_images/{LANG}/garage_manage_gallery.gif";
$images['garage_edit']            = "$current_template_images/{LANG}/garage_edit.gif";
$images['garage_delete']        = "$current_template_images/{LANG}/garage_delete.gif";
$images['garage_main_vehicle']        = "$current_template_images/{LANG}/garage_main_vehicle.gif";
$images['garage_no_thumb']        = "$current_template_images/{LANG}/garage_no_thumb.gif";
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


i have this mod.
 




____________
My New php is the IcyPhoenix
Kravianos PT
 
nickjackSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
ya i got that, well i got phpBB Garage 1.0.3, how did ya get it to work in your admin control pan, that is the only thing given me a problem
 



 
redneckUPSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
redneckUP wrote: [View Post]
ya i got that, well i got phpBB Garage 1.0.3, how did ya get it to work in your admin control pan, that is the only thing given me a problem


i have this mod but not instaled.....
 




____________
My New php is the IcyPhoenix
Kravianos PT
 
nickjackSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
well if you fig out how to make it work in the admin panel, plz let me know.
 



 
redneckUPSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
it work with xs?? I tried it with phpbb plus but it doesn't work...
 




____________
Daniele Caporrella
www.pionierilanciano.org/forum
 
SkorpionSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
I got it to work with phpbb plus, but i left some stuff out becuase it didnt wanna work right. still got some stuff to work out of it. but you can check it out @ http://redneck-up.com
 



 
redneckUPSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
I am working on this currently. While I am working on this, can someone be more specific when they say that the admin side of things dont' work? The code that was pasted in the first post in this topic should work just fine. I'm very sure that part of the code should be functional.

For those others who would like to try to port this mod, the latest download can be found here: h**p://***.phpbbgarage.com/

Again I will try to work on this now, but while I am not new to phpbb, I am fairly new to this particular software (icy phoenix)

Zac
 



 
ZacFieldsSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cant Made This Work All The Way. 
 
Just a quick update. I had to go to work so I was sidetracked on this project.

Specifically here are the problems I've run into when simply following the instructions for installing on phpbb, and adjusting where to upload the files (adm instead of admin, and in the templates directory)

The garage page appears to show. From what I can tell so far, the paths will need to be changed within all the files to accommodate for the different directory titles in IP as compared to phpbb (again, adm instead of admin, etc)

Otherwise simple stuff like paths to the images, etc. This is all I can tell so far...but I will return once I've gotten a chance to look at it a little bit more after I get home.

Zac
 



 
ZacFieldsSend private message  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events