PDA

View Full Version : Help With Phrase Manager


Maxman1544
08-12-2008, 03:22 AM
We do this Post Of The Week thing on our site. I have modified Report This Post to reflect the proper terminology and changed the button accordingly. Each nomination starts a thread in a forum that users can't see. We merge them all at the end of the week and pick the post of the week.

Here is how I changed the phrase:

$vbphrase[reportpost_newthread]

Post: /showthread.php?p=$reportinfo[postid]#post$reportinfo[postid]]$reportinfo[prefix_plain]$reportinfo[threadtitle] ($vboptions[bburl)

The Nomination: "$reportinfo[reason]" /member.php?u=$reportinfo[ruserid]]$reportinfo[rusername] ($vboptions[bburl)

Editor's Note:


The problem is that it puts the title of the nominated post with a link, instead of the actual post. I screwed it up. If anyone can tell me how to change it so the post appears I would appreciate it.

Thanks!

Lynne
08-12-2008, 03:27 AM
Here is the default:

/member.php?u=$bbuserinfo[userid]]$reportinfo[rusername] ($vboptions[bburl) has reported a post.

Reason:$reportinfo[reason]
Post: /showthread.php?p=$postid#post$postid]$reportinfo[threadtitle] ($vboptions[bburl)
Forum: $reportinfo[forumtitle]
Assigned Moderators: $modlist

Posted by: /member.php?u=$postinfo[userid]]$reportinfo[pusername] ($vboptions[bburl)
Original Content: $postinfo[pagetext]If you want the post itself put into the body, it looks like you need to add the last line.

Maxman1544
08-12-2008, 03:53 AM
Thanks I will give it a shot!