Also Adobe's CS4 products are really good and better than the CS3
Search found 9 matches
- Sun Mar 28, 2010 10:19 pm
- Forum: [3.x] Discussion
- Topic: Beware the 4.0
- Replies: 25
- Views: 49960
Re: Beware the 4.0
Chrome 4 is also great 
Also Adobe's CS4 products are really good and better than the CS3
Also Adobe's CS4 products are really good and better than the CS3
- Sun Mar 28, 2010 10:18 pm
- Forum: [3.x] Discussion
- Topic: Number formatting
- Replies: 15
- Views: 22979
Re: Number formatting
It wouldn't have worked because of different formats 
- Sat Mar 27, 2010 10:01 pm
- Forum: [3.x] Rejected RFCs
- Topic: [Patch|Rejected] Dotted Topics showing unapproved posts
- Replies: 4
- Views: 12640
Re: Dotted Topics showing unapproved posts
What do you mean? Do you mean it will do too many excess SQL queries or it won't work literally?
- Sat Mar 27, 2010 9:22 pm
- Forum: [3.x] Rejected RFCs
- Topic: [Patch|Rejected] Dotted Topics showing unapproved posts
- Replies: 4
- Views: 12640
[Patch|Rejected] Dotted Topics showing unapproved posts
Here is a link to the bug tracker: http://tracker.phpbb.com/browse/PHPBB3-9175
OPEN: includes/functions_display.php
FIND:
global $user, $config;
ADD AFTER:
global $db;
FIND:
// Posted image?
if (!empty($topic_row['topic_posted']) && $topic_row['topic_posted'])
{
$folder_img .= '_mine ...
OPEN: includes/functions_display.php
FIND:
global $user, $config;
ADD AFTER:
global $db;
FIND:
// Posted image?
if (!empty($topic_row['topic_posted']) && $topic_row['topic_posted'])
{
$folder_img .= '_mine ...
- Sat Mar 27, 2010 9:32 am
- Forum: [3.x] Discussion
- Topic: Login Logs
- Replies: 13
- Views: 29001
Re: Login Logs
Why not use JS, like you know those sites that say something when you try to leave, like please come back, well, why not send the info of them leaving the page with JS 
- Sat Mar 27, 2010 9:30 am
- Forum: [3.x] Discussion
- Topic: Login after register
- Replies: 23
- Views: 62255
Re: Login after register
I had that in v1.0.1/v1.0.2 
Also, you guys, maybe include: Login After Activation
(Doesn't need password in email, just creates the session with the username, skipping the login authentication)
Also, you guys, maybe include: Login After Activation
(Doesn't need password in email, just creates the session with the username, skipping the login authentication)
- Sun Mar 21, 2010 11:06 am
- Forum: [3.x] Discussion
- Topic: Post Unapprove function
- Replies: 7
- Views: 21317
Re: Post Unapprove function
Soft Delete MOD leaves the post there 
If it didn't, how would the post still exist?
Also, to not approve a post, just don't press the approve button.
If it didn't, how would the post still exist?
Also, to not approve a post, just don't press the approve button.
- Sat Jan 16, 2010 8:29 am
- Forum: [3.0/Olympus] Discussion
- Topic: User posts per week
- Replies: 1
- Views: 5271
Re: User posts per week
Hmm... Maybe using the database?
- Tue Dec 15, 2009 10:33 am
- Forum: [3.x] Discussion
- Topic: Permissions?
- Replies: 7
- Views: 17160
Permissions?
How will the permissions be set up for phpBB4? I also suggest making a Module in the ACP to add permissions and modify MODX to include the permissions required and their value.