-
| Country: US |
 |
| Address: 38.107.191.106 |
|
| View previous topic :: View next topic |
| Author |
Message |
Please Register and Login to this forum to stop seeing this advertsing.
Add Karma
 rated by members
Add Comment
Show Comments
![online/offline]() |
Posted: Post subject: |
|
|
|
|
| Back to top |
|
 |
symon Moderator


 Virtual Cash: 34170
Joined: 04 Sep 2005 Posts: 11651
Location: Hampshire,England Add Karma
 rated by 91 members
Add Comment
Show Comments
 |
Posted: Mon Jan 14, 2008 3:22 pm Post subject: |
|
|
Find
| 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> |
Amd replace with
| Code: | | <br/>{MYFF.ATTACHMENT} |
_________________

|
|
| Back to top |
|
 |
futbolli Student

Virtual Cash: 740
Joined: 11 Jan 2008 Posts: 70
Add Karma
 rated by 1 members
Add Comment
Show Comments
 |
Posted: Mon Jan 14, 2008 3:25 pm Post subject: |
|
|
Nevermind
I guess I answered myself.
Thank you very much for your time. Great feature
|
|
| Back to top |
|
 |
futbolli Student

Virtual Cash: 740
Joined: 11 Jan 2008 Posts: 70
Add Karma
 rated by 1 members
Add Comment
Show Comments
 |
Posted: Mon Jan 14, 2008 3:25 pm Post subject: |
|
|
| Symon wrote: | Find
| 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> |
Amd replace with
| Code: | | <br/>{MYFF.ATTACHMENT} |
|
Thanks Symon 
|
|
| Back to top |
|
 |
Nikky Newbie


Virtual Cash: 90
Joined: 13 Aug 2008 Posts: 9
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Fri Jan 09, 2009 3:02 pm Post subject: |
|
|
Hi
My code dosn't look like the eg given I have a gallery but not the attach file in the posting box
is this the right bit I replace? or is it just the template I am useing?
function bbfontstyle(bbopen, bbclose) {
var txtarea = document.post.message;
if ((clientVer >= 4) && is_ie && is_win) {
theSelection = document.selection.createRange().text;
if (!theSelection) {
txtarea.value += bbopen + bbclose;
txtarea.focus();
return;
}
document.selection.createRange().text = bbopen + theSelection + bbclose;
txtarea.focus();
return;
}
else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0))
{
mozWrap(txtarea, bbopen, bbclose);
return;
}
else
{
txtarea.value += bbopen + bbclose;
txtarea.focus();
}
storeCaret(txtarea);
}
Nikky
http://definitiveguide2ragdolls.myfreeforum.org/index.php
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 24210
Joined: 22 May 2005 Posts: 25515
Add Karma
 rated by 214 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
Nikky Newbie


Virtual Cash: 90
Joined: 13 Aug 2008 Posts: 9
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
|
|
|
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
|
|