Tutorials [cXF] Conversation Button - Opening Custom Message in Overlay Window

Marks-Man

Administrator
Joined: Mar 15, 2021
Messages: 1,028
Resources: 403
Points: 113
Reaction score: 1,173
Please Login or Register to view content


Step 1

/src/addons/BassMan/ConversationButton/_data

We go to this directory and open the template_modifications.xml file located here in an editor.
Code:
Code:
Please Login or Register to view content
Code:
Code:
Please Login or Register to view content
  • We add data-xf-click="overlay" to the end of these codes.
  • So like this
Code:
Code:
Please Login or Register to view content
Code:
Code:
Please Login or Register to view content
  • Then we save the file.
  • Then we go to lines 36 and 42. These lines have the following code (on both lines separately):
Code:
Code:
Please Login or Register to view content
  • Similar to these two codes, we add data-xf-click="overlay" to make them like this:
Code:
Code:
Please Login or Register to view content

now rebuild
 
  • Tags
    custom message in overlay window
  • Top