URL Popup

Started by jerm, September 03, 2006, 06:31:41 PM

Previous topic - Next topic

osmanagaa

#60
Hello guys,


imageurlpopuphidecentertr.zip (turkish)
imageurlpopuphidecenter.zip ( english)

please download and install that packages to your forum and then open the:

themes/default/post.template.php

FIND:

function urlINPT()
  {
          // Enter URL .........................................
          var urlLINK = prompt("Please enter URL address:","http://");
          if (urlLINK == null )
{
//cancel pressed . . .
          }
          else if (urlLINK == "" || urlLINK == " ")
{
//ok pressed but with Notext . . .
                  alert("Sorry no text entered!");
          }
          else
          {
    //ok pressed and there is something :)
          // Enter Description ...................................
          var urlNAME = "[img]LİNK[/img]";
          if (urlNAME == null )
{
//cancel pressed . . .
          }
          else if (urlNAME == "" || urlNAME == " ")

//ok pressed but with notext so use URL only!
                    surroundText(\'[center][hide][url=\'+urlLINK+\']\'+urlNAME+\'\', \'[/url][/hide][/center]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
          }
          else //ok pressed with text so use URL and Name!
                    surroundText(\'[center][hide][url=\'+urlLINK+\']\'+urlNAME+\'\', \'[/url][/hide][/center]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
          }
          }
          // --' . '>
          </script>';



LOOK FOR:

var urlNAME = "[img]LİNK[/img]";

IN THE CODE.

and then change the word (LİNK)  to your image link which is between the img tag.

for example:

var urlNAME = "[img]http://www.google.com.tr/forum/indir.gif[/img]";

thanks.




SN

Can any comfirm that, the img pop there works?

i would really love this to do it with images also

Acer1

The Mod for SMF 2.0 RC2 ???


Please !  8) 8)

XtcruleZ

Any chance of getting this updated to work with SMF 2.0 RC2?

IchBin™

I will not be updating this mod, or any of my mods for that matter. If anyone wants to take this over, feel free to shoot me a PM.
IchBin™        TinyPortal

steve51184


also need this for rc2/3

TurtleKicker

Quote from: IchBin™ on January 24, 2010, 12:06:31 AM
I will not be updating this mod, or any of my mods for that matter. If anyone wants to take this over, feel free to shoot me a PM.
That's really unfortunate. I was desperately looking forward to using this in SMF2. Hopefully someone is willing to take it over.

Advertisement: