Advertisement
-
Posts
39 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Everything posted by Sharpienero
-
Hooking into a file to change a line
Sharpienero replied to Sharpienero's question in Invision Support Archives
Last bump, then I'll stop looking for this answer here. -
Hooking into a file to change a line
Sharpienero replied to Sharpienero's question in Invision Support Archives
Bump -
Hooking into a file to change a line
Sharpienero replied to Sharpienero's question in Invision Support Archives
Bump -
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 );
-
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()}" ...
-
There is a feature built into IPS 4.0. It's under Posting as "concurrent posts". Set the time to x amount of minutes.
-
Reputation on user profile
Sharpienero replied to Sharpienero's question in Invision Support Archives
This actually solved it. Thanks a ton. -
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.
-
Do you plan on releasing the system?
-
After Upgrade: No Skin/Theme.. only TEXT
Sharpienero replied to BasS™'s question in Invision Support Archives
The ACP will also be broken. -
After Upgrade: No Skin/Theme.. only TEXT
Sharpienero replied to BasS™'s question in Invision Support Archives
I believe this is a bug with your SSL -
What a cock monkey.
-
Welcome to the forums! I hope you enjoy your stay here.
-
If you plan on using IPS support, they will tell you to remove any files before assisting you.
-
Without flare.
-
Awesome release. Thanks a lot!
-
It's currently pending approval but it'll work. Also, try using the search button. You're spamming the forums with these shitty threads.
-
There is no detail here. It is possible to use custom icons.
-
Open your admin control panel and log in.Hover over community, click on forums.Click on create new. (Top right.)For type: put "category".
-
It was a permission error. Solved!
-
I'm not sure what you're asking. A refresh of what? This was a clean install.
-
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>
-
Yup! I woke up this morning and the default .htaccess worked fine. flaking websites, man.
-
Yields this response: It's enabled on the server. This was the first step we checked.