Jump to content

Heosforo

Clients
  • Posts

    851
  • Joined

  • Days Won

    4

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Heosforo

  1. On 12/4/2018 at 3:11 AM, kmk said:

    1. Need reduce the author name size, and disable the link function, because confuse the touch accuracy. *Green*

    2. Increase title font size, need clicked or touched sense. *Orange*

    3. I have a ticket opened, but I don't know how change the status. 

     

    Hello.

    Please go to PAGE MANAGEMENT -> Templates -> Database Tickets Records -> Entry
    Replace all that code with this new one:

    <div class='ipsGrid ipsGrid_collapsePhone ipsDataItem'>
      <div class='ipsGrid_span1 ipsType_light ipsType_center ipsPad ipsResponsive_hidePhone'>#{$record->primary_id_field}</div>
      <div class='ipsGrid_span1 ipsPad'>{$record->customFieldDisplayByKey('db_field_priority')|raw}</div>
      <div class='ipsGrid_span4 ipsPad ipsType_left'>
    <div class='ipsPhotoPanel ipsPhotoPanel_tiny'>
    {template="userPhoto" app="core" group="global" params="$record->author(), 'tiny'"}     
    <div> 
    <div class='ipsType_large' data-ipsTruncate data-ipsTruncate-size='1 lines' data-ipsTruncate-type='remove'><a href="{$record->url()}" data-ipstooltip="" title="{$record->_title}">{wordbreak="$record->_title"}</a></div>
    <p class='ipsType_reset ipsType_medium ipsType_blendLinks'>
    {{if $record->canEditTitle()}}{{if $record->unread()}}<i data-ipstooltip="" title='{lang="calperm_perm__reply"}' class="fa fa-commenting-o" aria-hidden="true"></i> {{endif}}{{endif}}
      {expression="\IPS\Member\Group::load( $record->author()->member_group_id )->formatName( $record->author()->name )" raw="true"}
    </p>
    </div>
    </div>
    </div>   
    <div class='ipsGrid_span2 ipsPad ipsType_light ipsType_left ipsResponsive_hidePhone'>   
    <a data-ipstooltip="" title='{$record->container()->_title}' href="{$record->container()->url()}">{$record->container()->_title}</a></div>
    <div class='ipsGrid_span2 ipsPad ipsType_light ipsResponsive_hidePhone'>
    {{if $record->locked()}}<span class='ipsBadge ipsBadge_new ipsBadge_small ipsBadge_icon ipsType_center ipsBadge_warning' data-ipsTooltip title='{lang="locked"}'><i class='fa fa-lock'></i></span> {{endif}}
    {{if $record->isFutureDate() || $record->mapped('pinned') || $record->mapped('featured') || $record->hidden() === -1 || $record->hidden() === 1 || $record->hidden() === -2}}
    {{if $record->isFutureDate()}}
    <span><span class=" ipsBadge ipsBadge_new ipsBadge_small ipsBadge_icon ipsType_center ipsBadge_warning" data-ipsTooltip title='{$record->futureDateBlurb()}'><i class='fa fa-clock-o'></i></span></span>
    			{{elseif $record->hidden() === -1}}
    				<span><span class="ipsBadge ipsBadge_new ipsBadge_small ipsBadge_icon ipsType_center ipsBadge_warning" data-ipsTooltip title='{$record->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span></span>
    			{{elseif $record->hidden() === -2}}
    				<span><span class="ipsBadge ipsBadge_new ipsBadge_small ipsBadge_icon ipsType_center ipsBadge_warning" data-ipsTooltip title='{$record->deletedBlurb()}'><i class='fa fa-trash'></i></span></span>
    			{{elseif $record->hidden() === 1}}
    				<span><span class="ipsBadge ipsBadge_new ipsBadge_small ipsBadge_icon ipsType_center ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span></span>
    			{{endif}}
    			{{if $record->mapped('pinned')}}
    				<span><span class="ipsBadge ipsBadge_new ipsBadge_small ipsBadge_icon ipsType_center ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'><i class='fa fa-thumb-tack'></i></span></span>
    			{{endif}}
    			{{if $record->mapped('featured')}}
    				<span><span class="ipsBadge ipsBadge_new ipsBadge_small ipsBadge_icon ipsType_center ipsBadge_intermediary" data-ipsTooltip title='{lang="featured"}'><i class='fa fa-star'></i></span></span>
    			{{endif}}
    		{{endif}}  
    <span class=' ipsBadge ipsBadge_large ipsType_success'>{$record->customFieldDisplayByKey('db_field_status', 'processed')}</span> 
    </div>
    <div class='ipsGrid_span2 ipsPad ipsType_light'>
    <p class='ipsType_reset ipsResponsive_hidePhone ipsType_medium ipsType_light'>{datetime="$record->mapped('date')"}</p>
    <p class='ipsType_reset ipsResponsive_hideDesktop ipsPos_right ipsType_small ipsType_light'>{datetime="$record->mapped('date')"}</p>
    </div>
    </div>

    3. You need to edit the ticket to change his status.

  2. On 11/14/2018 at 5:30 PM, marijuana4201 said:

    Got a question a bit confused.

    https://caydespub.com/community/ticket/destiny-2/1-r8/

    im trying to get another field to show up in the post and its not showing? 

    and when i use {value} or tittle setting it dont show.. what am i doing wrong? ❤️thanks if you reply 

    Damn, I had forgotten about this topic.

    If you still need help, please send me an MP and I will gladly do it for you 👍

  3. @MJL Once you have installed Go to:
    Page Management -> Pages -> Add Page (Page Builder or Manual HTML).
    Fill the data and once is finish you would be able to add the database when you open te page.

    If you still can't solve I can do this for you, just send me an admincp access, privately.

  4. 9 minutes ago, Unlucky said:

    ive got the first block working ok but for some reason my trending one remains empty no matter what settings i pick

    I have the correct template key added - home_news_trending

    Any ideas? 

    Please check if you have this option enabled: Theme settings -> Mind (tab)

    trendingbar.png.ef0ffd8e4c19f777c3e8ad1817b0272a.png

    I can take a look if you want, let me know

     

    Theme updated.

    - Added URL to buttons (welcome message)
    - Option to add CSS, see "MInd tab"

  5. Hello @Unlucky

    1. To get people faces see this doc

    2. You can set buttons link through Theme settings -> Mind header (tab)

    texts.thumb.png.250a4d57fe3583d5499656d0a53acda2.png
     

    2 hours ago, Unlucky said:

    I have uploaded the latest version which seems to have removed the custom css I had

    This seems to be happening since the last IPS update, I'm investigating its cause.
    I have not made any brutal changes,
    so I don't know where this bug comes from :angry:

    As soon as I have news, I will keep you updated 👍

  6. 30 minutes ago, Semenedar said:

    One more question. I know that some of the items can be translated directly into the Tickets database. ((Fields and Categories, translate or add new) Where do I translate the buttons, or "show all categories", "notify me or replies" and other words that are not in the database? Will I find it in the templates? If so, in which?

    No problem.

    1. Page Management -> Templates -> Database Tckets Records -> index

    - Show all categories:
       Find:

    {lang="cms_show_categories"}

    - Buttons:
       Find:

    {lang="cms_add_new_record_button" sprintf="$database->recordWord( 1 )"}

     

    2. "notify me or replies" belong to your default language:
    Appearance -> Languages -> Translate translate.png.e4a7500cd5af9efe3c10139e5bdba4ee.png

    If you want to translate more just let me know 👍

×
×
  • Create New...