Jump to content

City Trading & Investing

Clients
  • Posts

    10
  • Joined

Reputation Activity

  1. Thanks
    City Trading & Investing reacted to Fast Lane! in Sticky Sidebar   
    Just remember, running google ads on a sticky unit is a no-no unless you haver an AdX account or rep at Google that's approved it.
  2. Thanks
    City Trading & Investing reacted to Nathan Explosion in Sticky Sidebar   
    https://invisioncommunity.com/forums/topic/455108-sticky-sidebar-with-ipssticky/?do=findComment&comment=2807109
    https://invisioncommunity.com/forums/topic/455355-sticky-sidebar-is-stuttering-sometimes-cant-figure-out-why/?do=findComment&comment=2808787
    https://invisioncommunity.com/forums/topic/455108-sticky-sidebar-with-ipssticky/?do=findComment&comment=2807131
     
  3. Like
    City Trading & Investing got a reaction from kmk in Sticky Sidebar   
    Hello. Is there any code to make sidebar sticky? Forums main page is much longer than sidebar content, and just looking for sidebar to sticky so page looks full all the way down on scroll.
     
     
  4. Thanks
    City Trading & Investing reacted to Hisashi in Remove timestamp on main forums page   
    Templates > forums > front > index > forumRow
    Search: datetime="$lastPost
    Remove all following code:
    {{if $lastPost['topic_title']}} <a href='{$lastPost['topic_url']->setQueryString( 'do', 'getLastComment' )}' title='{lang="get_last_post"}'>{datetime="$lastPost['date']"}</a> {{else}} {datetime="$lastPost['date']"} {{endif}}  
  5. Like
    City Trading & Investing reacted to SeNioR- in Remove Post Count From Forum Page   
    Go to index/forumRow
    find & remove
    {{if $lastPost AND ( $forum->can_view_others OR \IPS\Member::loggedIn()->modPermission('can_read_all_topics') OR ( \is_array( \IPS\Member::loggedIn()->modPermission('forums') ) AND \in_array( $forum->_id, \IPS\Member::loggedIn()->modPermission('forums') ) ))}} <dl> {{$count = \IPS\forums\Topic::contentCount( $forum, TRUE );}} <dt class="ipsDataItem_stats_number">{number="$count" format="short"}</dt> <dd class="ipsDataItem_stats_type ipsType_light">{lang="posts_no_number" pluralize="$count" format="short"}</dd> </dl> {{endif}}  
×
×
  • Create New...