Adding URL parameter for custom reply type

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Post Reply
User avatar
halil16
Registered User
Posts: 1266
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil
Contact:

Adding URL parameter for custom reply type

Post by halil16 »

I tried to create a custom reply type using the codes here that I used for PM before: Reply with tag.

This idea has actually been on my mind for a long time. I even asked the author of the Simple Mentions extension. But he said the extension didn't work. I said I'll do it myself.

I created the following code:

Code: Select all

<a href="./posting.php?mode=reply&message=[mention]{postrow.POST_AUTHOR}[/mention]%20&t={TOPIC_ID}" title="@ ile cevapla"><i class="fa fa-at fa-fw" aria-hidden="true"></i><span>Etiketleyerek cevapla</span></a>
But when I added the codes in the link mentioned at the beginning to the posting.php file, it didn't work. Since I don't have much php knowledge, I didn't want to tamper with it.

Can help me?
* Hire me at fiverr for your phpBB board.
"The day we will need ideas more than possessions, we will find the secret to true wealth." - Peyami Safa
I'm learning English...
Contributions: #Hashtag, Elegance, Latte
Post Reply

Return to “phpBB Custom Coding”