Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AVSIM.com Posted May 27, 2017 Posted May 27, 2017 I'm trying to edit the recent posts sidebar to include in the hover over "title" tag the forum in which the topic is posted. In the example below, the Forum Title would replace the Topic Title in the "title=" tag. {{if !empty( $topics ) }} <h3 class='ipsWidget_title ipsType_reset'>{$title}</h3> <div class='ipsWidget_inner latest_posts hot_spot'> <ul class='ipsDataList ipsDataList_reducedSpacing'> {{foreach $topics as $topic}} <li class='ipsDataItem{{if $topic->unread()}} ipsDataItem_unread{{endif}}{{if $topic->hidden()}} ipsModerated{{endif}}'> <div class='ipsDataItem_main'> <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title ipsType_break'>{wordbreak="$topic->title"}</a> </div> </li> {{endforeach}} </ul> </div> {{endif}}
Recommended Posts
Archived
This topic is now archived and is closed to further replies.