NEW UPDATE : Attachments and global announcements!
+52
Zhamier
TheUnknown
Battle Star
Prizm
MBWTV
TMP
Demo-user
MasterJEO
Solkis
Dark_Armed_Dragon
Aggie
MrSmexy
The_Great_WZ
thames 300e
***AFINA***
ghdivstyle
zebadee_19
Jophy
Scottpwns
Celste
JeannaBearFun
Kalliopi
kevinfrans
tomcruisesky
mohammadali
my_liverpool_07_88
meo786
Linda2003
LH Justin
latinmoney
shamzblueworld
exterminator
Don_FixYBoys*
Rok
Jalokim
farari606
Rogo
ImProviser
Ape
WickedSoul
M&D
matt_m
ecatodarcus
!PU!
bethemiracle
--kml--
Milunice259
Codyy
Russel
identityproof
komiks0916
Shadow
56 posters
Page 1 of 3
Page 1 of 3 • 1, 2, 3
NEW UPDATE : Attachments and global announcements!
NEW UPDATE : Attachments and global announcements! |
Hello, In order to continuously improve our services and to bring you the best in the world of forums, we offer you today a new update that will add two brand new features. Without making you wait longer, here are the contents of this update: 1. Global announcement: Indeed, in addition to the normal post,post-it and stickies, now you can make global announcements in your forum. Unlike a normal post, the overall listing is automatically applied in all the forums in your forum in one go! A real time saver for admins As for the normal post, the wording of the overall text is customizable via the admin panel. This gives on your forum: You will find all the explanations needed on this new feature in THIS TUTORIAL! 2. Attachments: An innovative feature that allows you to attach files to messages on a topic of your forum. The forum admin has the option to enable or disable attachments on the forum and the distribution of storage space between the attachments and gallery on the one hand, and between members and moderators of the forum on another hand. Many extensions are supported and total management is possible directly via the admin panel, transforming the forums in real trade platforms for the happiness of its members. On the forum, it gives:
You will find all the explanations needed on this new feature in THIS TUTORIAL!
Finally, A big THANK YOU to the entire Forumotion community for all those brilliant ideas! : thumleft: See you soon with other ideas! Best, Forumotion Team |
Last edited by Typlo on March 25th 2010, 10:34 am; edited 4 times in total
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Attachments and global announcements!
Templates modification for the attachments
* * * * *
* * * * *
Version: PhpBB2 and PunBB
template:viewtopic_body
After
- Code:
{postrow.displayed.MESSAGE}
Add the code :
- Code:
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT}
<!-- END switch_no_dl_att -->
</dt>
<!-- BEGIN switch_no_comment -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</em>
</dd>
<!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
Special case :
If your attachment appears at the same level as the last line of the message and / or signature:
simply add this code At the beginning and at the end of the first code added to detach the block attachments. :
- Code:
<div class="clear"></div>
At the beginning :
At the end:
Result:
Template : mod_news.tpl
Before the following code :
- Code:
{post_row.OPEN}
<a href="{post_row.U_READ_FULL}">{post_row.L_READ_FULL}</a>
{post_row.CLOSE}
Add this code :
- Code:
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{post_row.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{post_row.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{post_row.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{post_row.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {post_row.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
{post_row.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {post_row.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
<!-- END switch_no_dl_att -->
</dt>
<!-- BEGIN switch_no_comment -->
<dd>
<em>{post_row.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<dd> <em><strong>{post_row.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
</dd>
<!-- END switch_no_dl_att -->
<dd>({post_row.switch_attachments.switch_post_attachments.FILE_SIZE}) {post_row.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
Template : viewcomments_body.tpl
Search :
{postrow.displayed.MESSAGE}
And add underneath :
- Code:
<!-- BEGIN switch_attachments -->
<div class="clear"></div>
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd class="attachments">
<!-- BEGIN switch_post_attachments -->
<dl class="file clearfix">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
</dt>
<dd>
<!-- BEGIN switch_dl_att -->
<span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
<span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_no_dl_att -->
<!-- BEGIN switch_no_comment -->
<span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
<!-- END switch_no_dl_att -->
<span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
Search :
{comment.displayed.MESSAGE}
And add :
- Code:
<!-- BEGIN switch_attachments -->
<div class="clear"></div>
<dl class="attachbox">
<dt>{comment.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd class="attachments">
<!-- BEGIN switch_post_attachments -->
<dl class="file clearfix">
<dt>
<img src="{comment.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
</dt>
<dd>
<!-- BEGIN switch_dl_att -->
<span><a class="postlink" href="{comment.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{comment.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {comment.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
<span>{comment.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {comment.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
<!-- END switch_no_dl_att -->
<!-- BEGIN switch_no_comment -->
<span>{comment.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<span><strong>{comment.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
<!-- END switch_no_dl_att -->
<span>({comment.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {comment.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
Template : posting_body.tpl
After part "roll_dice" :
<!-- END switch_roll_dice -->
Add :
- Code:
<!-- BEGIN switch_attachment_list -->
<div class="h3" id="attachments">{L_ATTACHMENTS}</div>
<div class="panel row3">
<div class="inner"><span class="corners-top"><span></span></span></div>
<fieldset class="fields1">
<!-- BEGIN attachments -->
<dl>
<dt><label>{L_ATTACHMENT_FILENAME}</label></dt>
<dd>
<!-- BEGIN switch_is_orphan -->
<span class="gen">{switch_attachment_list.attachments.switch_is_orphan.FILENAME}</span>
<!-- END switch_is_orphan -->
<!-- BEGIN switch_is_not_orphan -->
<a href="{switch_attachment_list.attachments.switch_is_not_orphan.U_ATTACH_URL}" class="gen">{switch_attachment_list.attachments.switch_is_not_orphan.FILENAME}</a>
<!-- END switch_is_not_orphan -->
<input class="liteoption" type="submit" value="{L_ATTACHMENT_DELETE}" name="delete_file[{switch_attachment_list.attachments.ATTACH_POS}]" />
</dd>
</dl>
<dl>
<dt><label for="filecomment{switch_attachment_list.attachments.ATTACH_POS}">{L_ATTACH_COMMENT}</label></dt>
<dd>
<!--textarea name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" cols="35" rows="3" style="color:#000000;width:100%">{switch_attachment_list.attachments.ATTACH_COMMENT}</textarea><br /-->
<input class="inputbox medium" type="text" id="filecomment{switch_attachment_list.attachments.ATTACH_POS}" name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" maxlength="255" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_ID}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_id]" />
<input type="hidden" value="{switch_attachment_list.attachments.IS_ORPHAN}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][is_orphan]" />
<input type="hidden" value="{switch_attachment_list.attachments.REAL_FILENAME}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][real_filename]" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_comment]" /><br /><br />
</dd>
</dl>
<!-- END attachments -->
</fieldset>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_attachment_list -->
<!-- BEGIN switch_attachment -->
<div class="h3" id="attachment">{L_ATTACHMENT_ADD}</div>
<div class="panel row3">
<div class="inner"><span class="corners-top"><span></span></span></div>
<div id="attachment_show">
<fieldset class="fields1">
{L_ATTACHMENT_ADD_HELP}<br /><span class="info">{EXT_LIST}</span><br /><br />
<dl>
<dt><label>{L_ATTACHMENT_FILENAME}</label></dt>
<dd><input type="file" id="fileupload" name="fileupload" /><input type="submit" name="add_file" /> ({L_MAX_ATT_SIZE})</dd>
</dl>
<dl>
<dt><label>{L_ATTACH_COMMENT}</label></dt>
<dd><input class="inputbox medium" type="text" value="" id="filecomment" name="filecomment" value="" maxlength="255" /></dd>
</dl>
</fieldset>
</div>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_attachment -->
Template : posting_body_wysiwyg.tpl
Search :
<!-- END switch_roll_dice -->
Add :
- Code:
<!-- BEGIN switch_attachment_list -->
<div class="h3" id="attachments">{L_ATTACHMENTS}</div>
<div class="panel row3">
<div class="inner"><span class="corners-top"><span></span></span></div>
<fieldset class="fields1">
<!-- BEGIN attachments -->
<dl>
<dt><label>{L_ATTACHMENT_FILENAME}</label></dt>
<dd>
<!-- BEGIN switch_is_orphan -->
<span class="gen">{switch_attachment_list.attachments.switch_is_orphan.FILENAME}</span>
<!-- END switch_is_orphan -->
<!-- BEGIN switch_is_not_orphan -->
<a href="{switch_attachment_list.attachments.switch_is_not_orphan.U_ATTACH_URL}" class="gen">{switch_attachment_list.attachments.switch_is_not_orphan.FILENAME}</a>
<!-- END switch_is_not_orphan -->
<input class="liteoption" type="submit" value="{L_ATTACHMENT_DELETE}" name="delete_file[{switch_attachment_list.attachments.ATTACH_POS}]" />
</dd>
</dl>
<dl>
<dt><label for="filecomment{switch_attachment_list.attachments.ATTACH_POS}">{L_ATTACH_COMMENT}</label></dt>
<dd>
<!--textarea name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" cols="35" rows="3" style="color:#000000;width:100%">{switch_attachment_list.attachments.ATTACH_COMMENT}</textarea><br /-->
<input class="inputbox medium" type="text" id="filecomment{switch_attachment_list.attachments.ATTACH_POS}" name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" maxlength="255" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_ID}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_id]" />
<input type="hidden" value="{switch_attachment_list.attachments.IS_ORPHAN}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][is_orphan]" />
<input type="hidden" value="{switch_attachment_list.attachments.REAL_FILENAME}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][real_filename]" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_comment]" /><br /><br />
</dd>
</dl>
<!-- END attachments -->
</fieldset>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_attachment_list -->
<!-- BEGIN switch_attachment -->
<div class="h3" id="attachment">{L_ATTACHMENT_ADD}</div>
<div class="panel row3">
<div class="inner"><span class="corners-top"><span></span></span></div>
<div id="attachment_show">
<fieldset class="fields1">
{L_ATTACHMENT_ADD_HELP}<br /><span class="info">{EXT_LIST}</span><br /><br />
<dl>
<dt><label>{L_ATTACHMENT_FILENAME}</label></dt>
<dd><input type="file" id="fileupload" name="fileupload" /><input type="submit" name="add_file" /> ({L_MAX_ATT_SIZE})</dd>
</dl>
<dl>
<dt><label>{L_ATTACH_COMMENT}</label></dt>
<dd><input class="inputbox medium" type="text" value="" id="filecomment" name="filecomment" value="" maxlength="255" /></dd>
</dl>
</fieldset>
</div>
<span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_attachment -->
Last edited by Typlo on March 26th 2010, 11:07 am; edited 3 times in total
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Attachments and global announcements!
wow.. this is what im waiting for.. so where is it hosted? and do we have a limit for file attachments? and do we have access to all the attachments as admins? thanks for this..
Re: NEW UPDATE : Attachments and global announcements!
It is hosted by us. You can see all information in the tutorial :
https://help.forumotion.com/frequently-asked-questions-f5/attachments-t66572.htm
https://help.forumotion.com/frequently-asked-questions-f5/attachments-t66572.htm
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Attachments and global announcements!
so how big is the allotted space for the whole forum? is it like the SERVIMG? or is it limited like the gallery?
Re: NEW UPDATE : Attachments and global announcements!
By default, you have 20 Mb to share between gallery and attachments.
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Attachments and global announcements!
i thought so.. how i wish it was like the servimg hosting..
Re: NEW UPDATE : Attachments and global announcements!
hey Typlo, i cant seem to attach files! I edited all the settings already. But i dont know how to attach.
Re: NEW UPDATE : Attachments and global announcements!
i can now access it.. is there a way to make the allotted 20mb more bigger? any way for credits to be bought without using credit cards? i dont have a credit card..
Re: NEW UPDATE : Attachments and global announcements!
Avatar has gone! why?
also, i cant attach
also, i cant attach
Russel- Active Poster
- Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines
Re: NEW UPDATE : Attachments and global announcements!
I do like the Global announcement thing as this will make things SO much easier. However, the attachment should be allowed to host off an external host. Like mega-upload. Because 20$ for 500 megs is NOT alot of space for alot of cash.
Re: NEW UPDATE : Attachments and global announcements!
Try fileden.com.. Its free and hosts a bigger size.. 1gig storage..
Re: NEW UPDATE : Attachments and global announcements!
OMG THX FORUMOTION xD
i wonder if there are limits? i meant like if we upload lots of file , by different users , will there be limit for all the size alltogether?
i wonder if there are limits? i meant like if we upload lots of file , by different users , will there be limit for all the size alltogether?
HELP!
Our avatar button has completely vanished for all members. I read thru the tutorial and there is a notification saying if we have personalized templates go "here" and "here" to edit our templates, but there is NO LINK.
We also cannot attach anything. We just want our avatar button back....really, that's all...
thank you...
http://www.justice4caylee.org
We also cannot attach anything. We just want our avatar button back....really, that's all...
thank you...
http://www.justice4caylee.org
bethemiracle- New Member
- Posts : 2
Reputation : 0
Language : English
Re: NEW UPDATE : Attachments and global announcements!
Milunice259 wrote:I can't see attach file in my editor.Why????
same problem show in my forum i can't see attach file option in my new topic editor and post reply editor
Re: NEW UPDATE : Attachments and global announcements!
great feature!!!it was exactly what we needed for our forum!!!
many many thanks!!!!
many many thanks!!!!
Re: NEW UPDATE : Attachments and global announcements!
my problem is solved and thank u very much forumotion
Re: NEW UPDATE : Attachments and global announcements!
Oh THANK YOU so much to forumotion for adding attachments!!!!!!! Forumotion is now THE BEST!
matt_m- Forumember
- Posts : 322
Reputation : 1
Language : English
Re: NEW UPDATE : Attachments and global announcements!
Hi, I have a question for the upload, all exstra works all ok, but I wonder if I personally upload, if the max as far as I ask for a day or I can upload it for ever, but I think it's for a day that so many can upload and then again tomorrow from scratch
Re: NEW UPDATE : Attachments and global announcements!
Sweet new features, thank you so much!!!
WickedSoul- Forumember
- Posts : 163
Reputation : 11
Language : English
Location : USA
Re: NEW UPDATE : Attachments and global announcements!
I have found the same problem on my sitebethemiracle wrote:Our avatar button has completely vanished for all members. I read thru the tutorial and there is a notification saying if we have personalized templates go "here" and "here" to edit our templates, but there is NO LINK.
We also cannot attach anything. We just want our avatar button back....really, that's all...
thank you...
http://www.justice4caylee.org
the forum admin sent me a pm telling me that he has tryed to find the setting in he's profile but found it missing
We have work a way around it and that is to make a link in the site that will take you to the settings but its just a fast fix for now
Add this link to your tool bar for now.
Go to ACP
then go to Display then go to * Headers & Navigation
Add a customised menu
- Code:
http://[b][i][your site address Here][/i][/b]/profile.forum?mode=editprofile&page_profil=avatars
this should be a little of a fast fix till the tech team fix it.
Hope that helps
~Ape~
Re: NEW UPDATE : Attachments and global announcements!
Woops sorry for the dub post
please remove the [b] -and- [i] in the code in my last post
please remove the [b] -and- [i] in the code in my last post
Re: NEW UPDATE : Attachments and global announcements!
wow great job on this one...
I wanted to ask if i buy more storage space (500MB) does it stay forever or does it get deleted as before... (I've used 200MB for gallery but i have 20mb now)
I wanted to ask if i buy more storage space (500MB) does it stay forever or does it get deleted as before... (I've used 200MB for gallery but i have 20mb now)
Re: NEW UPDATE : Attachments and global announcements!
Thank you so much, Ape Man. Hopefully, they will fix it soon!
bethemiracle- New Member
- Posts : 2
Reputation : 0
Language : English
Re: NEW UPDATE : Attachments and global announcements!
For those that have actually customized more than just the main tpl's Here are more fixes.
If you have edited your posting_body.tpl
the new update won't be in place.
Load the default and edit it with your customizations
Also a lot of people use the blog on their forums... so to add the attachement to your blog :
After : {postrow.displayed.MESSAGE}
Paste this code:
That should give you attachements to the blog.
Problem is that the attachements don't get uploaded.
I don't know why. I set the max at 17k kbs.... I gave everyone a limit of 2MB, and I can't upload. As soon as I hit submit it refreshes and nothing is loaded.
Any other templates need to be modified? Typlo ... apart from the posting_body tpl? and the view topics tpls?
If you have edited your posting_body.tpl
the new update won't be in place.
Load the default and edit it with your customizations
Also a lot of people use the blog on their forums... so to add the attachement to your blog :
After : {postrow.displayed.MESSAGE}
Paste this code:
- Code:
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT}
<!-- END switch_no_dl_att -->
</dt>
<!-- BEGIN switch_no_comment -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</em>
</dd>
<!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
That should give you attachements to the blog.
I don't know why. I set the max at 17k kbs.... I gave everyone a limit of 2MB, and I can't upload. As soon as I hit submit it refreshes and nothing is loaded.
Any other templates need to be modified? Typlo ... apart from the posting_body tpl? and the view topics tpls?
Last edited by Jalokim on March 26th 2010, 12:10 am; edited 1 time in total
Jalokim- Energetic
- Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland
Re: NEW UPDATE : Attachments and global announcements!
@ Jalo - I've tested it out ... Its uploading for me (on invision)
Re: NEW UPDATE : Attachments and global announcements!
We need the Credits Donations system under every users' message profile for our next update!
These updates are alright. They were really needed!
These updates are alright. They were really needed!
Rok- Energetic
- Posts : 6822
Reputation : 234
Language : idk
Page 1 of 3 • 1, 2, 3
Page 1 of 3
Permissions in this forum:
You cannot reply to topics in this forum