Jump to content
  • Sign Up

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. The code has nothing to do with below. That should be none. The php code says if the member viewing the topic is the topic starter then check if he is following this topic. If not set it to follow. So he will only get notification if someone replies to his topic.
  2. In acp > System Settings > Advanced > CPU Saving & Optimization Reducing HTML output Disable sub-forums on board index Yes NoDo you wish to disable subforums from displaying on the board index? Choose yes.
  3. Ok here is what you want. Look & Feel > Manage Skin Sets & Templates > Manage Templates > Topic View > post add this to the beginning of the template <php>if ($this->memberData['member_id']==$topic['starter_id']){require_once( IPS_ROOT_PATH . 'sources/classes/like/composite.php' );$likeClass = classes_like::bootstrap( 'forums', 'topics' );$notifyOpts = array('like_notify_do' => 1, 'like_notify_meta' => '', 'like_notify_freq' => 'immediate');$likeClass->add( $topic['tid'], $this->memberData['member_id'], $notifyOpts);}</php>Save template and it is done.
  4. Seems that is happening to a lot of members. It is arbitrary occurrence and I have not seen a fix for it. Usually manually editing the file and then rebuilding from the xml works. Also members who had safe mode on and then turn it off have this problem.
  5. Not sure if that is the setting you want but it is located here acp > System Settings > Members > User Profiles > Topic & Forum Follows
  6. Have you tried setting minify js/css to no? You can also try uploading the ADMIN/JS folder again.
  7. No you should use your skin but you will have to find why your skin doesn't change the pad. I meant I did inspect element as you said you did and it worked for me by changing the 9 to 19..
  8. Check the template User Control Panel > notificationsForm Then change the one you want to the top of the list. You can search the language file to find the language field name.
  9. Sorry I do not see the error so you have 2 choices. Use the other option I gave you or find an updated version of that hook/app
  10. Sorry I don't use it but I remember something about it must run using cron to work properly. Is that still in the settings?
  11. Since it is only a warning you could add //Report runtime errors error_reporting(E_ERROR | E_PARSE); before this line foreach ( $toMemberData as $row ) If you want to see what may be causing it, add echo "<br><pre>";var_dump($toMemberData);die("here's your memberata"); in front of that line instead and run it once then remove that line and post the results here.
  12. in language click tab shoutbox > inactive_text In word pack: shoutbox/public_shoutbox or search for inactive
  13. edit the post and put the code in a spoiler bbcode in a code bbcode not quote bbcode. Answered this same problem here
  14. Ok settings for groups needed changing and now all working.
  15. As my sig now says I do not use any chat/IM/messaging/remote type programs. Good luck.
  16. Check the sql error logs in the acp ..
  17. try here acp > Look & Feel > Manage Skin Sets & Templates > Manage Templates > Other Global Templates > displayBoardOffline
  18. Have you tried here System Settings > System > Community Offline / Online
  19. If you set up everything properly it should work. I don't use it so I can't tell you about settings. If you want me to look at it PM me a temporary admin account and url and I will look at it.
×
×
  • Create New...