Jump to content

Paisley4

Rookie
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Paisley4

  1. Paisley4

    Edit menu

    Can you give us better screen (more visible items)? Because I don't know what do you mean about this menu.
  2. You can use cloudflare DNS server for your free domain. (It's so easy to configure) and it will show you have secured forum.
  3. If you mean IPS you can use (BIM) Chatbox FREE
  4. You tried clearing forum's cache?
    App works. For working you have to remove app from IPS (remember about making backup in sql and translation), and install it by putting folder in applications and installing from ACP.
  5. Try this in group's name prefix: <span style="color: linear-gradient(to right, #fc0303, #c203fc);"> and paste this in group's name suffix: </span> Tip: If you want same color as on other forum, click right on text with group name. Check code and copy their span.
  6. This is feature of IPS, there is no plugin. If you are using old version of IPS (4.2 etc.) you can install IPS 4.5, there is defaultly displaying subforums.
  7. You have to run all this commands in your forum SQL server to add all emails to banlist.
  8. Hello, nice to meet you
  9. Is database on same server as forum?
  10. If you recent changed pass to database, you have to change it in forum.
  11. Hello! May you have a nice stay with us!
  12. IPS have special folder "datastore" where are saving data, and special database for that. Before you start using IPS you have to install your forum, installing is creating new files etc. Upgrade is making something similar, buy isn't changing anything.
  13. There you have all queries for adding lots of 10 minutes mails. ban_list_IPS4.txt
  14. You can block 10 minute mails by ACP -> Users -> Filters. I think the best way is using this file: <<MOD EDIT: do not link to files on other sites>> (Try translate to English from Polish) There you have MySQL commands for adding domains blocks.
  15. You have to install special plugin for that. Group Name Indicator. InvisionCommunity site: https://invisioncommunity.com/files/file/7344-group-name-indicator/ WebFlake site:
  16. I want to show you how to make working your Post Notes 1.1.1 app for IPS 4.5x. You have to open your forum FTP and go to forum/applications/postnotes/hooks and open file "postNotes_template.php". In this file you have to remove all code and paste this code: //<?php /* To prevent PHP errors (extending class does not exist) revealing path */ if ( !defined( '\IPS\SUITE_UNIQUE_KEY' ) ) { exit; } class postnotes_hook_postNotes_template extends _HOOK_CLASS_ { /* !Hook Data - DO NOT REMOVE */ public static function hookData() { return array_merge_recursive( array ( 'post' => array ( 0 => array ( 'selector' => 'div[data-controller=\'core.front.core.comment\'].ipsComment_content.ipsType_medium > div.cPost_contentWrap > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\'] > li.ipsHide[data-role=\'commentLoading\']', 'type' => 'add_inside_end', 'content' => '{template="addNote" group="post" location="front" app="postnotes" params="$comment"}', ), 1 => array ( 'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap > div.ipsItemControls', 'type' => 'add_after', 'content' => '{template="notes" group="post" location="front" app="postnotes" params="$comment"}', ), ), 'topic' => array ( 0 => array ( 'selector' => '#elClubContainer > div[data-controller=\'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments\']', 'type' => 'add_attribute', 'attributes_add' => array ( 0 => array ( 'key' => 'data-controller', 'value' => 'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments,postnotes.front.notes', ), ), ), ), ), parent::hookData() ); } /* End Hook Data */ } After that you can save file, go clear cache and enjoy your working Post Notes app!
  17. Now, you have to download IPB 4.5 and move all files to main forum folder. If it's not working maybe try install IPB 4.4 like I said before and after that install IPB 4.5.
  18. Is this on default theme?
  19. Have you ever tried this one version of Chatbox FREE 4.1.1? https://drive.google.com/file/d/13fwo9ZmV4mAwYKfED6okun35WbQYmr7Q/view?usp=sharing
  20. IPS is good for everythink, because there are a lot of plugins and other apps what makes your work better and easier.
  21. We have too much restrictions and now I can't go out with my friends
×
×
  • Create New...