Search found 5 matches

by doshidh
Fri Feb 06, 2009 3:00 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: custom search_id to filter by forum_id
Replies: 0
Views: 6530

custom search_id to filter by forum_id

Hello, Could someone help me create a new search_id based on search_id=active_topics to filter by forum_id as well? It would be executed from a custom link to search.php with parameters ?fid[]={generated by page code}&search_id={my new search_id name} I want to display active topics, but only fr...
by doshidh
Wed Feb 04, 2009 7:44 pm
Forum: phpBB 3.0.x Support
Topic: move topics to another forum after x days
Replies: 2
Views: 3328

Re: move topics to another forum after x days

Thanks for the reply.

Is there a variable with the topic start date, or is there some way I can retrieve this value from a database? I would be able to implement this myself if I knew where to get this value.

Thanks in advance,
Dev
by doshidh
Tue Feb 03, 2009 10:19 pm
Forum: phpBB 3.0.x Support
Topic: move topics to another forum after x days
Replies: 2
Views: 3328

move topics to another forum after x days

Hello,

I was wondering how I would go about automating the task of moving all topics created x days old to a different forum and keeping them active, as opposed to pruning/deleting.

I am using phpBB 3.0.4 with a modified proglass theme. Any help would be greatly appreciated.

Thanks,
Dev
by doshidh
Mon Feb 02, 2009 9:59 pm
Forum: phpBB 3.0.x Support
Topic: Default text for new topics
Replies: 2
Views: 4730

Re: Default text for new topics

Thanks.
by doshidh
Sun Feb 01, 2009 10:18 pm
Forum: phpBB 3.0.x Support
Topic: Default text for new topics
Replies: 2
Views: 4730

Default text for new topics

Hello, Is there a way I can make new topics have some text by default? I want only new topics, not replies or pms or anything else, to have this default text. I looked in /styles/proglass/template/posting_editor.html and think I see where I would add it, but don't know how I would differentiate betw...