Simple Portal

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

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!

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?

Re: Simple Portal

Post by cisco007 »

you haven't read this entire topic have you! viewtopic.php?f=8&t=354&start=10#p2963

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:

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

Re: Simple Portal

Post by Silent »

Does this work with ProSilver?

Re: Simple Portal

Post by Steve »

Sure does :)

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

Re: Simple Portal

Post by Silent »

Awesome. This is nice. Thanks guys!

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: