Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - prach_kp

#1
Free Themes / Re: Redsy
May 26, 2015, 09:18:09 PM
Dear Alls,
I found the another problems.
index.template.php
Search:
<a href="', !empty($settings['facebook_text']) ? $settings['facebook_text'] : 'http://www.facebook.com ' ,'" title="', $txt['rs_facebook'], '"><i class="fa fa-twitter fa-2x"></i></a>

Replace with:
<a href="', !empty($settings['facebook_text']) ? $settings['facebook_text'] : 'http://www.facebook.com ' ,'" title="', $txt['rs_facebook'], '"><i class="fa fa-facebook fa-2x"></i></a>

Search:
<a href="', !empty($settings['twitter_text']) ? $settings['twitter_text'] : 'http://www.twitter.com' ,'"><i class="fa fa-facebook fa-2x"></i></a>

Replace with:
<a href="', !empty($settings['twitter_text']) ? $settings['twitter_text'] : 'http://www.twitter.com' ,'"><i class="fa fa-twitter fa-2x"></i></a>
#2
Free Themes / Re: Redsy
May 26, 2015, 09:06:35 PM
Dear Daniel,
That's worked again.
Thank you very much.
Prach Konphet
#3
Free Themes / Re: Redsy
May 21, 2015, 10:21:20 PM
Could you tell me more about default the first tab? Now it shows the fourth tab (#users) by default, I would like to show the first tab (#recent) by default.

Tab Lists of My Webboard
1. #recent
2. #calendar
3. #stats
4. #users

Thank you for advanced.
#4
Free Themes / Re: Redsy
May 21, 2015, 10:00:11 PM
It's worked.
Thank you very much
#5
Free Themes / Re: Redsy
May 20, 2015, 11:11:56 PM
Deal Alls,

In the main page of SMF it normal shows Recent Post (http://www.xxx.com/webboard/index.php#recent) and User Online (http://www.xxx.com/webboard/index.php#users) by defualt. I have set to show Recent Post in the front page of my webboard, but it doesn't show that position that I set, It show the same as users tab. For example:- When I click recent tab, it shows Users Stat or Users Online and When I click users tab, it shows Users Stat or User Online same too.

Thank you for your suggestion.
Prach Konphet