Jump to content

aXenDev

Members
  • Posts

    658
  • Joined

  • Days Won

    6

 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 aXenDev

  1. 1 minute ago, byMarcoX said:

    I went from the stable version to the beta 2, doing the standard update from the admin as requested by the software

    Quote

    Due to the complete rebuilding of the theme, reinstallation is recommended if you upgrade the theme from version 2.4.7 to version 3.0.0.

    I posted relevant information. The reason is a complete re-design of the theme to squeeze the maximum potential of IPS 4.5. Reconfiguration is required when upgrading from IPS 4.4 to IPS 4.5.

    The beta will end when the beta of IPS 4.5 also ends, but I find the theme version 3.0.0 Beta 2 very stable. Future beta versions will rather contain bug fixes.

  2. 39 minutes ago, byMarcoX said:

    Too bad, I wanted to test the beta version (since I was testing the beta version of invision) it erased all the changes and settings I had made (especially the footer) a lot of functions do not work, when we change in the admin, it does not take into account the changes, we will have to wait for the final version, but a pity that the update erases everything 😞

    Is it to upgrade from beta 1 to beta 2?

  3. I have code in topicRow:

              		{{if \count( $row->reactBlurb() ) and theme.fluent_forums_reaction}}    
    					<div class="ipsDataItem_generic ipsReactOverview ipsReactOverview_small ipsType_light">
    						<ul>
                  				<li class="ipsReactOverview_repCount">
    								{expression="\count( $row->reactions() )"}
    							</li>
    							{{foreach $row->reactBlurb() AS $key => $count}}
    							<li>	
                                  {$key}
    								{{$reaction = \IPS\Content\Reaction::load( $key );}}  
    								<a href='{$row->url('showReactions')->setQueryString( 'reaction', $reaction->id )}' data-ipsDialog data-ipsDialog-title='{lang="see_who_reacted"}' data-ipsTooltip title='{lang="see_who_reacted_x" sprintf="\IPS\Member::loggedIn()->language()->addToStack( 'reaction_title_' . $reaction->id )"}'>
    									<img class='reactionIcon' src='{file="$reaction->_icon" extension="core_Reaction"}' alt='{lang="reaction_title_{$reaction->id}"}'>
    								</a>
    							</li>
    							{{endforeach}}
    						</ul>
    					</div>
                  	{{endif}}

    Unfortunately, with this code all reactions in the topic are counted.  I would like to include only the reactions of the author of the topic.
    I expect that in the foreach loop I need to add a condition, but I have no idea what it might be.

  4. Due to changes that will occur on the market in version 3.0.0 theme, I am withdrawing the modification "(aXen) Article System in Pages".

    People who purchased the theme can write to me in a private message to add them to the list of customers of this application. After adding people to the list you will be able to install the add-on.

    The condition is active support and the purchase of the theme before July 3, 2020.

×
×
  • Create New...