Jump to content

dbkbye

Clients
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    dbkbye reacted to WP V0RT3X in How to get the "edit" link back   
    Try template forums -> topics -> post and insert
    {{if $comment->canEdit()}} {{if $comment->mapped('first') and $comment->item()->canEdit()}} <li class='ipsButton_verySmall'><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li> {{else}} <li class='ipsButton_verySmall'><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li> {{endif}} {{endif}} before this
    <li class='ipsHide' data-role='commentLoading'> <span class='ipsLoading ipsLoading_tiny ipsLoading_noAnim'></span> </li>  
  2. Like
    dbkbye reacted to bfarber in Quoted photos don't appear   
    I would recommend submitting a ticket. See below for what you should see
     
  3. Like
    dbkbye reacted to RocketStang in Theme Color Editing / Top Bar   
    This is what I used...just drop the code below into your Custom CSS file...
    /* Change color of header icons. */ #elUserNav > li > a { color: #FFFFFF; font-weight: bolder; font-size: 15px; }  
  4. Like
    dbkbye reacted to keysolutns in Theme Color Editing / Top Bar   
    So far so good with the 4.52 update except one color issue which I can't seem to find. At the top of the page - the notification area, where can I change the color of the text and icons here. They're so dark against my red themed background. Any idea where this color can be changed? 
     

×
×
  • Create New...