pls pls include thisNext Request => Admin Template addon_list
It would be cool, to be able to add own links into the popup menu.
under:
For example i had to edit the template to addCode:<xen:link href="{xen:adminlink 'add-ons/edit', $addOn}" displayif="{$canAccessDevelopment}">{xen:phrase edit}</xen:link>
Code:<xen:link href="{xen:adminlink 'add-ons/createZip', $addOn}" displayif="{$canAccessDevelopment}">create zip</xen:link> <xen:link href="{xen:adminlink 'add-ons/editInstallCode', $addOn}" displayif="{$canAccessDevelopment}">link sql tables</xen:link>
this one is also missingSome inside register_form, I want to be able to add new fields, and I also want to modify existing ones (mainly remove the default option for the gender)
The facebook registration template would need to be included too (forget the name of it off the top of my head).Some inside register_form, I want to be able to add new fields, and I also want to modify existing ones (mainly remove the default option for the gender)
<span class="nodeIcon" title="{xen:if $forum.hasNew, '{xen:phrase unread_messages}', ''}"></span>
<xen:include template="sidebar_online_users" />
<!-- block: forum_stats -->
<div class="section">
<div class="secondaryContent statsList" id="boardStats">
<h3>{xen:phrase forum_statistics}</h3>
<div class="pairsJustified">
<dl class="discussionCount"><dt>{xen:phrase discussions}:</dt>
<dd>{xen:number $boardTotals.discussions}</dd></dl>
<dl class="messageCount"><dt>{xen:phrase messages}:</dt>
<dd>{xen:number $boardTotals.messages}</dd></dl>
<dl class="memberCount"><dt>{xen:phrase members_count}:</dt>
<dd>{xen:number $boardTotals.users}</dd></dl>
<dl><dt>{xen:phrase latest_member}:</dt>
<dd><xen:username user="$boardTotals.latestUser" /></dd></dl>
<!-- slot: forum_stats_extra -->
</div>
</div>
</div>
<!-- end block: forum_stats -->
<xen:include template="sidebar_share_page">
<xen:set var="$url">{xen:link canonical:index}</xen:set>
</xen:include>
<xen:hook name="message_below" params="{xen:array 'post={$message}','message_id={$messageId}'}" />
I really think it would help a lot to have a hook for when a template is included. And around every main template. template_post_render isn't a good solution. Currently I am doing a lot of DOM parsing just to edit what I want. I can see big board users getting a hit from the extra overhead on some of my mods.
I do hope the planned bigger system gets here fast.
We use essential cookies to make this site work, and optional cookies to enhance your experience.