admin (no pm's please) Site Admin


 Virtual Cash: 22580
Joined: 22 May 2005 Posts: 25357
Add Karma
 rated by 212 members
Add Comment
Show Comments
 |
Posted: Wed Sep 13, 2006 2:45 pm Post subject: ATTACHMENT component |
|
|
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 |
|
 |
Ziddy Expert


Virtual Cash: 1870
Joined: 01 Feb 2006 Posts: 1658
Location: England Add Karma
 rated by 7 members
Add Comment
Show Comments
 |
Posted: Wed Sep 13, 2006 2:48 pm Post subject: |
|
|
This may be a stupid question, but what is the attachment thing for/ what does it do? _________________

|
|
| Back to top |
|
 |
gamerzproz Newbie

Joined: 04 Sep 2006 Posts: 2
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Mon Sep 18, 2006 5:04 am Post subject: |
|
|
awww..only 4 images?i was hopin downloads too =[
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 22580
Joined: 22 May 2005 Posts: 25357
Add Karma
 rated by 212 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
ClassicGamers Novice

Joined: 22 Aug 2006 Posts: 19
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Thu Oct 12, 2006 8:40 pm Post subject: |
|
|
ClassicGamers.myfreeforum.org
I cant find where you go in to edit template files? Could you help me out?
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 22580
Joined: 22 May 2005 Posts: 25357
Add Karma
 rated by 212 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
pinkbunny Student

Virtual Cash: 230
Joined: 11 Jul 2006 Posts: 56
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Oct 17, 2006 8:25 am Post subject: |
|
|
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 |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 22580
Joined: 22 May 2005 Posts: 25357
Add Karma
 rated by 212 members
Add Comment
Show Comments
 |
Posted: Tue Oct 17, 2006 9:09 am Post subject: |
|
|
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 |
|
 |
B4Hells_Gate Novice


Joined: 29 Sep 2006 Posts: 15
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Sat Oct 21, 2006 3:35 am Post subject: Re: ATTACHMENT component |
|
|
| 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 |
|
 |
Comkidwizzer3 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
 |
Posted: Tue Nov 07, 2006 7:07 am Post subject: Re: ATTACHMENT component |
|
|
| 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 |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 22580
Joined: 22 May 2005 Posts: 25357
Add Karma
 rated by 212 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
B4Hells_Gate Novice


Joined: 29 Sep 2006 Posts: 15
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Thu Nov 09, 2006 7:48 pm Post subject: Re: ATTACHMENT component |
|
|
| 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 |
|
 |
kingz4dragon Apprentice


Joined: 09 Nov 2006 Posts: 235
Add Karma
 rated by 2 members
Add Comment
Show Comments
 |
Posted: Sun Nov 19, 2006 6:42 pm Post subject: Code |
|
|
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 |
|
 |
Brandon Teacher


Virtual Cash: 510
Joined: 03 May 2006 Posts: 523
Add Karma
 rated by 2 members
Add Comment
Show Comments
 |
Posted: Sun Nov 19, 2006 7:15 pm Post subject: |
|
|
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 |
|
 |
B4Hells_Gate Novice


Joined: 29 Sep 2006 Posts: 15
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Nov 28, 2006 2:00 am Post subject: |
|
|
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 |
|
 |