👀 You are watching:
Jump to content
👉 Click here to explore Remote Jobs, Work From Home & Global News – USA 🇺🇸 | UK 🇬🇧 | Canada 🇨🇦 | Pakistan 🇵🇰 ×
🚫 Guest Access Notice ×
  • Download trusted applications for Invision Community only on FundayForum.com — your entertainment & community resource hub.

5 Screenshots

About This File

Adds a Portal application to IP.Board. Based upon IP.Board Portal by IPS. Please be sure to direct all support questions or suggestions in the discussion topic rather then at IPS. The Portal is currently exclusive to the IPS Marketplace, I do not support this application elsewhere.

What's New in Version 1.7.0

Compatibility update for IP.Board 4.2.x.


If you use Advanced Tags & Prefixes and you want to integrate Icon on your Portal follow this step

1) Go to AdminCP and Theme

2) click on Edit HTML and CSS

3) Under template select Portal => Front => Browse and select topicRow 

4) in line 4 you have this code

<h2 class='ipsType_sectionTitle ipsType_reset'><a href='{$topic->url()}' title='{lang="view_this_topic" sprintf="$topic->title"}' target='_top'>{$topic->title}</a></h2>

 

5) replace code with this code and save

{{if $topic->prefix()}}
         <h2 class='ipsType_sectionTitle ipsType_reset'>{template="prefix" group="global" app="core" params="$topic->prefix( TRUE ), $topic->prefix()"}&nbsp;&nbsp;<a href='{$topic->url()}' title='{lang="view_this_topic" sprintf="$topic->title"}' target='_top'>{$topic->title}</a></h2>
{{else}}
                <h2 class='ipsType_sectionTitle ipsType_reset'><a href='{$topic->url()}' title='{lang="view_this_topic" sprintf="$topic->title"}' target='_top'>{$topic->title}</a></h2>
{{endif}}

 


What's New in Version 1.6.0   See changelog

Released

  1. A few small bug fixes and feature inclusions.
  2. Introduction of topic thumbnail option. With the ability to pull a thumbnail of a topics first image.

User Feedback

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...