Simple Portal

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Simple Portal

Post by cisco007 »

yeah, but if you look closely at the gallery releases and take a look at the addons you can work out how to add it anywhere!
trekky
BBCoder II
BBCoder II
Posts: 11
Joined: 27 Aug 2010, 15:54

Re: Simple Portal

Post by trekky »

Hi there,

I have just added this onto my forum and think this is a fabulous MOD :thumb:

One question i have though is the newest users section isn't displaying right - please take a look to see what i mean http://www.ukpouchies.co.uk/forum

What could i do to correct it?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Simple Portal

Post by cisco007 »

you haven't read this entire topic have you! viewtopic.php?f=8&t=354&start=10#p2963
trekky
BBCoder II
BBCoder II
Posts: 11
Joined: 27 Aug 2010, 15:54

Re: Simple Portal

Post by trekky »

cisco007 wrote:you haven't read this entire topic have you! viewtopic.php?f=8&t=354&start=10#p2963
Ah yes thank you for that I do remember seeing that when originally reading about the Portal :oops:
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Simple Portal

Post by Steve »

you can also fix it with this
open styles/prosilver/template/simpleportal_body.html
find:

Code: Select all

		<div class="content" style="width:auto; height:auto; padding:10px; padding-bottom:0px;">
				<p><!-- BEGIN top_five_newest --><span style="float:left;">{top_five_newest.USERNAME_FULL}</span><span style="float:right;">{top_five_newest.REG_DATE}</span><br /><!-- END top_five_newest --></p>
			</div>
replace with:

Code: Select all

			<div class="content" style="width:auto; height:auto; padding:10px; padding-bottom:0px;">
				<p><!-- BEGIN top_five_newest --><span style="float:left;">{top_five_newest.USERNAME_FULL} &raquo; </span><br /><span style="float:right;">{top_five_newest.REG_DATE}</span><br /><!-- END top_five_newest --></p>
			</div>
refresh template
NAPWR wrote: Nice, Stoker is Hot
Silent
BBCoder II
BBCoder II
Posts: 10
Joined: 24 Aug 2010, 23:19

Re: Simple Portal

Post by Silent »

Does this work with ProSilver?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Simple Portal

Post by Steve »

Sure does :)
NAPWR wrote: Nice, Stoker is Hot
trekky
BBCoder II
BBCoder II
Posts: 11
Joined: 27 Aug 2010, 15:54

Re: Simple Portal

Post by trekky »

Hi Steve© Thanks that fix worked a treat :thumb: I still had some out of place with the original fix. Looks much better now :D
Silent
BBCoder II
BBCoder II
Posts: 10
Joined: 24 Aug 2010, 23:19

Re: Simple Portal

Post by Silent »

Awesome. This is nice. Thanks guys!
trekky
BBCoder II
BBCoder II
Posts: 11
Joined: 27 Aug 2010, 15:54

Re: Simple Portal

Post by trekky »

Steve© » 18 Aug 2010, 20:09 wrote:upload the simpleportal_body.html and over write the existing one,if you need a subsilver2 template just ask.
simpleportal_body.zip
pic:
table-3.png
Hi Steve©

I spotted this overwrite earlier today while re reading this thread and have added it to my forum http://www.ukpouchies.co.uk/forum

Just one question i have is which bit of info do i remove to get rid of the second login box that at the top left handside?

I'm really pleased with this Portal and would like and think i've finally got it how i want it so thank you to all of you that have contributed to it :thumb:
Locked