Page 1 of 1

[BETA] phpBB Showroom

Posted: 13 Dec 2012, 23:14
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: