Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

SilverStripe forum updated; allows codes, uploads, emails


Go to End


18 Posts   7255 Views

Avatar
Sigurd

Forum Moderator, 628 Posts

7 July 2007 at 2:18pm

Edited: 07/07/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/

Avatar
Sigurd

Forum Moderator, 628 Posts

7 July 2007 at 2:24pm

Edited: 07/07/2007 2:25pm

[html]
<html>
...
<ul id="signpost">
<li>hi there
</ul>
</html>
[/html]

Normal text...

$sum=10+2;
echo "Hello world";

Avatar
Sean

Forum Moderator, 922 Posts

7 July 2007 at 3:34pm

Edited: 07/07/2007 3:34pm

Great work. :-)

Also, is the font size supposed to be so big when writing a post?

Avatar
Willr

Forum Moderator, 5523 Posts

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??

Avatar
Matt

Community Member, 86 Posts

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)

Avatar
Markus

Google Summer of Code Hacker, 152 Posts

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 :-)

Avatar
Sigurd

Forum Moderator, 628 Posts

9 July 2007 at 11:29pm

Markus... good find. What are you using IE7 for anyway? :P

Avatar
Markus

Google Summer of Code Hacker, 152 Posts

10 July 2007 at 9:40pm

Edited: 10/07/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 :D

Two other small "bugs" I found:
* The RSS feeds aren't formatted at all.. the 's and so on are visible there
* I think

 should also use white-space: pre and maybe the headers "TEXT:", "HTML:", and "PHP:" should be dropped...

Go to Top