myfreeforum.org Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  Who is OnlineWho is Online   Join! (free) Join! (free)  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
For an excellent guide to using your myfreeforum forum, you can visit
howtodoit
The howtodoit "readonly" forum provides answers and walkthroughs for all common questions.
  • Welcome
  • Country: US
    US
    Address: 38.107.191.107
  • Server Appeal

ATTACHMENT component
Page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    myfreeforum.org Forum Index -> Portal components
View previous topic :: View next topic  
Author Message
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 21290

Joined: 22 May 2005
Posts: 25230



Add Karma

rated by 211 members
Add Comment
Show Comments

online/offline
PostPosted: Wed Sep 13, 2006 2:45 pm    Post subject: ATTACHMENT component Reply with quote

The attachment component, allows you to upload images to the myff gallery at:

http://gallery.myff.org/

as well as your own in forum gallery at:

http://yourforumname.myfreeforum.org/index.php?component=gallery

or


http://yourforumname.myfastforum.org/index.php?component=gallery

Using the component you can upload an image and show either a thumbnail or full image in your post on our forums.

To make the change you must go to the logo/template editor in the administration panel and create your own template if you have not already done so.

You will then need to create a new user with the name of editor and give them admin rights.

You will now be allowed to edit template files.

Currently most forum templates have the following code in posting_body.tpl

Code:

<br /><span class="genmed"><a href="javascript:void(0);" onclick="window.open('http://www.postimage.org/index.php?mode=phpbb&tpl=.&forumurl=' + escape(document.location.href), '_imagehost', 'resizable=yes,width=500,height=400');return false;">Add image to post</a></span>


this code is always placed after "</textarea>" and links to the current upload service we use.

It needs replacing with:

Code:

<br/>{MYFF.ATTACHMENT}


If you do not have the code mentioned, then simply look for </textarea> and place the code after </textarea>.



_________________

Family Friendly Shareware | | Web Design/Services | Free Forums


