[Ap Yazılım] Announcement Area

[Ap Yazılım] Announcement Area 1.0.0

No permission to download

Ap Yazılım

Active member
Ap Yazılım submitted a new resource:

[Ap Yazılım] Announcement Area - Adds a modern and user-friendly announcement system to your XenForo platform.

The [Ap Yazılım] Announcement Area plugin is designed to add a modern and user-friendly announcement system to your XenForo platform. With this plugin, you can easily share important announcements with your forum users. Fully customizable through the admin panel, this plugin allows you to quickly edit the announcement area.

Announcement Text Change: AdminCP >> Setup >> XF Options >> [Ap Yazılım] Announcement Area

Visual Customization: AdminCP >> Style Properties >> [Ap...

Read more about this resource...
 
Why would you have a button?

To remove this from the Announcement:

Find template: ap_duyuru_alani

Search:
Code:
            <b>
              {$xf.options.ap_duyuru_metin|raw}<br>
              <button class="iletisimButton"> {$xf.options.ap_duyuru_iletisim|raw}</button>
                </b>

Replace with:
Code:
            <xf:comment><b>
              {$xf.options.ap_duyuru_metin|raw}<br>
              <button class="iletisimButton"> {$xf.options.ap_duyuru_iletisim|raw}</button>
                </b></xf:comment>
 
Neden bir düğmeniz olsun ki?

Bunu Duyurudan kaldırmak için:

Şablonu bul: ap_duyuru_alani

Aramak:
[KOD] <b>
{$xf.options.ap_duyuru_metin|raw<br>
<button class="iletisimButton"> {$xf.options.ap_duyuru_iletisim|ham</button>
</b>[/KOD]

Şununla değiştir:
[KOD] <xf:comment><b>
{$xf.options.ap_duyuru_metin|raw<br>
<button class="iletisimButton"> {$xf.options.ap_duyuru_iletisim|ham</button>
</b></xf:comment>[/KOD]
I developed the plugin based on feedback and requests. The reason for having a button is that some users might use it for advertisements or other purposes.
 
Problem inserting the code
Oops! We ran into some problems.
Line 16: Template tags are not well formed. Tag comment was found when expecting if. - Template name: public:ap_duyuru_alani

<div id="gizleme" class="genelDiv">
<div class="bdiv">
<button class="buton" onclick="gizleGoster();">X</button>
</div>
<div class="duyuruContainer">
<div class="duyuruicon">
<i class="fa {{ $xf.options.ap_duyuru_ikon}}"></i>
</div>
<div class="duyuruText">
<h2 class="duyurubaslik">{$xf.options.ap_duyuru_basligi|raw}</h2>
<div class="metin">
<b>
{$xf.options.ap_duyuru_metin|raw}<br>
<button class="iletisimButton"> {$xf.options.ap_duyuru_iletisim|raw}
</b></xf:comment></button>

</b>
</div>
</div>
</div>
</div>
<xf:js src="ApYazilim/Da/duyuru.js "/>
<xf:css src="ap_duyuru_alani.less" />
</xf:if>
</xf:comment>
 
Back
Top Bottom