[BETA] phpBB Showroom

Modifications maintained and supported by Steve
Forum rules
This forum is moderated by Steve!
Locked
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

[BETA] phpBB Showroom

Post by Steve »

Title: phpBB Showroom
Author: Steve
Mod version: 0.0.11
Supported PhpBB3 Version: 3.0.10
Support: This topic.
Styles supported: prosilver and subsilver2

Description:
My latest MOD for phpBB3 A Car Showroom.Fully packed fully featured Car showroom mod 8-)

Notes:

Demo: http://www.phpbb3-showroom.org/showroom.php
  • Modx:Yes.
  • Automod:Yes.


    Features:
    • Full admin control panel with lots of options and permission settings.
    • Category's and subcategory's for your showroom's.

Download:
Image
Screenshots:
broken!!
FAQ,s

You will love it ;)

Solved..

To prevent being logged out

Open adm/style/acp_showroom.html
find:

Code: Select all

<td style="text-align: center;"><img src="./{catagory.CAT_IMAGE}" alt="" /></td>
replace with:

Code: Select all

<td style="text-align: center;">// fixed in versioon BETA 0.0.9</td>
find:

Code: Select all

			<td style="text-align: center;"><img src="./../{cat_showroom.CAT_IMAGE}" alt="" /></td>
replace with:

Code: Select all

<td style="text-align: center;">// fixed in versioon BETA 0.0.9</td>
./../ :lol:
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Locked