Solved: 1 Year, 9 Months, 3 Weeks ago Thank You/Like System in custom theme
#1
Solved: 1 Year, 9 Months, 3 Weeks ago
https://i.imgur.com/4HWXBIg.png

Does anyone know how to add this section manually through postbit?
Reply
#2
Solved: 1 Year, 9 Months, 3 Weeks ago
The content you need to add to the postbit and postbit_classic templates is:

<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>

In the default templates, it goes after:

<div class="post_content">

You'll need to identify the appropriate place in your custom theme's postbit templates.
Reply
#3
Solved: 1 Year, 9 Months, 3 Weeks ago
(2023-03-21, 10:56 AM)Laird Wrote: The content you need to add to the postbit and postbit_classic templates is:

<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>

In the default templates, it goes after:

<div class="post_content">

You'll need to identify the appropriate place in your custom theme's postbit templates.

Amazing!  Heart ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)