Simple Portal
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
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
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
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?
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
you haven't read this entire topic have you! viewtopic.php?f=8&t=354&start=10#p2963
Re: Simple Portal
Ah yes thank you for that I do remember seeing that when originally reading about the Portalcisco007 wrote:you haven't read this entire topic have you! viewtopic.php?f=8&t=354&start=10#p2963
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Simple Portal
you can also fix it with this
open styles/prosilver/template/simpleportal_body.html
find:
replace with:
refresh template
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>
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>
Re: Simple Portal
Does this work with ProSilver?
Re: Simple Portal
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
Awesome. This is nice. Thanks guys!
Re: Simple Portal
Hi Steve©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. pic:
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