Search found 1891 matches

by DavidIQ
Thu Feb 05, 2009 5:22 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: A way to change behaviour of subscriptions?
Replies: 11
Views: 19057

Re: A way to change behaviour of subscriptions?

There's no point to doing that as all the emails would be pretty much the same and is a very bad idea. Consider this topic:
http://area51.phpbb.com/phpBB/viewtopic.php?f=3&t=29974
Right now there are 14 pages to it. Each page contains 10 postings. So you could potentially receive 140 emails. Perhaps ...
by DavidIQ
Thu Feb 05, 2009 5:14 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: New Custom Page with Php the Correct Way
Replies: 2
Views: 8584

Re: New Custom Page with Php the Correct Way

WinterWulf wrote:Why is PhpBB set up like this ( for speed )? After making a call to a database, do we need to

Code: Select all

// free result set memory 
mysql_free_result($result); 
or

Code: Select all

// close connection 
mysql_close($connection); 
?
To free up resources and prevent database locking.
by DavidIQ
Wed Feb 04, 2009 4:10 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: get pm new messages count from outside phpbb
Replies: 2
Views: 8395

Re: get pm new messages count from outside phpbb

It's in the users table. The 2 columns that deal with PMs are user_new_privmsg which indicates that there is a new private message and is set to 0 or 1 accordingly and the other column is user_unread_privmsg which actually stores the number of unread private messages (2 new messages, etc.).
by DavidIQ
Tue Feb 03, 2009 6:14 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Text rotation Mod ?
Replies: 4
Views: 10657

Re: Text rotation Mod ?

Maybe this will help.
by DavidIQ
Tue Feb 03, 2009 4:25 am
Forum: phpBB 3.0.x Support
Topic: Assigning an imageset to multiple languages
Replies: 4
Views: 10623

Re: Assigning an imageset to multiple languages

It's like a pointer to an actual directory. But looking at a PHP installation it seems that his may not be enaled for most servers anyways so forget I mentioned it :lol:
by DavidIQ
Tue Feb 03, 2009 3:29 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Text rotation Mod ?
Replies: 4
Views: 10657

Re: Text rotation Mod ?

What exactly is rotating there? And don't post a link to the site.
by DavidIQ
Tue Feb 03, 2009 3:20 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Advertisement Management -- customizing ads to forum?
Replies: 4
Views: 10918

Re: Advertisement Management -- customizing ads to forum?

1. It's likely possible but Exreaction would be the one to ask for such a modification to his modification. Try his site. That's not exactly support so I don't think a fee would be involved but don't quote me on that.
2. It would be pretty hard to do that. You could just create a forum of type link ...
by DavidIQ
Tue Feb 03, 2009 3:17 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Help with forum issue ( Ajax chat)
Replies: 6
Views: 18206

Re: Help with forum issue ( Ajax chat)

Ah ok...then that one is active ;)

Handyman would be the one to know if there are any updates forthcoming.
by DavidIQ
Tue Feb 03, 2009 12:59 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Help with forum issue ( Ajax chat)
Replies: 6
Views: 18206

Re: Help with forum issue ( Ajax chat)

Who was the author and what's the exact title of the MOD?

If it's the one I've marked as abandoned on phpbb.com then...never as the author has basically abandoned development on it.
by DavidIQ
Tue Feb 03, 2009 12:55 am
Forum: phpBB 3.0.x Support
Topic: Assigning an imageset to multiple languages
Replies: 4
Views: 10623

Re: Assigning an imageset to multiple languages

You can create a "virtual directory" to the one imageset/en directory but the imagesets are created per template so it wouldn't look right.