phpBB Auto reply title

10 posts Page 1 of 1
Contributors
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

phpBB Auto reply title
Filip
How can I automaticlly make that when you reply to topic it automaticcly sets Re: Topic Title for reply title
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: phpBB Auto reply title
Codex
It already does that in phpBB...
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Re: phpBB Auto reply title
Filip
IT does not to me..
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: phpBB Auto reply title
comathi
Well... then there is an error because I see "RE:" on top on your last post ^^
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Re: phpBB Auto reply title
Filip
Not on cns, on my forum..
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: phpBB Auto reply title
Axel
maybe update to the newest phpbb ?
http://vagex.com/?ref=25000
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: phpBB Auto reply title
Codex
Please be specific.

Fill in the below, and i will try to help you
Code: Select all
[b]phpBB version[/b]: 
[b]phpBB MODS installed[/b]: 
[b]Website link[/b]: 
[b]phpBB date installed[/b]: 
[b]Who installed phpBB for you[/b]: 
[b]Demo account[/b]: 
[b]Screenshot of the problem[/b]: 
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

Re: phpBB Auto reply title
Scottie1972
visioncr0 wrote:
How can I automaticlly make that when you reply to topic it automaticcly sets Re: Topic Title for reply title
Code: Select all
<?php
$reply = $_POST['reply'];

$subject = "RE: " .$reply;

?>

something like that.
it is hard to give a complete tut without knowing how you are passing the data and what the form paras are.
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: phpBB Auto reply title
mandai
We know the data will be passed as a standard phpBB form post. The code should already be in place for this as well, it is definitely worth updating to see if this will solve the problem.
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 444
Joined: Tue Feb 16, 2010 6:24 am

Re: phpBB Auto reply title
Livengood
Its opening the source of the topic post, when you post a reply have the textbox load "Re: " . $title

something like that in php source of phpBB.
Image
10 posts Page 1 of 1
Return to “Help & Support”