New: Discover the new feature "Recently shared images"
Page 1 of 1
New: Discover the new feature "Recently shared images"
New: Discover the new feature "Recently shared images" |
Dear Forumotion users, Your Forumotion team is pleased to announce the launch on our forums of a new feature: Recently shared images. With this feature, it is a question of highlighting the photos shared by your community in the messages of the topics. This functionality is visible on the homepage, on the one hand, and on a dedicated page, on the other hand. The "Recently shared images" moduleThe "Recently shared images" module is present on the forum index just before the "Who is online?" : Note that, depending on the specifics of the forum and the version used, the rendering will not be the same. The display of images is subject to certain conditions:
The new page dedicated to "Recently shared images"In addition to the module present on the forum index, the images are also available on a dedicated page: http/forum_address/images The link allowing you and your members to access this page is integrated into the navigation menu of your forum (if you have not disabled the display of this link). How to configure the visibility of this feature?You can choose who has the right to access this feature via the special rights setting. This setting allows you to define which users will or will not see the module on the forum index, the link in the navigation menu or the dedicated page. By default, the recently shared images feature is enabled for everyone (including guests). The rights to see the item in the navigation menu, the module on the forum index and the dedicated page can be configured here:
How do I partially or completely disable this feature?We know that depending on the forums, their community, their topic of discussion and many other criteria, everyone's needs will be different. This is why you have control over the partial or total activation of the functionality as follows:
These options are configurable by following this process:
We hope this update can be useful to you, Your Forumotion team |
A Forumotion Important Announcement |
The Godfather- Administrator
- Posts : 5372
Reputation : 847
Ape, SLGray and SarkZKalie like this post
Re: New: Discover the new feature "Recently shared images"
| Administrators who have customized the following template should consider the changes below: index_box. (Administrators who have not customized this template are not affected by these modifications natively included in the basic template of the forum) |
- AwesomeBB index_box:
ADD :- Code:
<!-- BEGIN switch_forum_images -->
<div class="forum">
<div class="forum-header">
<div class="category-title">
<i class="material-icons">mms</i>
<span>{switch_forum_images.TITLE}</span>
</div>
</div>
<div class="container-imgs-list" style="max-height: 500px; margin-top: 8px" id="imageList">
{switch_forum_images.SCRIPTS}
</div>
</div>
<!-- END switch_forum_images -->
- Code:
<!-- END tablefoot -->
<!-- END catrow -->
- Invision index_box:
ADD :- Code:
<!-- BEGIN switch_forum_images -->
<div class="borderwrap">
<div class="maintitle floated">
<h3>{switch_forum_images.TITLE}</h3>
</div>
<div class="container-imgs-list" style="max-height: 500px" id="imageList">
{switch_forum_images.SCRIPTS}
</div>
</div>
<!-- END switch_forum_images -->
- Code:
<!-- END tablefoot -->
<!-- END catrow -->
- ModernBB index_box:
ADD :- Code:
<!-- BEGIN switch_forum_images -->
<div class="forabg">
<div class="header">
<h3 class="table-title" style="padding:18px;display:block;margin:0;">{switch_forum_images.TITLE}</h3>
</div>
<div class="container-imgs-list" style="max-height: 500px" id="imageList">
{switch_forum_images.SCRIPTS}
</div>
</div>
<!-- END switch_forum_images -->
- Code:
<!-- END tablefoot -->
<!-- END catrow -->
- PHPBB3 index_box:
ADD :- Code:
<!-- BEGIN switch_forum_images -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dd class="dterm"><div class="table-title"><h2>{switch_forum_images.TITLE}</h2></div></dd>
</dl>
</li>
</ul>
<div class="container-imgs-list" style="max-height: 500px" id="imageList">
{switch_forum_images.SCRIPTS}
</div>
</div>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_forum_images -->
- Code:
<!-- END tablefoot -->
<!-- END catrow -->
- PunBB index_box:
ADD :- Code:
<!-- BEGIN switch_forum_images -->
<div class="main">
<div class="main-head">
<h3>{switch_forum_images.TITLE}</h3>
</div>
<div class="main-content container-imgs-list" style="max-height: 500px" id="imageList">
{switch_forum_images.SCRIPTS}
</div>
</div>
<!-- END switch_forum_images -->
- Code:
<!-- END tablefoot -->
<!-- END catrow -->
</div>
- PHPBB2 index_box:
ADD :- Code:
<!-- BEGIN switch_forum_images -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="catHead">
<span class="cattitle">{switch_forum_images.TITLE}</span>
</td>
</tr>
<tr>
<td class="row1">
<div class="container-imgs-list" style="max-height: 500px" id="imageList">
{switch_forum_images.SCRIPTS}
</div>
</td>
</tr>
</table>
<!-- END switch_forum_images -->
- Code:
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
The Godfather- Administrator
- Posts : 5372
Reputation : 847
SLGray likes this post
The Godfather- Administrator
- Posts : 5372
Reputation : 847
Ape, SLGray, cassini, EmmaSP, SarkZKalie, tikky and Terminator44 like this post
Similar topics
» New Feature "Recently shared images"
» RECENTLY SHARED IMAGES
» Recently shared Images?
» Recently shared images flaw
» Add a button Move a Scrollbar to Recently shared images
» RECENTLY SHARED IMAGES
» Recently shared Images?
» Recently shared images flaw
» Add a button Move a Scrollbar to Recently shared images
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum