[BETA] phpBB Showroom

Modifications maintained and supported by Steve
Forum rules
This forum is moderated by Steve!
User avatar
Steve Offline
Supporter
Supporter
Posts: 1,393
Joined: 04 Mar 2010, 23:10
Last active: -

[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:
secret code: 123 might be abc or thank you might work
When I'm writing code, I am building a picture for you to see and use on your screen...