Last edited by admin (no pm's please) on Sun Oct 08, 2006 9:42 am; edited 4 times in total

Back to top
View user's profile Private message Visit poster's website
Ziddy
Expert
Expert


Virtual Cash: 1870

Joined: 01 Feb 2006
Posts: 1658


Location: England
Add Karma

rated by 7 members
Add Comment
Show Comments

online/offline
PostPosted: Wed Sep 13, 2006 2:48 pm    Post subject: Reply with quote

This may be a stupid question, but what is the attachment thing for/ what does it do?
_________________

Back to top
View user's profile Private message Send e-mail
gamerzproz
Newbie
Newbie


Joined: 04 Sep 2006
Posts: 2



Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Mon Sep 18, 2006 5:04 am    Post subject: Reply with quote

awww..only 4 images?i was hopin downloads too =[
Back to top
View user's profile Private message Send e-mail
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 21290

Joined: 22 May 2005
Posts: 25230



Add Karma

rated by 211 members
Add Comment
Show Comments

online/offline
PostPosted: Mon Sep 18, 2006 6:38 am    Post subject: Reply with quote

It does do non images.
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
ClassicGamers
Novice
Novice


Joined: 22 Aug 2006
Posts: 19



Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Thu Oct 12, 2006 8:40 pm    Post subject: Reply with quote

ClassicGamers.myfreeforum.org

I cant find where you go in to edit template files? Could you help me out?

Back to top
View user's profile Private message Send e-mail Visit poster's website AIM Address
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 21290

Joined: 22 May 2005
Posts: 25230



Add Karma

rated by 211 members
Add Comment
Show Comments

online/offline
PostPosted: Thu Oct 12, 2006 9:29 pm    Post subject: Reply with quote

Admin panel/Edit template/logos
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
pinkbunny
Student
Student

Virtual Cash: 230

Joined: 11 Jul 2006
Posts: 56



Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Tue Oct 17, 2006 8:25 am    Post subject: Reply with quote

hi im using the same templete as on here i have tryed doing what you said and cant find the code you are on about and i have looked several times in the correct area i have already got gallery at the bottom of the page and you can click on it i just cant get the pictures there could you please tell me what i could be doing wrong?
thanks for ur help
_________________
http://pinkbunny.myfastforum.org
my freebie site


free psychic development classes
http://supernatural.myfastforum.org

Back to top
View user's profile Private message
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 21290

Joined: 22 May 2005
Posts: 25230



Add Karma

rated by 211 members
Add Comment
Show Comments

online/offline
PostPosted: Tue Oct 17, 2006 9:09 am    Post subject: Reply with quote

Are you logged on at the time and haver you successfuly uploaded some pictures in the first place?

As you have not found the code, i'd guess not. But the template here already has "{MYFF.ATTACHMENT}" so I am a little confused.

But all templates have </textarea> in the posting_body.tpl
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
B4Hells_Gate
Novice
Novice


Joined: 29 Sep 2006
Posts: 15



Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Oct 21, 2006 3:35 am    Post subject: Re: ATTACHMENT component Reply with quote

admin wrote:
The attachment component, allows you to upload images to the myff gallery at:

http://gallery.myff.org/

as well as your own in forum gallery at:

http://yourforumname.myfreeforum.org/index.php?component=gallery

or


http://yourforumname.myfastforum.org/index.php?component=gallery

Using the component you can upload an image and show either a thumbnail or full image in your post on our forums.

To make the change you must go to the logo/template editor in the administration panel and create your own template if you have not already done so.

You will then need to create a new user with the name of editor and give them admin rights.

You will now be allowed to edit template files.

Currently most forum templates have the following code in posting_body.tpl

Code:

<br /><span class="genmed"><a href="javascript:void(0);" onclick="window.open('http://www.postimage.org/index.php?mode=phpbb&tpl=.&forumurl=' + escape(document.location.href), '_imagehost', 'resizable=yes,width=500,height=400');return false;">Add image to post</a></span>


this code is always placed after "</textarea>" and links to the current upload service we use.

It needs replacing with:

Code:

<br/>{MYFF.ATTACHMENT}


If you do not have the code mentioned, then simply look for </textarea> and place the code after </textarea>.
wow ty so very much http://hellsspawns.myfreeforum.org
_________________

http://x5.freeshare.us/121fs995286.gif

Back to top
View user's profile Private message
Comkidwizzer3
Apprentice
Apprentice


Virtual Cash: 470

Joined: 28 Oct 2006
Posts: 208


Location: http://theappleforum.co.uk
Add Karma

rated by 3 members
Add Comment
Show Comments

online/offline
PostPosted: Tue Nov 07, 2006 7:07 am    Post subject: Re: ATTACHMENT component Reply with quote

admin wrote:
The attachment component, allows you to upload images to the myff gallery at:

http://gallery.myff.org/

as well as your own in forum gallery at:

http://yourforumname.myfreeforum.org/index.php?component=gallery

or


http://yourforumname.myfastforum.org/index.php?component=gallery

Using the component you can upload an image and show either a thumbnail or full image in your post on our forums.

To make the change you must go to the logo/template editor in the administration panel and create your own template if you have not already done so.

You will then need to create a new user with the name of editor and give them admin rights.

You will now be allowed to edit template files.

Currently most forum templates have the following code in posting_body.tpl

Code:

<br /><span class="genmed"><a href="javascript:void(0);" onclick="window.open('http://www.postimage.org/index.php?mode=phpbb&tpl=.&forumurl=' + escape(document.location.href), '_imagehost', 'resizable=yes,width=500,height=400');return false;">Add image to post</a></span>


this code is always placed after "</textarea>" and links to the current upload service we use.

It needs replacing with:

Code:

<br/>{MYFF.ATTACHMENT}


If you do not have the code mentioned, then simply look for </textarea> and place the code after </textarea>.


But when I did what you said it messed it all up so I had to change it back!!

The Apple Forum
Back to top
View user's profile Private message Visit poster's website
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 21290

Joined: 22 May 2005
Posts: 25230



Add Karma

rated by 211 members
Add Comment
Show Comments

online/offline
PostPosted: Tue Nov 07, 2006 9:19 am    Post subject: Reply with quote

then you did not follow the instructions correctly, loads of people obviously have managed!
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
B4Hells_Gate
Novice
Novice


Joined: 29 Sep 2006
Posts: 15



Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Thu Nov 09, 2006 7:48 pm    Post subject: Re: ATTACHMENT component Reply with quote

B4Hells_Gate wrote:
admin wrote:
The attachment component, allows you to upload images to the myff gallery at:

http://gallery.myff.org/

as well as your own in forum gallery at:

http://yourforumname.myfreeforum.org/index.php?component=gallery

or


http://yourforumname.myfastforum.org/index.php?component=gallery

Using the component you can upload an image and show either a thumbnail or full image in your post on our forums.

To make the change you must go to the logo/template editor in the administration panel and create your own template if you have not already done so.

You will then need to create a new user with the name of editor and give them admin rights.

You will now be allowed to edit template files.

Currently most forum templates have the following code in posting_body.tpl

Code:

<br /><span class="genmed"><a href="javascript:void(0);" onclick="window.open('http://www.postimage.org/index.php?mode=phpbb&tpl=.&forumurl=' + escape(document.location.href), '_imagehost', 'resizable=yes,width=500,height=400');return false;">Add image to post</a></span>


this code is always placed after "</textarea>" and links to the current upload service we use.

It needs replacing with:

Code:

<br/>{MYFF.ATTACHMENT}


If you do not have the code mentioned, then simply look for </textarea> and place the code after </textarea>.
wow ty so very much http://hellsspawns.myfreeforum.org
ok i'm on new 1 http://fallingangel.myfreeforum.org/ we need help but have good start only
_________________

http://x5.freeshare.us/121fs995286.gif

Back to top
View user's profile Private message
kingz4dragon
Apprentice
Apprentice


Joined: 09 Nov 2006
Posts: 235



Add Karma

rated by 2 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Nov 19, 2006 6:42 pm    Post subject: Code Reply with quote

I can not find the one that says textare all i show is this {TOPIC_REVIEW_BOX} so what do i do to place that code in post_body can someone help me? Ty
_________________

http://gearsofwar.myfreeforum.org/

Back to top
View user's profile Private message
Brandon
Teacher
Teacher


Virtual Cash: 510

Joined: 03 May 2006
Posts: 523



Add Karma

rated by 2 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Nov 19, 2006 7:15 pm    Post subject: Reply with quote

Copy the code from the MYFF template editor into Notepad or such.

Then use the find feature and type in "</textarea>"...

Add the bit of code admin gave above, and then copy and paste it back into the myff template editor. (For posting_body.tpl)
_________________

Back to top
View user's profile Private message Visit poster's website
B4Hells_Gate
Novice
Novice


Joined: 29 Sep 2006
Posts: 15



Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Tue Nov 28, 2006 2:00 am    Post subject: Reply with quote

Copy the code from the MYFF template editor into Notepad or such.

Then use the find feature and type in "</textarea>"...

Add the bit of code admin gave above, and then copy and paste it back into the myff template editor. (For posting_body.tpl)
ok i'm confused on this we has </textarea> in are's and do we take it out and replace it only or both the new code and this with (oh my scared to change it my lose are board changes we have made on it. And if i want it done? need more than that added can i e-mail request for help want shot out box and shoping cart put in later after we get it going more and add special section.

http://fallingangel.myfreeforum.org/

almost ready to add a sales section but need a few more improvements before opening doors wide and yes there always open.



_________________

http://x5.freeshare.us/121fs995286.gif

Back to top
View user's profile Private message
Display posts from previous:   
Post new topic   Reply to topic    myfreeforum.org Forum Index -> Portal components All times are GMT
Page 1, 2, 3, 4, 5  Next
Page 1 of 5
 
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Create your own free forum | Buy a domain to use with your forum