Jump to content

Metor

Members
  • Posts

    132
  • Joined

  • Last visited

 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 Metor

  1. ok but is there a way to overwrite it so that post as anonymous plugin overwrites "post as" when enabled? 

    I believe when you turn on anonymous in thread or reply, it should get priority over post as user. That's the "conflict" I'm talking about. 

    also any update on this? if you remember?

    Quote

    That's why I asked for the post as guest custom job if you remember that one last year. So I could remove the post as anonymous plugin and only use yours alone. But that custom job didn't update the post to guest in some areas like activity feed etc... you forgot to reply on that custom job and left the conversation. and tried to contact you again but I don't think you look at your messages often or something.

    I'm willing to pay to fix so I can use only your app and remove post as anonymous.

    Anyways thx for taking your time to look into it. I'll wait what @TSP opinion is.

  2. I'm taking some screenshots. to show you the conflict. But it's okay if it can't be fixed. I'm not expecting that all plugins and apps work perfect.

    That's why I asked for the post as guest custom job if you remember that one last year. So I could remove the post as anonymous plugin and only use yours alone. But that custom job didn't update the post to guest in some areas like activity feed etc... you forgot to reply on that custom job and left the conversation. and tried to contact you again but I don't think you look at your messages often or something.

    Example 1 ( I am a different user posting as jelle) :

    conflict1.thumb.jpg.6067ca790d2c4ba979aaef98bf99af8b.jpgconflict2.thumb.png.2d2c557ca566573ec1c931490818a2da.png

    example one has no conflict since post as overwrites anonymous. no issues here. However if I keep posting as the original author and try to post as anonymous...

    Here is the conflict...

    screenshot-vesanis.com-2018-03-12-22-35-43-298.thumb.png.ef2085e5927c7f88ead5ce1e951473b9.png

    original author stays Jelle when the topic author is not changed but anonymous is enabled. the topic author stays jelle.

    screenshot-vesanis.com-2018-03-12-22-38-52-543.thumb.png.c79f988ee1e998d0232ef2d976865169.png

     

    I just figured it out I believe. When Anonymous posting is enabled it should overwrite post as different user. but currently post as user always goes first. Don't know if it's possible to fix this though. Anonymous should get priority when you enable it. don't know if there is a way to change priorities.

    messaged this conflict to @TSP also

     

  3. 

    Quote

    Probably both extends same class so you probably will have to choose one, since they do similar things. 

    yeah was afraid that was the case. Anyways thanks. If other people have the same problem if you disable post as feature you can use both. 

  4. Quote

    I don’t think this would bring much value to the resource; it’s not its goal but send a PM; I can do as a custom job to you.

    My apologies thought you weren't interested in custom work since you didn't reply to my custom work message. I removed it now though that message. My main problem is that linked account "post as feature" conflicts with anonymous posting of @DSP. Don't know if that's fixable though. I send a message to @DSP to see if it's fixable. 

     
  5. 1 hour ago, TAMAN said:

    I'm so sorry, I thought its just a quick and simple answer to say that it has nothing to do with with the theme i have made and you should report to ips.  thats all, i meant no disrespect or being rude 

    Believe me i'm still learning English, i will surly check and think before posting this time and again so sorry.

     

    Let me know if i can help on anything else

    Have a good day and happy new year.

     

    you didn't come over as rude to me @TAMAN you are a decent developer and person.

  6. 25 minutes ago, Nathan Explosion said:

    Hence - provide a link to the post so I can see the 'issue'

    Using localhost only at the moment

     

    25 minutes ago, Nathan Explosion said:

    Reason I put 'issue' like that is simple: if the video is an attachment then there is no point showing the player. Why? Click the link to find out...Guests cannot view attachments in 4.2.x:

    You can give guests permission to download files/attachments though which I enabled.

    it just looks like this when download permission is enabled and you are logged out.

    Untitled.png.134e2fb0e5d83125855d29f6fb3ce880.png

  7. If you want to show topic thumbnail widget on the main section like this: 

     

    gallerywidgetnomore.thumb.png.c403bbb5ea2e3d6e8bdc245e83b72c13.png

    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) :sweat: and doesn't work well on dark themes. just sharing for those who need it. 

  8. On 5/6/2017 at 9:47 PM, Monstris said:

    @HeadStand

    Is there a way to add custom field in the thread index view? 

    I'm using topic thumbnails in gallery mode for the thread index view. FYI

    sorry if already asked or if the info is already somewhere

     

    frontendfield.png

    Any news on this feature @HeadStand or if you can give me code that I can implement myself would be great. 

  9. @HeadStand

    Is there a way to add custom field in the thread index view? 

    I'm using topic thumbnails in gallery mode for the thread index view. FYI

    sorry if already asked or if the info is already somewhere

     

    frontendfield.png

×
×
  • Create New...