Jump to content

Sirapat Kidwisala

Members
  • Posts

    64
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Sirapat Kidwisala

  1. Anyone know how to get the total comments in the forum? Below img is showing how to get the total posts in the forum, but in this case I wanna know comments
  2. I realize that when I wanna add forum icon, the system only allows one icon for both read and unread forum. However, I wanna have separated icons so I went to take a look at the code but I'm not quite sure on how to do it. {{if !$forum->redirect_on}} {{if \IPS\forums\Topic::containerUnread( $forum ) AND \IPS\Member::loggedIn()->member_id}}<a href="{{if $isSubForum}}{$forum->url()->setQueryString( array( 'do' => 'markRead', 'return' => $forum->parent_id ) )->csrf()}{{else}}{$forum->url()->setQueryString( 'do', 'markRead' )->csrf()}{{endif}}" data-action='markAsRead' title='{lang="mark_forum_read"}' data-ipsTooltip>{{endif}} {{endif}} {{if $forum->redirect_on}} <span class='ipsItemStatus ipsItemStatus_large cForumIcon_normal {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> <!-- below is the icon for unread, I wanna add one more read icon but not quite sure how to do --> <img src="http:example.com/images/f_icon.png"> </span> {{endif}} {{endif}} {{if !$forum->redirect_on and \IPS\forums\Topic::containerUnread( $forum ) AND \IPS\Member::loggedIn()->member_id}} </a> {{endif}} Any help would be greatly appreciated! Thank you.
  3. Problem solved! The issue is my apache2 is not running the correct version of php. So I just updated the apache2 php version accordingly
  4. The latest change would be restarting apache2 as I had 502 error code yesterday so I tried to fix by following steps from this website click. After that, my website can access normally but when I tried to see the topic, it gave me this error. And I tried disabling my 3rd part plugins/apps, none of them relate to this issue.
  5. Hi, I'm not really sure what happened here but I can't see my topics. Can anyone help me on this?
  6. Sorry, this not fixed. New member cant see default.
  7. Now I can set up for it. Set default theme and Set as Members' Theme for all groups. Guest only will see guest theme.
  8. In IPS version 3.2 I can setting theme for guest and hide this theme for other groups and theme choices.
  9. I want to buy more than 1 piece for 1 items example: Potion Item buy 10 items
  10. How to edit for showing item image replace icon in My Shop Items?
  11. I have Official theme for main theme and Guest theme for guest only. I tried to setting from @Randy Calvert but it's show for login member all group.
  12. How to setup theme for guest? I create new theme for guest but it's show default theme.
×
×
  • Create New...