Jump to content
  • 0

Question

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

Fi mai explicit cu prima modificare, ce vrei mai exact?

Cauta urmatorul cod:

{{if $forum->description}}
	{template="richText" group="global" app="core" location="global" params="$forum->description, array('ipsDataItem_meta', 'ipsContained')"}
{{endif}}

si muta-l imediat sub:

<h4 class="ipsDataItem_title ipsType_large ipsType_break">
				{{if $forum->password && !$forum->loggedInMemberHasPasswordAccess()}}
					<a href="{$forum->url()->setQueryString( 'passForm', '1' )}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="forum_requires_password" sprintf="$forum->_title"}'>{$forum->_title}</a>
				{{else}}
					<a href="{$forum->url()}">{{if $club}}{lang="club_node" sprintf="$club->name, $forum->_title"}{{else}}{$forum->_title}{{endif}}</a>
				{{endif}}
				{{if $forum->redirect_on}}
					&nbsp;&nbsp;<span class='ipsType_light ipsType_medium'>({lang="redirect_hits" pluralize="$forum->redirect_hits"})</span>
				{{endif}}
</h4>

 

Edited by Julianxpp

  • 0
Posted
36 minutes ago, Julianxpp said:

Fi mai explicit cu prima modificare, ce vrei mai exact?

Cauta urmatorul cod:


{{if $forum->description}}
	{template="richText" group="global" app="core" location="global" params="$forum->description, array('ipsDataItem_meta', 'ipsContained')"}
{{endif}}

si muta-l imediat sub:


<h4 class="ipsDataItem_title ipsType_large ipsType_break">
				{{if $forum->password && !$forum->loggedInMemberHasPasswordAccess()}}
					<a href="{$forum->url()->setQueryString( 'passForm', '1' )}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="forum_requires_password" sprintf="$forum->_title"}'>{$forum->_title}</a>
				{{else}}
					<a href="{$forum->url()}">{{if $club}}{lang="club_node" sprintf="$club->name, $forum->_title"}{{else}}{$forum->_title}{{endif}}</a>
				{{endif}}
				{{if $forum->redirect_on}}
					&nbsp;&nbsp;<span class='ipsType_light ipsType_medium'>({lang="redirect_hits" pluralize="$forum->redirect_hits"})</span>
				{{endif}}
</h4>

 

La prima vreau sa modific acolo unde scrie posts sa fie si topicuri . unde caut codul acesta?

  • 0
Posted
19 hours ago, Eugen said:

La prima vreau sa modific acolo unde scrie posts sa fie si topicuri . unde caut codul acesta?

 

18 hours ago, shadyfx said:

forums -> index -> forumRow

<dd class="ipsDataItem_stats_type ipsType_light">{lang="posts_no_number" pluralize="$count"}</dd>

si il inlocuiesti cu:

<dd class="ipsDataItem_stats_type ipsType_light">posts & topics</dd>

sau posturi, cum vrei tu. daca vrei sa iti scrie in functie de limba setata trebuie sa faci tu variabila aceea. [ {lang="posts_no_number" pluralize="$count"} ]

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.