Search found 87 matches
- Sat Sep 11, 2004 4:26 am
- Forum: Chit Chat
- Topic: topsecret area51 word game
- Replies: 1276
- Views: 1125655
- Tue Aug 10, 2004 3:36 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: 'topic preview'?
- Replies: 6
- Views: 6718
Re: 'topic preview'?
Thanks for the clarification.
- Sun Aug 08, 2004 8:28 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: 'topic preview'?
- Replies: 6
- Views: 6718
'topic preview'?
Hi,
Was there a plan to add a 'topic preview' to phpBB 2.2, where you hold your
mouse over the link to the topic, and a tooltip comes up with the first few lines
of the topic?
I heard from a friend that it was to be added, but I wanted to verify that.
Thanks :)
Was there a plan to add a 'topic preview' to phpBB 2.2, where you hold your
mouse over the link to the topic, and a tooltip comes up with the first few lines
of the topic?
I heard from a friend that it was to be added, but I wanted to verify that.
Thanks :)
- Mon Jul 19, 2004 3:41 pm
- Forum: Chit Chat
- Topic: Pronounciation of "psotfx"
- Replies: 37
- Views: 36846
Re: Pronounciation of "psotfx"
postfix is some mail thing isn't it?
- Mon Jul 19, 2004 1:34 am
- Forum: [3.0/Olympus] Discussion
- Topic: Suggestion for 2.2
- Replies: 7
- Views: 6684
Re: Suggestion for 2.2
I don't seem to have the ability to edit or delete my own posts. There's a time limit that is specified in the ACP (Admin Control Panel) for this Still looking for the documentation on how the new features work... but I know that will come when the version is released... so I will just keep poking ...
- Sun Jul 18, 2004 6:37 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Oi.. my dbase will explode
- Replies: 6
- Views: 6328
Re: Oi.. my dbase will explode
I dont know what you're talking about in your first post.CodeBuster wrote:err...
does this look like complaining??
Maybe your sig explains it.
- Sun Jul 18, 2004 6:31 pm
- Forum: Chit Chat
- Topic: .htaccess Scripts?
- Replies: 4
- Views: 6257
Re: .htaccess Scripts?
Thanks for the tip!
- Sat Jul 17, 2004 10:22 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Suggestion for 2.2
- Replies: 7
- Views: 6684
Re: Suggestion for 2.2
Please post feature requests to the request tracker, not in this forum.
Please read the rules for more information.
Please read the rules for more information.
- Fri Jul 16, 2004 5:29 pm
- Forum: Chit Chat
- Topic: topsecret area51 word game
- Replies: 1276
- Views: 1125655
- Fri Jul 16, 2004 5:27 pm
- Forum: Chit Chat
- Topic: .htaccess Scripts?
- Replies: 4
- Views: 6257
Re: .htaccess Scripts?
Thanks! But I'm talking about the more complicated ones, the ones that, for example, would provide protection against hotlinking, such as this one: RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://mysite.com.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.mysite.com.*$ [NC] Rewr...