Jump to content

Sharpienero

Apprentice
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Sharpienero

  1. Last bump, then I'll stop looking for this answer here.
  2. Hey everyone, We are currently using a plugin that links steam profiles, but every-time we update our suite, we have to go into a file and change a line. I was wondering if it was possible to simply create a hook/plugin that changed it for us instead of having to do it manually. Any ideas as to how it's done? The file I'm talking about is system/Member/Member.php and the line we have to change is: $this->profileFields[ 'core_pfieldgroups_' . $group ] = str_replace( '{member_id}', $this->member_id, $fields ); Which we change to: $this->profileFields[ 'core_pfieldgroups_' . $group ] = str_replace( array('{member_id}','{steam_id}'),array($this->member_id, $this->steamid), $fields );
  3. Your theme is outdated. Try going to: core.front.modcp.warnHovercard and change: <a href="{$warning->url('acknowledge')}" ... to <a href="{$warning->url('acknowledge')->csrf()}" ...
  4. There is a feature built into IPS 4.0. It's under Posting as "concurrent posts". Set the time to x amount of minutes.
  5. Hey everyone, I've had this problem with animate for a while, and I've been unable to resolve it. On user profile statuses, a +1 (or thumbs up) looks like this: http://i.imgur.com/BzAgmPl.png Does anyone have a solution? Thanks.
  6. Sharpienero

    Feedback User Awards

    Do you plan on releasing the system?
  7. Welcome to the forums! I hope you enjoy your stay here.
  8. If you plan on using IPS support, they will tell you to remove any files before assisting you.
  9. It's currently pending approval but it'll work. Also, try using the search button. You're spamming the forums with these shitty threads.
  10. There is no detail here. It is possible to use custom icons.
  11. Open your admin control panel and log in.Hover over community, click on forums.Click on create new. (Top right.)For type: put "category".
  12. It was a permission error. Solved!
  13. ​I'm not sure what you're asking. A refresh of what? This was a clean install.
  14. Hey everyone, I'm trying to enable re-write to remove index.php from the latest version of IPB [4.0.8.1], and when I try to do it, it tells me: I know for a fact that the server supports it. I have the .htaccess in my root directory: Here is the .htaccess: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico)(\?|$) - [L,NC,R=404] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
  15. Yup! I woke up this morning and the default .htaccess worked fine. flaking websites, man.
  16. Yields this response: It's enabled on the server. This was the first step we checked.
×
×
  • Create New...