Attachments in articles is coming shortly.hello,
i want ask: is theire a chance, that we become support for a sidebar and support for attachments in the articles?
Cool.Attachments in articles is coming shortly.
Are you considering xfrock's Widget framework ?What sort of things would you like to see in a sidebar?
Attachments in articles is coming shortly.
What sort of things would you like to see in a sidebar?
Eh? I'm not busy? What planet are you on?Not that Jon is busy or anything but I thought I'd stick in my bid before he does get busy.![]()
WAITING for attachments: pdf/ rtf/ doc/ zip
<div class="bottomContent">
<div class="bottomContent" data-author="{$article.username}">
<xen:if is="{$article.last_article_page_id} == {$articlePage.article_page_id} && {$articlePage.attachments}">
<a class="avatar Av{$user.user_id}m hidden" href="{xen:link members, $article.user}" style="display: none">
<img src="{xen:helper avatar, {$article.user}, m}" alt="" style="" />
</a>
<xen:require css="attached_files.css" />
<div class="attachedFiles">
<h4 class="attachedFilesHeader">{xen:phrase attached_files}:</h4>
<ul class="attachmentList SquareThumbs"
data-thumb-height="{xen:calc '{$xenOptions.attachmentThumbnailDimensions} / 2'}"
data-thumb-selector="div.thumbnail > a">
<xen:foreach loop="$articlePage.attachments" value="$attachment">
<li class="attachment{xen:if {$attachment.thumbnailUrl}, ' image'}" title="{$attachment.filename}">
<div class="boxModelFixer primaryContent">
<div class="thumbnail">
<xen:if is="{$attachment.thumbnailUrl} AND {$canViewAttachments}">
<a href="{xen:link attachments, $attachment}" target="_blank" class="LbTrigger"
data-href="{xen:link misc/lightbox}"><img
src="{$attachment.thumbnailUrl}" alt="{$attachment.filename}" class="LbImage" /></a>
<xen:elseif is="{$attachment.thumbnailUrl}" />
<a href="{xen:link attachments, $attachment}" target="_blank"><img
src="{$attachment.thumbnailUrl}" alt="{$attachment.filename}" /></a>
<xen:else />
<a href="{xen:link attachments, $attachment}" target="_blank" class="genericAttachment"></a>
</xen:if>
</div>
<div class="attachmentInfo pairsJustified">
<h6 class="filename"><a href="{xen:link attachments, $attachment}" target="_blank">{$attachment.filename}</a></h6>
<dl><dt>{xen:phrase file_size}:</dt> <dd>{xen:number $attachment.file_size, size}</dd></dl>
<dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
</div>
</div>
</li>
</xen:foreach>
</ul>
</div>
<xen:comment><xen:require css="xenforo.css" /></xen:comment>
</xen:if>
<div class="article primaryContent">
<div class="article primaryContent" data-author="{$articlePage.username}">
<a class="avatar Av{$user.user_id}m" href="{xen:link members, $article.user}" style="display: none">
<img src="{xen:helper avatar, {$article.user}, m}" alt="" style="" />
</a>
<a class="avatar Av{$user.user_id}m" href="{xen:link members, $article.user}" style="display: none">
<img src="{xen:helper avatar, {$article.user}, m}" alt="" style="" />
</a>
Demo : http://kosminea.fr/library-articles/stargate-la-porte-des-étoiles.2/?page=3
All filetypes should display in the table underneath the last article page.
If I remember correctly, this will display all files that are not explicitly included as part of the last page of your article.
Darling sweetest wonderfullest gorgeous Jon I was - most uncharacteristically of course - applying gentle sendup satire.Eh? I'm not busy? What planet are you on?![]()
Attachments are attached to the entire article, not each individual page. So if you attach something on page 5, it will appear in the list on the last page. Is this what you were getting at?Er no on a 5 or 15 page article why last page?
It could be to do specifuically with something on page 1 or 3
Might be multiple attachments on different pages
So needs a link from the page which is relevant.
Er no on a 5 or 15 page article why last page?
It could be to do specifuically with something on page 1 or 3
Might be multiple attachments on different pages
So needs a link from the page which is relevant.
<xen:if is="{$article.last_article_page_id} == {$articlePage.article_page_id} && {$articlePage.attachments}">
<xen:if is="{$article.first_article_page_id} == {$articlePage.article_page_id} && {$articlePage.attachments}">[/SIZE][/html]
How about using something like this:I just lost an hour's intensive work with loads of fiddly detail cos the tab disappeared on my browser.
Any chance of auto-save to recover?
Please forgive me (and direct me to it) if this has been asked and answered before, but...
Is there a way to start a new thread for each of the articles? Or have comments?
Thank you in advance![]()
You can link a thread to an article by using Waindigo's Custom Fields add-on on top of this Library add-on.Please forgive me (and direct me to it) if this has been asked and answered before, but...
Is there a way to start a new thread for each of the articles? Or have comments?
Thank you in advance![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.