Jump to content

Metor

Members
  • Posts

    132
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Metor reacted to onlyME in Topic Thumbnail for IPS4.x   
    I will consider your idea.
  2. Like
    Metor reacted to CodingJungle in CodingJungle's Apps [support topic]   
    hopefully by monday i will have:
    babble 2.4.0
    CJ Menu 4.2.4
    Names 2 Avatar 3.3.0
    and finally
    Downloads Plus 2.0.0
    all ready and released  
  3. Like
    Metor got a reaction from onlyME in Topic Thumbnail for IPS4.x   
    If you want to show topic thumbnail widget on the main section like this: 
     

    you have to replace the code in bim_tthumb_widget with this one: 
    {{if !empty( $topics ) }} <h2 class='ipsType_sectionTitle ipsType_reset'>{$title}</h2> <div class='ipsPad_half ipsWidget_inner'> <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_icon ipsPos_top'> <div class="bim_tthumb_wrap" style="padding: 0px 5px 0px 0px !important;"> {{if $topic->canChangeThumbnail()}} <a href='#' data-ipsDialog data-ipsDialog-url="{$topic->url('changeTopicThumbnail')}" data-ipsDialog-size="tthumb" data-ipsDialog-title='{lang="bim_tthumb_changeThumb"}' data-ipsDialog-forceReload='true' {{if settings.bim_tthumb_onhover == 1}}data-ipstpopup data-ipstpopup-width='280' data-ipstpopup-target="{$topic->url('tthumbGetImage')}"{{endif}}> {{else}} <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" {{if settings.bim_tthumb_onhover == 1}}data-ipstpopup data-ipstpopup-width='280' data-ipstpopup-target="{$topic->url('tthumbGetImage')}"{{endif}}> {{endif}} <img src='{$topic->tthumb_show()}' {{if $topic->upload_thumbnail}}data-full="{file="$topic->upload_thumbnail" extension="forums_topicThumbnail"}"{{endif}} id="tthumb_{$topic->tid}" class='tthumbimg' width='{setting="bim_tthumb_width"}px' height='{setting="bim_tthumb_height"}px'> </a> </div> </div> <div class='ipsDataItem_main cWidgetComments' style='margin-{{if member.language()->isrtl}}right{{else}}left{{endif}}: {expression="settings.bim_tthumb_width + 5"}px !important;'> <div class="ipsCommentCount ipsPos_right {{if ( $topic->posts - 1 ) === 0}}ipsFaded{{endif}}" data-ipsTooltip title='{lang="replies_number" pluralize="$topic->posts - 1"}'>{expression="\IPS\Member::loggedIn()->language()->formatNumber( $topic->posts - 1 )"}</div> <div class='ipsType_break ipsContained'> {{if $topic->mapped('featured') || $topic->hidden() === -1 || $topic->hidden() === 1}} {{if $topic->hidden() === -1}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{$topic->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span></span> {{elseif $topic->hidden() === 1}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span></span> {{endif}} {{if $topic->mapped('featured')}} <span><span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="featured"}'><i class='fa fa-star'></i></span></span> {{endif}} {{endif}} <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'>{$topic->title}</a> </div> <p class='ipsType_reset ipsType_medium ipsType_blendLinks ipsContained'> <span>{lang="byline_nodate" htmlsprintf="$topic->author()->link()"}</span><br> <span class='ipsType_light'>{lang="topic_started_date" htmlsprintf="\IPS\DateTime::ts( $topic->mapped('date') )->html()"}</span> </p> </div> </li> {{endforeach}} </ul> </div> {{endif}}  
    Gallery view widget looks outdated   (I meant doesn't look that good in some themes)  and doesn't work well on dark themes. just sharing for those who need it. 
  4. Like
    Metor reacted to HeadStand in Template System   
    Can you please clarify what specific functionality you are looking for? I'm not sure what you're looking for when you say "all functionality of the pages module". These are 2 very different things. If you ask me something specific, I'll be happy to answer.
    What is "topic thumbnails in gallery mode"? Is that a 3rd party mod or is that a setting?
     
    You can fix this by adding "|raw" to the field value in the template. For example {$fieldValue|raw}
    I'll mark this as a bug though, as the app should definitely be handling this on its own.
  5. Like
    Metor reacted to TAMAN in Magnum Theme [ support topic ]   
    Sorry no demo page
    But you can visit some websites using the theme here
    http://www.dragonslair.it/
    http://www.dumontduneriders.com/
  6. Like
    Metor reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    Great! Thanks for the update.
  7. Like
    Metor reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    I don't know that that is related to your issue of the prefix disappearing with the app enabled. That's more likely to do with app settings, or a theme conflict or something else. I don't recall without taking a close look.
    That being said, this app doesn't work that way. You can't enter any tag and choose one as a prefix with the app enabled--all prefixes must be predefined and enabled for a forum, and then you can choose one from a dropdown. The app description and screenshots make this pretty clear (I hope), and it is what most people who buy this app are looking for.
  8. Like
    Metor reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    There is a tag cloud widget you can put on pages. There isn't currently a dedicated page listing out all tags.
  9. Like
    Metor reacted to TSP in Post Anonymously in Forums   
    Do you have anything in the SQL error logs related to it? Sounds most likely that the connection haven't been saved for some reason. I would have a look at the SQL error log saved by IPS for the day the comment you have trouble checking was posted on.
    Send me a PM if you need me to log in to see further or you find me the error message.
  10. Like
    Metor reacted to onlyME in Topic Thumbnail for IPS4.x   
    Try to upgrade topic thumbnail to the newest version.
  11. Like
    Metor reacted to -RAW- in Change Post Author - IP.Board 4.x   
    Sorry guys, i will have a look once i get home on monday.
  12. Like
    Metor reacted to Chip White in Change Post Author - IP.Board 4.x   
    I have been having this issue too.
  13. Like
    Metor reacted to TSP in Post Anonymously in Forums   
    Theoretically, if you knew all the information that makes up the anonymous identifier code, someone could try to generate an md5-hash from this information for each member to get an exact match on the code, and thus reveal the identity. 
    Although I view it as unlikely, the unique key setting is available so you could add in a string that you choose, so it's much less likely that someone will guess all the information that the md5-code is made up of. 
    In order to remove the code from the post itself atm, you could change the language string anon_poster_hash in your default language pack. You can search for "Anonymous poster hash" within the language pack translate screen to find it. Replace it with &nbsp;
    I currently don't have a way to remove this from the guest name when you don't have a user configured, but you could connect it to a user account named "Guest" or whatever you choose, and then it will use that account name. 
    I can provide a way to disable this in a later update, I thought it was possible to deselect all for the md5-setting, but that doesn't work, so I'll fix that. 
  14. Like
    Metor reacted to onlyME in Featured Content for IPS4.x+   
    Maybe the problem is due to your browser, please test other browser.
  15. Like
    Metor reacted to onlyME in Featured Content for IPS4.x+   
    Please show me the screenshot.
  16. Like
    Metor reacted to onlyME in Topic Thumbnail for IPS4.x   
    Hi,
    It only shows thumbnails in forum view.
×
×
  • Create New...