Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/user/public_html/messageboard/extensions/MakeItSimpleTextFormatter/default.php on line 35
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.
Fatal error: Call to undefined function: stripos() in /home/content/h/h/g/hhgunrange/html/Forum/extensions/MakeItSimpleTextFormatter/default.php on line 25
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.
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.
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 ?
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?
Comments
Fatal error: Call to undefined function: stripos() in /home/content/h/h/g/hhgunrange/html/Forum/extensions/MakeItSimpleTextFormatter/default.php on line 25
Change:
$Word = '<a href="'.$Word.'" target="_blank" rel="nofollow">->link<-</a>';to:
$Word = '<a href="'.$Word.'" target="_blank" rel="nofollow">'.$Word.'</a>';EX:
*bold* = bold
_italic_ = italic
This is how they have formating set up a writeboard.com it's really intuitive and easy to use.
Fatal error: Cannot redeclare class ExtendedTextFormatter in /home/35738/public_html/extensions/MakeItSimpleTextFormatter/default.php on line 20
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 ?