The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

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 1, 2, 3  Next

Go down

NEW UPDATE : Attachments and global announcements! Empty NEW UPDATE : Attachments and global announcements!

Post by Shadow March 25th 2010, 10:29 am

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. Very Happy

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 Wink
As for the normal post, the wording of the overall text is customizable via the admin panel.

NEW UPDATE : Attachments and global announcements! 15032010114435

This gives on your forum:

NEW UPDATE : Attachments and global announcements! 15032010114523

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.

NEW UPDATE : Attachments and global announcements! 15032010114602

On the forum, it gives:

  • Before sending the attached file:

    NEW UPDATE : Attachments and global announcements! 15032010114846

  • After sending the attached file:

    NEW UPDATE : Attachments and global announcements! 15032010114958


You will find all the explanations needed on this new feature in THIS TUTORIAL!


NEW UPDATE : Attachments and global announcements! Warning
Important:Admins with custom templates on their forums like phpBB2 or PunBB must necessarily consider the following changes on the templates



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
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Shadow March 25th 2010, 10:29 am

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 -->

NEW UPDATE : Attachments and global announcements! 25032010095802

Special case :

If your attachment appears at the same level as the last line of the message and / or signature:

NEW UPDATE : Attachments and global announcements! 25032010095915

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 :

NEW UPDATE : Attachments and global announcements! 25032010100040

At the end:

NEW UPDATE : Attachments and global announcements! 25032010100340

Result:

NEW UPDATE : Attachments and global announcements! 25032010100603



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
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by komiks0916 March 25th 2010, 10:40 am

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..
avatar
komiks0916
Forumember

Male Posts : 108
Reputation : 2
Language : Filipino, English
Location : Quezon City

http://animeguildphils.darkbb.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Shadow March 25th 2010, 10:55 am

It is hosted by us. You can see all information in the tutorial :
https://help.forumotion.com/frequently-asked-questions-f5/attachments-t66572.htm
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by komiks0916 March 25th 2010, 11:03 am

so how big is the allotted space for the whole forum? is it like the SERVIMG? or is it limited like the gallery?
avatar
komiks0916
Forumember

Male Posts : 108
Reputation : 2
Language : Filipino, English
Location : Quezon City

http://animeguildphils.darkbb.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Shadow March 25th 2010, 11:04 am

By default, you have 20 Mb to share between gallery and attachments.
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by komiks0916 March 25th 2010, 11:07 am

i thought so.. how i wish it was like the servimg hosting.. Sad
avatar
komiks0916
Forumember

Male Posts : 108
Reputation : 2
Language : Filipino, English
Location : Quezon City

http://animeguildphils.darkbb.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by identityproof March 25th 2010, 12:01 pm

hey Typlo, i cant seem to attach files! I edited all the settings already. But i dont know how to attach.
identityproof
identityproof
Forumember

Posts : 506
Reputation : 1
Language : english

http://advertisehotspot.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by komiks0916 March 25th 2010, 12:36 pm

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.. Sad
avatar
komiks0916
Forumember

Male Posts : 108
Reputation : 2
Language : Filipino, English
Location : Quezon City

http://animeguildphils.darkbb.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Russel March 25th 2010, 12:45 pm

Avatar has gone! why?
also, i cant attach
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Codyy March 25th 2010, 1:27 pm

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.
Codyy
Codyy
Active Poster

Male Posts : 1032
Reputation : 16
Language : English
Location : Florida

http://leprym.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by komiks0916 March 25th 2010, 1:47 pm

Try fileden.com.. Its free and hosts a bigger size.. 1gig storage..
avatar
komiks0916
Forumember

Male Posts : 108
Reputation : 2
Language : Filipino, English
Location : Quezon City

http://animeguildphils.darkbb.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Milunice259 March 25th 2010, 2:29 pm

I can't see attach file in my editor.Why????
Milunice259
Milunice259
Forumember

Posts : 27
Reputation : 0
Language : PHP,HTML

http://www.kien06vl.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by --kml-- March 25th 2010, 2:38 pm

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?
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty HELP!

Post by bethemiracle March 25th 2010, 3:02 pm

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. Wink

