Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 27, 20177 yr 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}}
Archived
This topic is now archived and is closed to further replies.