Jump to content


Welcome to IPS!

Feel free to browse our community to get a feel for how our community software operates. Post in the pre-sales forum with any questions you have before purchasing or use the Test Posting forum to post a few messages yourself! You can also get a free demo to try the IPS Community Suite yourself.

Already an active IPS client?

Login with the same email address and password you use for the client area to access client-only areas.

3DKiwi

Member Since 08 Jul 2005
Offline Last Active Today, 06:31 PM
****-

Posts I've Made

In Topic: Live examples of sites using Downloads application?

18 January 2012 - 04:34 PM

I'm not hosted but you can check out my downloads section here. I can't think what difference it makes whether you have a hosted package or host elsewhere.

3DKiwi

In Topic: Virus Checking options in Downloads?

17 January 2012 - 10:27 PM

Not something I think IPS should be getting into. Any decent anti-virus system like Norton 360 scans downloads anyway.

3DKiwi

In Topic: IP gallery question

08 January 2012 - 01:37 AM

Quote

is it possible in the settings to make it URL only?

No. To be honest having a gallery doesn't use that much bandwidth and any decent host should be giving you truck loads of bandwidth these days.

3DKiwi

In Topic: lifetime license

19 December 2011 - 02:14 PM

These licences are now pretty much a waste of time. I had a perpetual licence which was great but if you want some of the extras like IP SEO, 5 user IP Chat and the spam monitoring service you have to have a regular licence. Previously people with lifetime and perpetual licences could pay a bit extra for these. IPS changed things about a year ago. To continue using the Spam Monitoring service and IP SEO I had no alternative to change to a regular licence.

3DKiwi

In Topic: start page sinchronyzed with board

05 December 2011 - 05:46 PM

View Postduardito, on 05 December 2011 - 02:06 PM, said:

And you say its done with ip content and ip board.


Glad you like it. Pretty easy to do. The page itself is created using the page set up wizard. Here you tell the page to use the forum wrapper. Alternatively you can start with a blank page. It's then just a matter of adding in calls to the custom blocks that you either create or use the supplied ones, again using wizards. Here's an example of the complete code from my front page.

Hope this helps.

3DKiwi

IP Content created Portal page code

<div class="ipsLayout ipsLayout_withright ipsLayout_largeright clearfix">
	  <div class="ipsLayout_content clearfix">
		{parse block="news"}
	  </div>
	  <div class="ipsLayout_right">
	{parse block="portalnav"}
	{parse block="RecentPosts"}
	{parse block="RecentTopics"}
	{parse block="supclb"}
	{parse block="activeusers"}
	{parse block="ctndn"}
	  </div>
</div>