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

Everything posted by Heosforo

  1. Hello @Kevin096 You must create the page, please follow these steps: Page Management -> Pages -> Add Page There you will be able to add the database (content tab). Let me know if you need help. 👍
  2. @beats23 Sorry, I had misunderstood your question. That part is a block (Top forum posts). Please see: Mind doc Let me know if you need help.
  3. It should appear by default, I can take a look if you want. Let me know.
  4. Please one more time. As you said, templates wasn't add correctly. It seems to be working now.
  5. @Darrell England That's weird, could you download it again? You should see something like this: You could also try cleaning your site cache: Admincp -> Support -> Something isn't working correctly -> Go. Please let me know.
  6. @Darrell England I think it's made to work as you say, you're right. You'll need to edit each category and change this: Then you should be able to play with Database permissions as you wish. Let me know if thats helps.
  7. Hello @beats23 In your custom.css find: .ipsNavBar_secondary > li > a { opacity: 0.5; padding: 4px 25px; border-bottom: 0px solid transparent; text-transform: uppercase; font-size: 10px; color: #ffffff; font-family: 'Raleway', sans-serif; font-weight: bold; } Replace with this: .ipsNavBar_secondary > li > a { opacity: 1; padding: 4px 25px; border-bottom: 0px solid transparent; text-transform: uppercase; font-size: 10px; color: #ffffff; font-family: 'Raleway', sans-serif; font-weight: bold; } I think you meant this, let me know 👍
  8. Hello @Darrell England This must be done though Pages -> Databases:
  9. ADD BAGDES (as request) pinned, closed, featured etc.. If you have already installed this Database, just follow this step: 1. Page Management -> Templates -> Open: Database Tickets Records -> Entry Replace all 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 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}}{template="userLink" app="core" group="global" params="$record->author(), $record->warningRef()"} </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> Done.
  10. Hello. No sorry, this works with Pages. If you have it: Page Management -> Databases -> Add Database -> Upload database.
  11. @Sonya* I couldn't think where to put this 😅, is it okay this way?
  12. Thanks @Sonya* I'll take a look now
  13. Hello @Unlucky Thanks For mobile you'll need to search in custom.css, this: #elLogo img { width: 100%; height: 42px; margin: 0; } You probably would need to add "max-width" also to replace the default css. Let me know if that helps.
  14. Hello 1. Sure: What would be better, Slider from theme setting or from Pages? 2. I would need admin access to check (privately) Let me know
  15. Hello @OldAssGeek Please check PM.
  16. Great. Would you mind to give me admincp access to fix this for you? (privately)
  17. Hello. Thanks. You need Pages app to make this happen. Please confirm, so I can take a look
  18. @Unlucky Yes, I'm sorry. Please use any other famous character from the list Password: test Edit: Test account fixed, just in case. User: Test Password: test
  19. Hello. Thanks, I had forgotten ? Check it now.
  20. Hello @rhyker2u I'll make an update for tonight with some extra fixes. Thanks for reporting ?
  21. If anyone is getting "Something went wrong. Please try again" when creating the tickets page. Just go to your Tickets database settings and change his Database key to: db_tickets
  22. Theme updated 2.0.9 What's new: - Added "back to top" button. Demo
  23. Add category images (as request) This is a little trick since you can't add images to database categories. 1. Go to Pages -> Templates -> Database Tickets Category Open: categoryRow  Replace all that code with this new one: {{$RecordsClass = $category::$contentItemClass;}} {{if $category->can('view')}} {{$lastPost = $category->lastPost();}} <div class='ipsGrid_span3 ipsBox ipsPad_half ipsSpacer_top ipsSpacer_bottom ipsDataItem ipsDataItem_responsivePhoto ipsClearfix' data-categoryID="{$category->_id}"> <h4 class='ipsType_sectionTitle ipsType_sectionTitle ipsType_center' title='{{if \IPS\Member::loggedIn()->isAdmin()}}ID: ticket_cat{$category->_id}{{endif}}'> <a title='{$category->_title}' href="{$category->url()}">{$category->_title}</a> </h4> <div class='ipsSpacer_top ipsClearfix'> <a data-ipstooltip="" title='{$category->_title}' href="{$category->url()}"><div class='ticket_cat' id='ticket_cat{$category->_id}'></div></a> <p class='ipsType_center ipsPad'>{$category->_description|raw}</p> </div> {{if $category->can('add')}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{$category->url()->setQueryString( array( 'do' => 'form', 'd' => \IPS\cms\Databases\Dispatcher::i()->databaseId ) )}">{lang="cms_add_new_record_button" sprintf="\IPS\cms\Databases::load( $category->database_id )->recordWord( 1 )"}</a> {{endif}} </div> {{endif}} 2. Add this css to your custom.css .ticket_cat { height: 140px; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #ticket_catID { background-image: url(IMAGE_URL); } Now as admin you will be able to see each category ID (mouse over), so you can add each image through css: Demo
×
×
  • Create New...