We also cannot attach anything. We just want our avatar button back....really, that's all...

thank you...

http://www.justice4caylee.org
avatar
bethemiracle
New Member

Posts : 2
Reputation : 0
Language : English

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by !PU! March 25th 2010, 4:16 pm

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 Sad
!PU!
!PU!
Forumember

Posts : 64
Reputation : 21
Language : english

http://www.presmurdu.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by ecatodarcus March 25th 2010, 5:40 pm

great feature!!!it was exactly what we needed for our forum!!!
many many thanks!!!!
ecatodarcus
ecatodarcus
Forumember

Male Posts : 49
Reputation : 0
Language : Greek, English, German
Location : Athens

http://ntuamech.forumotion.net/portal.htm

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by !PU! March 25th 2010, 5:41 pm

my problem is solved :wouhou: and thank u very much forumotion Very Happy
!PU!
!PU!
Forumember

Posts : 64
Reputation : 21
Language : english

http://www.presmurdu.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by matt_m March 25th 2010, 5:58 pm

Oh THANK YOU so much to forumotion for adding attachments!!!!!!! Forumotion is now THE BEST!
avatar
matt_m
Forumember

Posts : 322
Reputation : 1
Language : English

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by M&D March 25th 2010, 6:00 pm

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

Hello Hello
M&D
M&D
New Member

Female Posts : 19
Reputation : 0
Language : Hrvatski

http://klubforumasa.forumotion.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by WickedSoul March 25th 2010, 7:20 pm

Sweet new features, thank you so much!!! :wouhou:
WickedSoul
WickedSoul
Forumember

Female Posts : 163
Reputation : 11
Language : English
Location : USA

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Ape March 25th 2010, 7:29 pm

bethemiracle 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. Wink

We also cannot attach anything. We just want our avatar button back....really, that's all...

thank you...

http://www.justice4caylee.org
I have found the same problem on my site
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
then save.
this should be a little of a fast fix till the tech team fix it.

Hope that helps

~Ape~
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Ape March 25th 2010, 7:32 pm

Woops sorry for the dub post Sad
please remove the [b] -and- [i] in the code in my last post


NEW UPDATE : Attachments and global announcements! Left1212NEW UPDATE : Attachments and global announcements! Center11NEW UPDATE : Attachments and global announcements! Right112
NEW UPDATE : Attachments and global announcements! Ape_b110
NEW UPDATE : Attachments and global announcements! Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by ImProviser March 25th 2010, 8:04 pm

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)
ImProviser
ImProviser
Forumember

Male Posts : 617
Reputation : 23
Language : Serbian, English, Deutsch
Location : Kraljevo, Serbia

http://www.team-xenon.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by bethemiracle March 25th 2010, 9:48 pm

Thank you so much, Ape Man. Hopefully, they will fix it soon!
avatar
bethemiracle
New Member

Posts : 2
Reputation : 0
Language : English

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Rogo March 25th 2010, 10:45 pm

I hope the see you soon is very soon.
avatar
Rogo
Forumember

Posts : 262
Reputation : 1
Language : English

http://thebalm.alldiscussion.net/

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by farari606 March 25th 2010, 10:52 pm

thanx
avatar
farari606
Forumember

Posts : 32
Reputation : 0
Language : arabic

http://flinker.xtreemhost.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Jalokim March 25th 2010, 11:18 pm

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:


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.


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?


Last edited by Jalokim on March 26th 2010, 12:10 am; edited 1 time in total
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by ImProviser March 25th 2010, 11:55 pm

@ Jalo - I've tested it out ... Its uploading for me (on invision)
ImProviser
ImProviser
Forumember

Male Posts : 617
Reputation : 23
Language : Serbian, English, Deutsch
Location : Kraljevo, Serbia

http://www.team-xenon.com

Back to top Go down

NEW UPDATE : Attachments and global announcements! Empty Re: NEW UPDATE : Attachments and global announcements!

Post by Rok March 26th 2010, 12:18 am

We need the Credits Donations system under every users' message profile for our next update!

These updates are alright. They were really needed!
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Page 1 of 3 1, 2, 3  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum