17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 5547 Views |
-
SilverStripe forum updated; allows codes, uploads, emails

7 July 2007 at 2:18pm Last edited: 7 July 2007 2:23pm
The SilverStripe forum has been updated, allowing
- BBCode tags (Bold, Italic, Underlined,
Struckout, Links, Inline images), Code, syntax-highlighted HTML and php, as shown below.
- File uploads
- Get emails when people reply to your posts(Note you may need to do a Ctrl-Refresh if the apperance of the forum looks weird; we've updated the design...)
Cheers Matt, Romain and others who helped on releasing the forum.
This code powering this updated forum is available at http://dailybuilds.silverstripe.com/modules-tarballs/
-
Re: SilverStripe forum updated; allows codes, uploads, emails

7 July 2007 at 2:24pm Last edited: 7 July 2007 2:25pm
[html]
<html>
...
<ul id="signpost">
<li>hi there
</ul>
</html>
[/html]Normal text...
$sum=10+2;
echo "Hello world"; -
Re: SilverStripe forum updated; allows codes, uploads, emails

7 July 2007 at 3:34pm Last edited: 7 July 2007 3:34pm
Great work.
Also, is the font size supposed to be so big when writing a post?
-
Re: SilverStripe forum updated; allows codes, uploads, emails

7 July 2007 at 4:08pm
Awesome Work matt, romain and everyone who worked on the forum!. But Im the same as sean, the font size when writing a post is kinda big and is the text meant to be bold??
-
Re: SilverStripe forum updated; allows codes, uploads, emails

7 July 2007 at 4:27pm
Sean: Probably not. There's a font-size of 1.4em on the textarea and title field, which seems to be why it looks fubar'd.
I'm sure someone will fix this sometime next week.
(Replace 'someone' with 'Sean' in the above sentence makes the sentence make much more sense)
-
Re: SilverStripe forum updated; allows codes, uploads, emails

9 July 2007 at 9:21pm
Another problem is that the content of the post is below the author in IE7, the float doesn't seem to work and I think the problem is that you specify the width of DIV.posterContent.. a little bit hard to explain, so lets try out the new inline images

-
Re: SilverStripe forum updated; allows codes, uploads, emails

9 July 2007 at 11:29pm
Markus... good find. What are you using IE7 for anyway?
-
Re: SilverStripe forum updated; allows codes, uploads, emails

10 July 2007 at 9:40pm Last edited: 10 July 2007 9:44pm
Since IE is still the most used browser I think more developers should use it :-P
It makes no sense if something looks great in Firefox but >80% of the users have problems because they use IE...
And another point: Normally it is much easier to fix a IE site for Firefox then vice-versa
Two other small "bugs" I found:
* The RSS feeds aren't formatted at all.. the 's and so on are visible there
* I thinkshould also use white-space: pre and maybe the headers "TEXT:", "HTML:", and "PHP:" should be dropped...
| 5547 Views | ||
| Go to Top | Next > |





