Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

CurtisOdenericgillettejefftunnx00 +8 guests

Make It Simple Text Formatter

This discussion is related to the Make It Simple Text Formatter addon.
Make It Simple Text Formatter
«1

Comments

  • Posts: 403
    Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/user/public_html/messageboard/extensions/MakeItSimpleTextFormatter/default.php on line 35
  • Posts: 10
    circuit: Hmm, I forgot that using references in the foreach loop is only supported in PHP 5. I'll see what I can do about that, though it will clunker up the code, so I'm not sure I want to do that.
  • Posts: 403
    that's OK, it's not urgent (it is a very good idea, though :) )
  • Uploaded version 1.10 of Make It Simple Text Formatter.
  • Posts: 10
    Uploaded version 1.10 - added support for more video sites.
  • awesome! Yeah bbcode is hard for some people :P Vimeo support and .mp3 support would rock too!
  • Posts: 22
    getting this error when trying to type in a link

    Fatal error: Call to undefined function: stripos() in /home/content/h/h/g/hhgunrange/html/Forum/extensions/MakeItSimpleTextFormatter/default.php on line 25
  • Posts: 10
    dionhall85: You need PHP 5 for this extension to work.
  • Posts: 22
    Oh, Thanks!
  • Posts: 22
    I have updated my site to php 5, however when i try to type a link it does not automatically change? How can i fix this?
  • Posts: 10
    Do you have the extension enabled? Do you use the text formatter? Link to your site?
  • elmelm
    Posts: 26
    I think it would be better if normal links are not displayed link this ->link<- but like normal but just klickable. So you know where the links points and you don't have to look in the statusbar or somewhere. And is it possible that it works also with the BlogThis extension? That would rock.
  • Posts: 10
    @elm: Yeah, I wanted the same functionality. You can tweak one line of default.php (in the extension's folder) to make it work.

    Change:

    $Word = '<a href="'.$Word.'" target="_blank" rel="nofollow">->link<-</a>';

    to:

    $Word = '<a href="'.$Word.'" target="_blank" rel="nofollow">'.$Word.'</a>';
  • Posts: 10
    I use "->link<-" because long links break my theme. But as juicysauce said, you can easily change that.
  • elmelm
    Posts: 26
    Thanks. But the problem is the update. Everytime a new version is released, i have to change some code in nearly every extension I use so I try to make you to do the changes ;). But I see it is not possible to fulfill everyones wishes. Maybe it is possible to format the links like this: http://www.google.de/sear...lient=firefox-a so it would not break you theme :) I think this is a good compromise.
  • Posts: 12
    I'll second the request for Vimeo and mp3 support. That would serious kick ass.
  • Posts: 10
    Vimeo is a bit tricky as they have different video sizes. MP3 support is also tricky, as it requires a player. But I'll try to figure something out.
  • Posts: 248
    does it support auto-embedding flickr pics?
  • It would be awesome if this would support bold italics

    EX:

    *bold* = bold

    _italic_ = italic
  • Posts: 10
    miquel: I don't use flickr, gimme an example. silver-dragon: Everything is possible. ;)
  • image

    This is how they have formating set up a writeboard.com it's really intuitive and easy to use.
  • Posts: 2,610
    Sounds like you just want Markdown.
  • Posts: 28
    Hi there. Good addon. :) However I'm getting this error popup when I try to enable this addon. The server has php5 enabled.

    image
  • Posts: 28
    mmm new peoblem occured. Php5 is enabled and i got this error.

    Fatal error: Cannot redeclare class ExtendedTextFormatter in /home/35738/public_html/extensions/MakeItSimpleTextFormatter/default.php on line 20
  • Hello,

    This is just what I wanted and it works fine - almost. There's an issue with video links in that when I tried it with this youtube video http://www.youtube.com/v/htt5IjMhysM&rel=0&color1=0xe1600f&color2=0xfebd01&border=0
    it lauched it in a new window instead of embedding it.

    On the other hand I found an existing post from someone else in my forum where a video link they'd included before I used your add-on now showed as embedded. So it does work sometimes.

    What I want to understand is what causes the different behaviour. Any ideas please ?
  • Could you make a Make It Simple Text Formatter for php version 4.4.5 or lower? My web host doesn't support php5 yet. Thanks!
  • Uploaded version 1.12 of Make It Simple Text Formatter.
  • Added support for Vimeo and OnSMASH.
  • i need MEGAVIDEO Support
  • Is there any way to make this extension roles based? I run a forum that was recently attacked by spammers in a big way. I was thinking if I could have new applicants post only text, text links, etc. and then after say 150 or 200 posts get the rights to post photos and then after say 300 or 350 embed videos... that would help me weed out spammers better than just waiting for them to post crap and over run a forum. Thoughts? Maybe another extension would be better?
Sign In or Register to comment.