Removing Home nav

I just purchased and installed this skin on my forum. First, great job, this is so much better than the "Lo-Fi" skin that ships with IP.Board 3. Just being able to use the PM system alone is worth the price of admission. :) Thanks for all the hard work you put into this!

A few questions:

1) Are you going to add support for other forum modules in the future? In particular, I'd love to be able to use this skin with the Blog and Gallery modules, in that order. The tracker would also be useful.

2) I don't really need the home tab to the left of the "Forums" tab. I haven't started digging around the templates yet, but if you could point me where I need to change this I'd appreciate it. It would ultimately be nice to have "Forums", "Blog" and "Gallery" here.

Thanks again and take care!

..Al

#532127

Blogs will most likely be coming. Tracker might aswell. Gallery on the other hand I doubt. Maybe if there is enough demand for it I can give it a shot.

As for removing the home tab, ( you can remove the forum tab if you want as well)

Login to the admin, goto look and feel. Then click on Aqua-Soft Mobile.

On the left you should see globalTemplate, open it up and look for the following.

Remove the following (if you want both tabs gone)

	<div id="nav">
<ul>
<if test="showhomeurl:|:$this->settings['home_url']">
<li><a href='{$this->settings['home_url']}'>{$this->settings['home_name']}</a></li>
<else />
<li><a href="http://www.aqua-soft.org/">Home</a></li>
</if>
<li class="active"><a href="../../unavailable.html">Forums</a></li>
</ul>
<div class="clear"></div>
</div>

Then save and that should do it.

#532137

Blogs will most likely be coming. Tracker might aswell. Gallery on the other hand I doubt. Maybe if there is enough demand for it I can give it a shot.

I'm not very concerned about Gallery at all. But the Blogs module gets very heavy use on my forum (I have over 5,000 blog entries so far) so it would be very useful for my members browsing on an iPhone / iPod Touch to be able to access them with this skin. The tracker gets less use, but would be nice to have.

As for removing the home tab, ( you can remove the forum tab if you want as well)

Thanks, good point about removing the forum tab if I'm going to remove the home tab. Once/if Blog support arrives, I can add them back. :)

Thanks again,

..Al

#532141

Blog support would be awesome!

#532161

Commented that tabs too, any ideas on how to customize em cleany?

#532322