Jump to content

pepito13

Rookie
  • Posts

    20
  • Joined

  • Last visited

Everything posted by pepito13

  1. pepito13

    Why ?

    Per our Inactivity Policy, accounts are designated inactive if the account has not made a post within the last 30 days. Inactive Members have several restrictions placed on their accounts: Cannot view or download files. 300 second flood control (as opposed to 30 for Members). Cannot create profile status updates. A maximum of one (1) PM can be sent per day. Getting your previous rank restored is simple: make two (2) non-spam posts.
  2. PUBG is very bad optimized. Fortnite is full of rat kids.
  3. Don't use <center> my friend. It's deprecated.
  4. It's sad that there isn't a complete documentation about IPS4 similar to IPB3. I found this a few months ago: <?php /* Require the init.php file from the Community Suite root directory */ require 'init.php'; /* Initiate the session to verify who this user is */ \IPS\Session\Front::i(); echo \IPS\Member::loggedIn()->name; ?> Replace \IPS\Member::loggedIn()->name with \IPS\Member::loggedIn()->member_group_id and do what you want :) // Check if user is admin if(\IPS\Member::loggedIn()->member_group_id == 4) { echo "You are Admin!"; } // Check if loggedIn if(\IPS\Member::loggedIn()->member_id) { echo "You are logged in!"; } Greetings!
  5. Thanks for your contributions!!

  6. That's true!!! Welcome!!
  7. Thanks! I don't know why IPBoard remove a simple page like this. It's very useful.
  8. When I use the Developer Mode, I have so many PHP errors. Be careful
  9. I can't post to IP.Board Request forum :'c

    1. SkyDiver

      SkyDiver

      Read the requirements for that section - "(You can submit requests from 15 posts)".

    2. Tony

      Tony

      Thank you, SkyDiver.

  10. Please view this link and you will know what I mean: http://www.vbulletin.org/forum/showthread.php?t=155909 I want this FOR IPBOARD, is there a way?
  11. Hello. When someone posts a URL from the forum, IPBoard show this: ?do=embed' frameborder='0' data-embedContent> Is there a way to automatically replace it for this: ?do=embed' frameborder='0' data-embedContent> Similar to vBulletin? Thanks. EDIT: This on IPBOARD http://www.vbulletin.org/forum/showthread.php?t=155909
×
×
  • Create New...