Search found 30 matches
- Wed Jan 24, 2007 7:09 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Center Tag In Phpbb3?!
- Replies: 50
- Views: 53120
Re: Center Tag In Phpbb3?!
just a small comment: ttbomk, <center> was never standard, and does not appear in html specs. for sure it is not xhtml 1.0 compliant, although most (all?) browsers support it. not recommended. <div align='left'|'center'|'right' > is standard, but it's deprecated, and also not recommended. the recom...
- Wed Jan 24, 2007 6:56 pm
- Forum: [3.0/Olympus] Discussion
- Topic: ajax?
- Replies: 63
- Views: 39237
Re: ajax?
Just so all of you people know, the WYSIWYG Editor for popular board softwares such as vBull don't use AJAX to init. the Editor, rather... it's a Java Applet used through JavaScript, but not AJAX.
- Wed Jan 24, 2007 6:52 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: New permissions screen discussion..
- Replies: 77
- Views: 49906
Re: New permissions screen discussion..
Topic approval is a good thing, but as you say... it should be a different setting all together per group/member. Edit: IE: Have one feature be (In editing member settings via ACP) -- Moderate all posts by this user? As well as: {FORUM NAME} (Forum Settings) -- Moderate Postings For this forum? (Not...
- Wed Jan 24, 2007 6:50 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Direct link to ban people from a post
- Replies: 13
- Views: 9998
Re: Direct link to ban people from a post
There should also (eventually) be a feature for topic starters (admin configurable via ACP) to make people not be able to post reply in their topic (Gaia Online has this feature for topic starters apparently, but I don't know how to use it.)
- Wed Jan 24, 2007 6:47 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: New permissions screen discussion..
- Replies: 77
- Views: 49906
Re: New permissions screen discussion..
There's a few features missing from the permissions menu though. :| IPB allows alot more functionality (IPB 1.3.1) for permissions than what phpBB3 has so far (But who knows, we may see more permissions stuff.) We shoud have the following instead: [READ] [REPLY] [START TOPIC] [REPLY] [POLL] Guests: ...
- Wed Jan 24, 2007 6:43 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Center Tag In Phpbb3?!
- Replies: 50
- Views: 53120
Re: Center Tag In Phpbb3?!
Or you could make an align tag if phpBB3's BBCode maker allows the BBCODE= deal.
Is in HTML:
Code: Select all
[align=$1]{TEXT}[/align]
Code: Select all
<div align="{$1}">{TEXT}</div>
- Wed Jan 24, 2007 6:40 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Wait a minute... FONT FACE...
- Replies: 7
- Views: 7098
Wait a minute... FONT FACE...
The font face used for phpBB3 is not a pixel-based font, and gets rather "edgy" or rather "rough" when the size tag "smalls" the font down. (Check my signature) We should have a font-face BBCode tag that could correct this. this topic (phpBB.com) has what it SHOULD look like, notice the difference i...
- Wed Jan 24, 2007 6:37 pm
- Forum: [3.0/Olympus] Discussion
- Topic: OnFocus
- Replies: 6
- Views: 3917
Re: OnFocus
NNO-Stephen wrote: i personally love it.
if you are on dialup... fix it! :p
Like Nicholas said, I can't afford any monthly fee for cable/broadband until I get a job (Which I can't, because if I do... my mother's income would go down, since we live in the same household.)
- Wed Jan 24, 2007 1:12 am
- Forum: [3.0/Olympus] Discussion
- Topic: OnFocus
- Replies: 6
- Views: 3917
OnFocus
The OnFocus isn't a good thing to have on the post screen, because for us dial-up users, we may start typing in a topic title, but then notice we're typing in the actual post message halfway through the title.
- Wed Jan 24, 2007 1:11 am
- Forum: [3.0/Olympus] Discussion
- Topic: Have you noticed?
- Replies: 9
- Views: 7579
Have you noticed?
The spam bots that hit phpBB.com don't hit here somehow. I wonder if it has to do with any security updates?