Besides, why would anyone want a mod when, as has been mentioned, the normal bbcode can handle it just fine? eg.
BBcode usage = [spoiler]{TEXT}[/spoiler]
HTML replacement = <blockquote><div style="cursor:pointer;cursor:hand;" onclick="if (this.getElementsByTagName('div')[0].style.display != 'block ...
Search found 95 matches
- Thu May 17, 2007 7:46 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Recursive regular expression use - an easier way?
- Replies: 6
- Views: 11190
- Wed Mar 21, 2007 11:20 pm
- Forum: [3.0/Olympus] Discussion
- Topic: prosilver discussion among users
- Replies: 56
- Views: 58291
Re: prosilver discussion among users
I'm not a fan of the use of spans for block level elements, they're supposed to be inline... why not use divs, the way they were intended?
- Mon Feb 26, 2007 11:36 pm
- Forum: [3.0/Olympus] Styling
- Topic: Changing style for bbcode
- Replies: 6
- Views: 8360
Re: Changing style for bbcode
Firstly, I can't see anything there that couldn't be done using the style="" property or inline css in a <style> tag, though obviously the stylesheet is the best place for it. Maybe I'm missing something.
Second, why are you defining a span as a block level element? Surely a div would be better ...
Second, why are you defining a span as a block level element? Surely a div would be better ...
- Wed Jan 31, 2007 12:55 pm
- Forum: [3.0/Olympus] Discussion
- Topic: User administration
- Replies: 11
- Views: 10572
Re: User administration
You could change the edit button for your style so that it was more obvious if you wish. Personally I usually realise and catch myself before I hit submit.
- Wed Jan 31, 2007 12:48 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 326208
Re: phpBB2 -> phpBB3 Upgrade Script Discussion
I'll try ripping it all out to a vanilla phpbb and see if that works but I don't have a great deal of time to do it right now. I also don't fancy that as a solution when it comes to converting the live board for real.
I have now stripped out all the mods using the "clean_tables" tool (as ...
- Mon Jan 29, 2007 11:06 am
- Forum: [3.0/Olympus] Discussion
- Topic: memberlist vs viewonline
- Replies: 1
- Views: 3098
Re: memberlist vs viewonline
I would imagine that if you regard viewforum as being a streamlined search rather than a "watered down" one, you'd be close to why it is seperate.
Viewforum is one of the most-hit pages on your forum, keep it as lean as possible.
Viewforum is one of the most-hit pages on your forum, keep it as lean as possible.
- Fri Jan 26, 2007 12:29 pm
- Forum: [3.0/Olympus] Discussion
- Topic: what do you think of phpbb3
- Replies: 7
- Views: 7882
Re: what do you think of phpbb3
I use it... think that says all that needs to be said.

- Thu Jan 25, 2007 10:24 pm
- Forum: [3.0/Olympus] Styling
- Topic: Hidden admin color option in subSilver?
- Replies: 16
- Views: 19821
Re: Hidden admin color option in subSilver?
Alegis wrote: {postrow.PROFILE_eigentitel_VALUE}
...
Any tips?
Did you try {postrow.PROFILE_EIGENTITEL_VALUE}?
- Thu Jan 25, 2007 12:09 am
- Forum: [3.0/Olympus] Discussion
- Topic: ajax?
- Replies: 63
- Views: 58756
Re: ajax?
Isn't AJAX and Javascript quite the same, only a bit extended one? Or am I false informated...
Yes and no.
AJAX is a term that was coined for one way of using some existing technologies (Javascript's XmlHttpRequest Object and XML) to make asynchronous (ie. without refreshing the entire page ...
- Wed Jan 24, 2007 11:57 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Can someone explain the Bots
- Replies: 1
- Views: 3073
Re: Can someone explain the Bots
They're there to authenticate search engine spiders (bots) so that you can assign permissions to their accounts and present them with the view of your board that you wish them to have. This is intended to better facilitate the efficient spidering (and thus search engine ranking) of you forum, or to ...