Page 15 of 16
Re: Simple Portal
Posted: 05 Sep 2010, 19:50
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
Posted: 06 Sep 2010, 16:21
by trekky
Hi there,
I have just added this onto my forum and think this is a fabulous MOD
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
Posted: 06 Sep 2010, 16:51
by cisco007
you haven't read this entire topic have you!
viewtopic.php?f=8&t=354&start=10#p2963
Re: Simple Portal
Posted: 06 Sep 2010, 17:29
by trekky
Ah yes thank you for that I do remember seeing that when originally reading about the Portal
Re: Simple Portal
Posted: 06 Sep 2010, 17:59
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} » </span><br /><span style="float:right;">{top_five_newest.REG_DATE}</span><br /><!-- END top_five_newest --></p>
</div>
refresh template
Re: Simple Portal
Posted: 07 Sep 2010, 08:57
by Silent
Does this work with ProSilver?
Re: Simple Portal
Posted: 07 Sep 2010, 09:54
by Steve
Sure does
Re: Simple Portal
Posted: 07 Sep 2010, 11:34
by trekky
Hi Steve© Thanks that fix worked a treat
I still had some out of place with the original fix. Looks much better now
Re: Simple Portal
Posted: 07 Sep 2010, 15:13
by Silent
Awesome. This is nice. Thanks guys!
Re: Simple Portal
Posted: 07 Sep 2010, 17:13
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