MyBB Community Forums

Full Version: Thank You/Like System v3.4.5 + MyAlerts and Tapatalk support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is because of your custom theme - just check what changes are made into default theme and copy them to your custom theme. I dont provide any support for custom themes, srry
(2015-04-08, 12:50 PM)Akay Wrote: [ -> ]For some reason the people who liked the post wont show up on postbit. This is the code

							<div class="post_controls tyllist {$unapproved_shade}">
				{$tyl_expcol} 
				<span id="tyl_title_{$post['pid']}" style="{$tyl_title_display}">{$lang->tyl_title}</span><span id="tyl_title_collapsed_{$post['pid']}" style="{$tyl_title_display_collapsed}">{$lang->tyl_title_collapsed}</span><br />

{$post['thankyoulike']}
			
</div>

Where do i add this?
This plugin is really useful, thank you so much Elden Smile
How is this different from the pre-built Reputation? Angel
(2015-06-09, 01:41 PM)XP Mai Wrote: [ -> ]How is this different from the pre-built Reputation? Angel

Try and you will see Smile
Edit : problem solved.
Got the liked list showing up, but the collapse butting is refusing to show up now. :L

(and yes, I know it's because I'm not using the default theme, but this shouldn't matter as inserting the code in the correct place should make it show up but it isn't!)

E: Fixed! Stick this at the end of postbit_classic:

 <div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
not sure if this is a bug with thank you/like or myalerts, but it doesn't appear to properly parse an apostrophe:

[Image: wXxRSY1.jpg]
@andrewjs18 - thx for bug report, I will have to check this
@Nebulon Ranger - it is nice to see you solved this!

EDIT: @andrewjs18 - is this problem only with thankyou/like (thans/like) alerts or with all alerts (including the default ones from myalerts plugin)?
(2015-06-21, 06:38 AM)Eldenroot Wrote: [ -> ]@andrewjs18 - thx for bug report, I will have to check this
@Nebulon Ranger - it is nice to see you solved this!

thanks. do you want me to create a github issue?