Adriano Faria Posted September 5, 2017 Author Posted September 5, 2017 Ok. 1 hour ago, Adriano Faria said: I'll post tomorrow in the morning theHTML of this specific part then you compare with your custom theme. Â
Adriano Faria Posted September 5, 2017 Author Posted September 5, 2017 Tested now on 4.1.19.4 and LD 5.0.7.2 and it works fine too: Anyway, see how it is in your custom theme: links -> front -> view -> view. Below is the date added and date update part: <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="submitted"}</strong></span> <span class="ipsDataItem_generic">{datetime="$link->added"}</span> <meta itemprop='dateCreated' content='{expression="\IPS\DateTime::ts( $link->submitted )->format( 'Y-m-d' )"}'> </li> {{if $link->updated != $link->added}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="updated"}</strong></span> <span class="ipsDataItem_generic">{datetime="$link->updated"}</span> <meta itemprop='dateModified' content='{expression="\IPS\DateTime::ts( $link->updated )->format( 'Y-m-d' )"}'> </li> {{endif}} Â
Telemacus2 Posted September 8, 2017 Posted September 8, 2017 Where can I download version 4.1 or 4.2? I'm running ipb 4.2 but upgrading from 3.4.Â
Adriano Faria Posted September 8, 2017 Author Posted September 8, 2017 1 minute ago, Telemacus2 said: Where can I download version 4.1 or 4.2? I'm running ipb 4.2 but upgrading from 3.4. HI there. Please refer to: Out of curiosity, why use the 4.1 first? You can go straight to 4.2 version. I don't remember any restriction.
Telemacus2 Posted September 8, 2017 Posted September 8, 2017 No reason! I thought maybe you couldn't upgrade from 3.4 to 4.2 (as in 4.2 being the version for ipb 4.0, 4.1).Â
Adriano Faria Posted September 8, 2017 Author Posted September 8, 2017 I see there's a note in the file: Quote Notes Each purchase entitles you to use of Links on one Community installation. Upgrade tested only from versions 4.1.1 and 4.1.0. So if you're using an older version, update to 4.1.X first. Honestly I haven't tested an upgrade from 3.4 to 4.2. I don't use 3.4 for ages now. Well, you can do that. Upgrade to 4.1 version first then right after finish, upgrade to 4.2 version. If you go to public side it will show an error due to reputation, etc.
Telemacus2 Posted September 8, 2017 Posted September 8, 2017 I decided to uninstall my previous version, as many of the links were outdated anyway. (from applications-> out of date applications)Â Then I tried a new fresh install. But this is the error that I'm getting: 2C133/4Â The application you are attempting to install appears to be installed already. To reinstall the application you must first uninstall it.
Telemacus2 Posted September 8, 2017 Posted September 8, 2017 Never mind. After a few more tries, it decided to work. :-? Â Cheers. Adriano Faria 1
thomasdw Posted September 10, 2017 Posted September 10, 2017 On 9/5/2017 at 9:14 AM, Adriano Faria said: <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="submitted"}</strong></span> <span class="ipsDataItem_generic">{datetime="$link->added"}</span> <meta itemprop='dateCreated' content='{expression="\IPS\DateTime::ts( $link->submitted )->format( 'Y-m-d' )"}'> </li> {{if $link->updated != $link->added}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="updated"}</strong></span> <span class="ipsDataItem_generic">{datetime="$link->updated"}</span> <meta itemprop='dateModified' content='{expression="\IPS\DateTime::ts( $link->updated )->format( 'Y-m-d' )"}'> </li> {{endif}} this is what I have <div class="ipsPageHeader ipsClearfix ipsSpacer_bottom"> {{if !$link->container()->open}} <div class='ipsPad_half'> <div class='ipsMessage ipsMessage_error'> {lang="cat_disabled"} </div> </div> {{endif}} <div class='ipsClearfix'> <div class='ipsPos_right ipsResponsive_noFloat ipsResponsive_hidePhone'> {template="follow" app="core" group="global" params="'links', 'link', $link->id, $link->followersCount()"} </div> <div class="ipsPos_left links_thumb"> {template="thumbImage" group="global" app="links" params="$link->image, $link->title, 'medium', '', '', '', 'links_Thumbnail'"} </div> <h1 class='ipsType_pageTitle ipsContained_container'> {{if $link->prefix() OR ( $link->canEdit() AND $link::canTag( NULL, $link->container() ) AND $link::canPrefix( NULL, $link->container() ) )}} <span {{if !$link->prefix()}}class='ipsHide'{{endif}} {{if ( $link->canEdit() AND $link::canTag( NULL, $link->container() ) AND $link::canPrefix( NULL, $link->container() ) )}}data-editablePrefix{{endif}}> {template="prefix" group="global" app="core" params="$link->prefix( TRUE ), $link->prefix()"} </span> {{endif}} {{if $link->mapped('pinned') || $link->affiliate || $link->mapped('featured') || $link->hidden() === -1 || $link->hidden() === 1 || $link->mapped('locked')}} {{if $link->mapped('locked')}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_negative" data-ipsTooltip title='{lang="locked"}'><i class='fa fa-lock'></i></span></span> {{endif}} {{if $link->hidden() === -1 and $link->paid == 0}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_warning" data-ipsTooltip title='{$link->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span></span> {{elseif $link->hidden() === 1 and $link->paid == 0}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span></span> {{elseif $link->hidden() === 1 and $link->paid == 1 and $link->payment_done == 0}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_warning" data-ipsTooltip title='{lang="links_payment_pending"}'><i class='fa fa-usd'></i></span></span> {{endif}} {{if $link->mapped('pinned')}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'><i class='fa fa-thumb-tack'></i></span></span> {{endif}} {{if $link->mapped('featured')}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_positive" data-ipsTooltip title='{lang="featured"}'><i class='fa fa-star'></i></span></span> {{endif}} {{if $link->affiliate}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_positive" data-ipsTooltip title='{lang="link_affiliate"}'><i class='fa fa-trophy'></i></span></span> {{endif}} {{endif}} {{if $link->hits >= \IPS\Settings::i()->links_hotlink_threshold}}<span style="line-height: 24px;" class="ipsDataItem_stats_hot" data-text='{lang="hot_link"}' data-ipsTooltip title='{lang="hot_link_desc"}'></span> {{endif}} {{if $link->canEdit()}} <div class='ipsType_break ipsContained' data-controller="core.front.core.moderation"> <span data-role="editableTitle" title='{lang="click_hold_edit"}'>{$link->title}</span> </div> {{else}} <div class='ipsType_break ipsContained'> <span>{$link->title}</span> </div> {{endif}} </h1> <span class="ipsType_light ipsType_normal links_titleurl">{$link->url}</span> <div class="ipsSpacer_top"> {{if count( $link->tags() ) OR ( $link->canEdit() AND $link::canTag( NULL, $link->container() ) )}} {template="tags" group="global" app="core" params="$link->tags(), FALSE, FALSE, ( $link->canEdit() AND $link::canTag( NULL, $link->container() ) ) ? $link->url() : NULL"} {{endif}} </div> {{if $link->container()->rating}} <div class='links_rating ipsPos_left ipsType_light ipsResponsive_hidePhone'> {$link->rating()|raw} </div> {{endif}} </div> </div> <hr class='ipsHr'> {{if $linkisement = \IPS\core\Advertisement::loadByLocation( 'ad_link_view' )}} <div class='ipsBox'> {$linkisement|raw} </div> {{endif}} {{if !$link->paid}} {{if $link->hidden() === 1 and $link->canUnhide()}} <div class="ipsMessage ipsMessage_warning ipsSpacer_both"> <p class="ipsType_reset">{lang="link_pending_approval"}</p> <br> <ul class='ipsList_inline'> <li><a href="{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'unhide' ) )}" class="ipsButton ipsButton_positive ipsButton_verySmall" title='{lang="approve_title_link"}'><i class="fa fa-check"></i> {lang="approve"}</a></li> {{if $link->canDelete()}} <li><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'delete' ) )}' data-confirm title='{lang="links_delete_title"}' class='ipsButton ipsButton_negative ipsButton_verySmall'><i class='fa fa-times'></i> {lang="delete"}</a></li> {{endif}} </ul> </div> {{endif}} {{endif}} {{if $link->paid == 1 and $link->payment_done == 0}} {{if $link->hidden() === 1 and $link->canUnhide()}} <div class="ipsMessage ipsMessage_warning ipsSpacer_both"> <p class="ipsType_reset">{lang="link_pending_payment_approval"}</p> </div> {{endif}} {{endif}} <div class='ipsColumns ipsColumns_collapsePhone ipsBox ipsPad'> <article class='ipsColumn ipsColumn_fluid'> <div class='ipsPhotoPanel ipsPhotoPanel_tiny ipsClearfix ipsSpacer_bottom'> {template="userPhoto" app="core" group="global" params="$link->author(), 'tiny', $link->warningRef()"} <div> <p class='ipsType_reset ipsType_large ipsType_blendLinks'> {$link->author()->link( $link->warningRef(), \IPS\Settings::i()->links_formatnames )|raw} </p> {{if $link->author()->member_id OR $link->canChangeAuthor()}} <ul class='ipsList_inline'> {{if $link->author()->member_id}} <li><a href='{url="app=core&module=members&id={$link->author()->member_id}&do=content&type=links_link" base="front" seoTitles="$link->author()->members_seo_name" seoTemplate="profile_content"}'>{lang="find_users_links"}</a></li> {{endif}} {{if $link->canChangeAuthor()}} <li><a href='{$link->url()->setQueryString( array( 'do' => 'changeAuthor' ) )}' data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title="{lang="change_link_author"}" title='{lang="change_link_author_title"}'>{lang="change_link_author"}</a></li> {{endif}} {{if \IPS\Settings::i()->links_view_hitters AND ( $link->author()->member_id == \IPS\Member::loggedIn()->member_id OR $link->canEdit() or $link->canPin() or $link->canUnpin() or $link->canFeature() or $link->canUnfeature() or $link->canHide() or $link->canUnhide() or $link->canMove() or $link->canLock() or $link->canUnlock() or $link->canDelete() )}} <li><a href='{$link->url()->setQueryString( array( 'do' => 'viewHitters' ) )}' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-title="{lang="links_link_hitters"}" title='{lang="links_view_hitters_title"}'>{lang="links_view_hitters"}</a></li> {{endif}} </ul> {{endif}} </div> </div> <div class='ipsPad'> <section class='ipsType_normal ipsClearfix'> <div class="ipsClearfix"> <div class='ipsType_richText ipsType_break' itemprop='text' data-controller='core.front.core.lightboxedImages'> {$link->description|raw} </div> </div> <div class="ipsClearfix"> <div class='ipsType_richText ipsType_break' itemprop='text' data-controller='core.front.core.lightboxedImages'> {{foreach $longCFields as $k => $v}} <hr class='ipsHr ipsSpacer_top'> <strong>{lang="links_{$k}"}</strong><br> {$v|raw}</span> {{endforeach}} </div> </div> {{if \IPS\Settings::i()->links_showlinkto}} <hr class='ipsHr ipsSpacer_top ipsSpacer_double'> <h2 class="ipsFieldRow_section">{lang="links_linkto"}</h2> <div class="ccLinksViewLinks form-control"> <div class="input-group"> <input id="bbcode" type="text" size="50" value='[url="{$link->url}"]{$link->title}[/url]'> <span class="input-group-button"><button title="{lang="links_copy_to_clipboard"}" data-ipsTooltip class="clip btn" data-clipboard-action="copy" data-clipboard-target="#bbcode"><i class='fa fa-clipboard'></i></button></span> </div> <div class="input-group"> <input id="html" type="text" size="50" value='<a href="{$link->url}">{$link->title}</a>'> <span class="input-group-button"><button title="{lang="links_copy_to_clipboard"}" data-ipsTooltip class="clip btn" data-clipboard-action="copy" data-clipboard-target="#html"><i class='fa fa-clipboard'></i></button></span> </div> </div> {{endif}} <hr class='ipsHr ipsSpacer_top'> {{if $link->map( 620, 250 )}} <div class='ipsPad_half ipsType_center ipsAreaBackground'> {$link->map( 620, 250 )|raw} </div> <br> {{$geo = json_decode( $link->location, TRUE );}} <div class='ipsType_center'><i class="fa fa-map-marker" aria-hidden="true"></i> {$geo['city']} - {$geo['region']}, {lang="country-{$geo['country']}"}</div> <hr class='ipsHr ipsSpacer_top'> {{endif}} {{if $link instanceof \IPS\Content\Reputation and settings.reputation_enabled}} <div class='ipsPos_right'> {template="reputation" app="core" group="global" params="$link"} </div> {{endif}} {{if $link->canEdit() or $link->canPin() or $link->canUnpin() or $link->canFeature() or $link->canUnfeature() or $link->canHide() or $link->canUnhide() or $link->canMove() or $link->canLock() or $link->canUnlock() or $link->canDelete()}} <a href='#elFileActions_menu' id='elFileActions' class='ipsButton ipsButton_light ipsButton_verySmall' data-ipsMenu>{lang="link_actions"} <i class='fa fa-caret-down'></i></a> <ul id='elFileActions_menu' class='ipsMenu ipsMenu_auto ipsHide'> {{if $link->canEdit()}} <li class='ipsMenu_item'><a href='{$link->url()->setQueryString( array( 'do' => 'edit' ) )}'>{lang="links_edit_details"}</a></li> {{if settings.links_thumbnails_api !== 'upload'}} <li class='ipsMenu_item'><a href='{$link->url()->setQueryString( array( 'do' => 'thumb' ) )}' data-confirm>{lang="links_refresh_thumbnail"}</a></li> <li class='ipsMenu_item'><a href='{$link->url()->setQueryString( array( 'do' => 'manual' ) )}' data-ipsDialog data-ipsDialog-size="medium" data-ipsDialog-title="{lang="links_manaul_upload"}">{lang="links_manaul_upload"}</a></li> {{endif}} {{endif}} {{if $link->canAffiliate()}} {{if $link->affiliate}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'unaffiliate' ) )}' data-confirm>{lang="links_affiliate_remove"}</a></li> {{else}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'affiliate' ) )}' data-confirm>{lang="links_affiliate_yes"}</a></li> {{endif}} {{endif}} {{if $link->canFeature()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'feature' ) )}'>{lang="feature"}</a></li> {{endif}} {{if $link->canUnfeature()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'unfeature' ) )}'>{lang="unfeature"}</a></li> {{endif}} {{if $link->canPin()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'pin' ) )}'>{lang="pin"}</a></li> {{endif}} {{if $link->canUnpin()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'unpin' ) )}'>{lang="unpin"}</a></li> {{endif}} {{if $link->canHide()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'hide' ) )}' data-ipsDialog data-ipsDialog-title="{lang="hide"}">{lang="hide"}</a></li> {{endif}} {{if $link->canUnhide() AND !$link->paid}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'unhide' ) )}'>{{if $link->hidden() === 1}}{lang="approve"}{{else}}{lang="unhide"}{{endif}}</a></li> {{endif}} {{if $link->canLock()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'lock' ) )}'>{lang="lock"}</a></li> {{endif}} {{if $link->canUnlock()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'unlock' ) )}'>{lang="unlock"}</a></li> {{endif}} {{if $link->canMove()}} <li class='ipsMenu_item'><a href='{$link->url()->setQueryString( array( 'do' => 'move' ) )}' data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title="{lang="move"}">{lang="move"}</a></li> {{endif}} {{if $link->canDelete()}} <li class='ipsMenu_item'><a href='{$link->url()->csrf()->setQueryString( array( 'do' => 'moderate', 'action' => 'delete' ) )}' data-confirm>{lang="delete"}</a></li> {{endif}} </ul> {{endif}} {{if !\IPS\Member::loggedIn()->group['gbw_no_report'] }} <a href='{$link->url('report')}' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-title="{lang="report_link"}" data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage="{lang="report_submit_success"}" title="{lang="report_link"}" class='ipsType_medium'>{lang="report_link"}</a> {{endif}} </section> </div> </article> <aside class='ipsColumn ipsColumn_wide'> <div data-controller="links.front.links.view" data-linkId="{$link->id}"> <a {{if settings.links_linkview == 3}}target="_blank" {{endif}}{{if settings.links_nofollow}}rel="external nofollow" {{endif}}data-action="clickCounter" href='{$link->externalUrl}' title='{lang="links_visit_site"}' class='ipsButton ipsButton_normal ipsButton_fullWidth'> <i class='fa fa-mouse-pointer'></i> {lang="links_visit_site"} </a> <br> <h2 class='ipsType_sectionHead'>{lang="link_information"}</h2> <ul class="ipsDataList ipsDataList_reducedSpacing ipsSpacer_top"> <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="views"}</strong></span> <span class="ipsDataItem_generic">{number="$link->views"}</span> <meta itemprop='interactionCount' content='UserPageVisits:{$link->views}'> </li> <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="links_hits"}</strong></span> <span class="ipsDataItem_generic">{number="$link->hits"}</span> </li> {{if $link->container()->allow_comments}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="total_comments"}</strong></span> <span class="ipsDataItem_generic">{number="$link->comments"}</span> </li> {{endif}} {{if $link->container()->allow_reviews}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="total_reviews"}</strong></span> <span class="ipsDataItem_generic">{number="$link->reviews"}</span> </li> {{endif}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="submitted"}</strong></span> <span class="ipsDataItem_generic">{datetime="$link->added"}</span> <meta itemprop='dateCreated' content='{expression="\IPS\DateTime::ts( $link->submitted )->format( 'Y-m-d' )"}'> </li> {{if $link->updated != $link->added}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="updated"}</strong></span> <span class="ipsDataItem_generic">{datetime="$link->updated"}</span> <meta itemprop='dateModified' content='{expression="\IPS\DateTime::ts( $link->updated )->format( 'Y-m-d' )"}'> </li> {{endif}} {{if \IPS\Member::loggedIn()->hasAcpRestriction( 'core', 'members', 'membertools_ip' )}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="ip_address"}</strong></span> <span class="ipsDataItem_generic"> {{if mb_strlen( $link->ipaddress ) <= 16 }} <a href="{url="app=core&module=modcp&controller=modcp&tab=ip_tools&ip=$link->ipaddress" seoTemplate="modcp_ip_tools"}">{$link->ipaddress}</a> {{else}} <a href="{url="app=core&module=modcp&controller=modcp&tab=ip_tools&ip=$link->ipaddress" seoTemplate="modcp_ip_tools"}"><span data-ipsTooltip title='{$link->ipaddress}'>{truncate="$link->ipaddress" length="22"}</span></a> {{endif}} </span> <meta itemprop='dateCreated' content='{expression="\IPS\DateTime::ts( $link->submitted )->format( 'Y-m-d' )"}'> </li> {{endif}} {{foreach $cfields as $k => $v}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size4"><strong>{lang="links_{$k}"}</strong></span> <span class="ipsDataItem_generic">{$v|raw}</span> </li> {{endforeach}} </ul> <div class='ipsResponsive_showPhone ipsResponsive_block ipsSpacer_top'> {template="follow" app="core" group="global" params="'links', 'link', $link->id, $link->followers()->count( TRUE )"} </div> </div> </aside> </div> {{if $prev || $next}} <div class='ipsGrid ipsGrid_collapsePhone ipsPager ipsSpacer_top'> {{if $prev !== NULL}} <div class="ipsGrid_span6 ipsType_left ipsPager_prev"> <a href="{$prev->url()}" title="{lang="prev_link"}" rel="prev"> <span class="ipsPager_type">{lang="prev_link"}</span> <span class="ipsPager_title ipsType_light ipsType_break">{wordbreak="$prev->mapped('title')"}</span> </a> </div> {{else}} <div class="ipsGrid_span6 ipsType_left ipsPager_prev"> <a href="{$link->container()->url()}" title="{lang="link_go_to_category" sprintf="$link->container()->_title"}" rel="up"> <span class="ipsPager_type">{lang="link_back_to_category"}</span> <span class="ipsPager_title ipsType_light ipsType_break">{lang="$link->container()->_title" wordbreak="true"}</span> </a> </div> {{endif}} {{if $next !== NULL}} <div class="ipsGrid_span6 ipsType_right ipsPager_next"> <a href="{$next->url()}" title="{lang="next_link"}" rel="next"> <span class="ipsPager_type">{lang="next_link"}</span> <span class="ipsPager_title ipsType_light ipsType_break">{wordbreak="$next->mapped('title')"}</span> </a> </div> {{else}} <div class="ipsGrid_span6 ipsType_right ipsPager_next"> <a href="{$link->container()->url()}" title="{lang="link_go_to_category" sprintf="$link->container()->_title"}" rel="up"> <span class="ipsPager_type">{lang="link_back_to_category"}</span> <span class="ipsPager_title ipsType_light ipsType_break">{lang="$link->container()->_title" wordbreak="true"}</span> </a> </div> {{endif}} </div> <hr class='ipsHr'> {{endif}} {{if $link->displayShareLinks()}} {{$count = \IPS\links\link::contentCount( $link->container() );}} {{if $count == 1}}<br>{{endif}} {template="sharelinks" app="core" group="global" params="$link"} <br> {{endif}} {{if $commentsAndReviews}} <a id="replies"></a> <h2 class='ipsType_sectionTitle ipsType_reset'>{lang="user_feedback"}</h2> {$commentsAndReviews|raw} {{endif}} {{if count( $otherLinks )}} <div class='ipsBox ipsSpacer_top'> <h2 class='ipsType_sectionTitle ipsType_reset'>{lang="links_display_others" sprintf="$link->container()->_title"}</h2> <div class='ipsAreaBackground ipsPad_half'> <div class='ipsCarousel ipsClearfix' data-ipsCarousel data-ipsCarousel-showDots> <ul class='cDownloadsCarousel' data-role="carouselItems"> {{foreach $otherLinks as $idx => $myLink}} {template="indexBlock" group="browse" params="$myLink"} {{endforeach}} </ul> <span class='ipsCarousel_shadow ipsCarousel_shadowLeft'></span> <span class='ipsCarousel_shadow ipsCarousel_shadowRight'></span> <a href='#' class='ipsCarousel_nav ipsHide' data-action='prev'><i class='fa fa-chevron-left'></i></a> <a href='#' class='ipsCarousel_nav ipsHide' data-action='next'><i class='fa fa-chevron-right'></i></a> </div> </div> </div> {{endif}} Â
thomasdw Posted September 11, 2017 Posted September 11, 2017 I checked your fix and it is working now . Thanks for your support - problem solved Adriano Faria 1
Adriano Faria Posted September 16, 2017 Author Posted September 16, 2017 What's New in Version 5.1.1: Features: Rework in club post screen A few templates tweaks to make a category (without permission to submit links) to act like a container to subcategories Added link to the links in Admin CP -> Links and Affialiates screens Rework in the category icons Fixes: All bugs reported in the tracker
Netherlord Posted September 17, 2017 Posted September 17, 2017 None of the thumbnail generators work now. except maybe the paid one. Not sure.
Adriano Faria Posted September 17, 2017 Author Posted September 17, 2017 No change in APIs were made; only template edits. Anyway, I just tested on my site and they are offline too. We're on a weekend. They are free services, etc. Probably they are in maintenance. Test again today later/tomorrow in the morning. Netherlord 1
Netherlord Posted September 22, 2017 Posted September 22, 2017 On 9/17/2017 at 3:52 PM, Adriano Faria said: No change in APIs were made; only template edits. Anyway, I just tested on my site and they are offline too. We're on a weekend. They are free services, etc. Probably they are in maintenance. Test again today later/tomorrow in the morning. Still having issues. Is there a way I can edit a template to just include a picture of a link as default? and not bother with all this.
Adriano Faria Posted September 23, 2017 Author Posted September 23, 2017 15 hours ago, Netherlord said: Still having issues. Is there a way I can edit a template to just include a picture of a link as default? and not bother with all this. Not sure what you're requesting. What issue are you having? Still not generating thumbs? WebThumbnail is working right now. Sneak.pw don't: Â
Netherlord Posted September 23, 2017 Posted September 23, 2017 9 hours ago, Adriano Faria said: Not sure what you're requesting. What issue are you having? Still not generating thumbs? WebThumbnail is working right now. Sneak.pw don't: Â Yeah thumbnail generation is not working, and when it is there are loading issues with trying to fetch images and failing. I've switched to manually uploading now. So it's ok Adriano Faria 1
GoDuBois Posted September 26, 2017 Posted September 26, 2017 Hi @Adriano Faria I have a question. I am interested in this app. I am planning to use as a Business Directory, where businesses can ad menus, coupons, info, images etc.... I am also using the Classified app, that you help create and I love it!! What would be the advantage of using The links directory as my Business directory instead of just adding business categories to my Classifieds app? I know the link directory, a member can add a link, but besides that, what would be the big difference on using this as my business directory ? Thank you for your time. Steve Â
Adriano Faria Posted September 26, 2017 Author Posted September 26, 2017 Just now, GoDuBois said: Hi @Adriano Faria I have a question. I am interested in this app. I am planning to use as a Business Directory, where businesses can ad menus, coupons, info, images etc.... I am also using the Classified app, that you help create and I love it!! What would be the advantage of using The links directory as my Business directory instead of just adding business categories to my Classifieds app? I know the link directory, a member can add a link, but besides that, what would be the big difference on using this as my business directory ? Thank you for your time. Steve For this specific use, I'd suggest you use this https://invisioncommunity.com/files/file/7756-sd-company-directory/  GoDuBois 1
Square Wheels Posted October 3, 2017 Posted October 3, 2017 Just bought my second copy. Adriano Faria 1
Adriano Faria Posted October 3, 2017 Author Posted October 3, 2017 2 minutes ago, Square Wheels said: Just bought my second copy. Thank you, sir. ? Square Wheels 1
Square Wheels Posted October 4, 2017 Posted October 4, 2017 I just installed it last night, added 1 test link, then deleted it. The stats sections still lists 1 link with 2 views. https://loopsters.org/index.php?/links/
Adriano Faria Posted October 4, 2017 Author Posted October 4, 2017 37 minutes ago, Square Wheels said: I just installed it last night, added 1 test link, then deleted it. The stats sections still lists 1 link with 2 views. https://loopsters.org/index.php?/links/ Stats widget? I’ll fix it.Â
Square Wheels Posted October 4, 2017 Posted October 4, 2017 Yes, and no hurry at all for me, just letting you know. Thanks
Adriano Faria Posted October 4, 2017 Author Posted October 4, 2017 What's New in Version 5.1.2: Fixes: Fix: Display only approved links in stats Fix: UPLOAD extra field type New Features: Link image in PROMOTE (image below) New setting (Show URL domain?) to display the URL domain in Visit bottom on link view (image below) Â Â
Telemacus2 Posted October 4, 2017 Posted October 4, 2017 I recently renewed my license and am now considering installling this on another site. I've got a couple of questions / suggestions. 1) At present, I don't think it's possible to add a link to more than 1 category. There are many scenarios where this would be pretty useful. Imagine mine was a coding site, and I had links to sites of great ipb coders, and had classified them in different categories, say... languages. Portuguese, English, Italian, whatever... If I add a coder and his site to one of those categories, say Portuguese, I'd have to create another link in the English speaking category, and possibly more categories! (Not sure if this is even possible at present, because the old app detected the url and said that a new link couldn't have the same url as an existing one. Even if were possible to have 2 different links sharing the same url, this would still be a bit messy, because when it came to ratings, the votes for the same link in one category could be different from those in another category, and so on. Of course this is just one of many possible scenarios, this happened to me all the time with the 3.4.2 app. 2) I don't think this is possible at present either (but I could be totally wrong!). I'd like links to have a "weight" value. Thus, the ones with more weight will be at the top and listed first. Admins can change the weight manually. Why? basically, I think it makes a lot of sense to put paid links at the top of the list. And when there are no paid links, I would also like to see some links listed first, maybe because I honestly think they're the best, perhaps because they're other sites of mine (and it makes little sense to see my own links listed on page 4!), or for whatever reason. Perhaps a more technical word than "weight" would be "link positioning". Â
Recommended Posts