logo
  • You need 5 posts to download resources. You can only download 2 resources per day. To remove these limits consider upgrading.
Portal

IPS Portal 1.8.1

No permission to download
1.png.8072fdfacde27d47ff238659917e49bd.png
2.png.0aab23771a43b9deb872ef74020e6585.png

3.png.58d7d997cc6973d1b42d0a36085c51b5.png

A new version of the Portal application.

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.



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


5) replace code with this code and save

{{if $topic->prefix()}}

Code:
   <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}}

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>
{{endif}}
Author
PhoenixRising
Downloads
0
Views
62
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from PhoenixRising

Top