Area51 @ 4seven.de

Mod Base and Testarea
It is currently 23 Feb 2025, 14:43

All times are UTC + 1 hour




Post new topic TOPIC_LOCKED  [ 1 post ] 
Author Message
PostPosted: 01 Oct 2011, 20:01 
Offline
Tiptop
Tiptop
User avatar

Joined: 11 Feb 2008, 11:49
Posts: 241
Pop Up for [url]'ed [img]

With this Snippet u can easy add a linked Image into the Postbox via PopUp

Instruction

Make a fake-bbcode

Quote:
BBCode usage
Code:
[img_url][/img_url]


HTML replacement
Code:
 


Help line text
Click to start the Wizard

Display on posting page
yes


------------------

open

styles/xxxxxx/template/editor.js

find

Code:
       // Open tag
       insert_text(bbopen + bbclose);


replace with

Code:
            // IMG_URL Fake Tag
            if (bbopen == '[img_url]')
            {
                var Error = '';
                var URLL = prompt('Address of URL' , '');
                if (!URLL) {
                Error = "You haven't enter an URL Address";
                }
                if (Error) {
                alert("Error: "+Error);
                return;
                }
                var IMGURL = prompt('Adress of the Image' , '');
                if (!IMGURL) {
                Error = "You haven't enter an Image Address";
                }
                if (Error) {
                alert("Error: "+Error);
                return;
                }
                if (URLL + IMGURL) {
                    insert_text('[url=' + URLL + '][img]' + IMGURL + '[/img][/url]');
                }
                else {
                    return;
                }
            }  

            else
{
            // Open tag
           insert_text(bbopen + bbclose);}


Clear all Board-, Template-, Style- and Browser-Caches

_________________
Mod-Bot / Service-Team


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic TOPIC_LOCKED  [ 1 post ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.009s | 21 Queries | GZIP : Off ]