Search found 5867 matches

by RMcGirr83
19 Nov 2015, 20:01
Forum: phpBB 3.0.x "Olympus" discussion
Topic: mChat smilies and bbcode - problem
Replies: 1
Views: 16188

Re: mChat smilies and bbcode - problem

You want someone to check your image file?
by RMcGirr83
03 Oct 2015, 14:23
Forum: Modders MOD support
Topic: BOT USER ID by rich
Replies: 2
Views: 19676

Re: BOT USER ID by rich

Open includes/acp/acp_bots.php FIND $sql = 'SELECT b.bot_id, b.bot_name, b.bot_active, u.user_lastvisit IN-LINE FIND b.bot_active IN-LINE AFTER ADD , b.user_id FIND 'BOT_ID' => $row['bot_id'], AFTER ADD 'USER_ID' => $row['user_id'], OPEN adm/style/acp_bots.html FIND <th>{L_BOT_NAME} IN-LINE AFTER AD...
by RMcGirr83
07 Apr 2015, 10:46
Forum: Modders MOD support
Topic: mChat entirely ignoring cookies.
Replies: 3
Views: 17511

Re: mChat entirely ignoring cookies.

You have this in your overall_header.html file <!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) --> <script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script> <!-- ENDIF --> the jquery cookie is a 404 and I see no other mention of jquery cookie ...
by RMcGirr83
07 Apr 2015, 10:37
Forum: Modders MOD support
Topic: Some users have trouble posting in mchat occassionally
Replies: 3
Views: 17320

Re: Some users have trouble posting in mchat occassionally

Just tried it and it seems to be working okay. The stats part is showing as aborted in javascript console though. Not sure if that has anything to do with cloudflare you have going on.
by RMcGirr83
09 Mar 2015, 10:19
Forum: Introductions
Topic: Hey all! Rookie coder here.
Replies: 1
Views: 16021

Re: Hey all! Rookie coder here.

:wave: and welcome here. :beer:
by RMcGirr83
09 Mar 2015, 10:17
Forum: MOD Feedback
Topic: Addition I've made to User Merge Mod
Replies: 2
Views: 19036

Re: Addition I've made to User Merge Mod

Hi,

If you have a github account then you can make a fork of the mod https://github.com/phpbbmodders-30x-mods/user_merge. Make your changes and submit a pull request.

If you don't have github then stating what changes you made in this topic is fine.
by RMcGirr83
08 Mar 2015, 20:04
Forum: Modders MOD support
Topic: Recent issue with MCHAT
Replies: 6
Views: 26977

Re: Recent issue with MCHAT

Yep, had to reconfigure PHP after upgrading from 5.3 (which is EOL) to 5.5.
by RMcGirr83
27 Feb 2015, 18:31
Forum: Modders MOD support
Topic: Board start date MOD
Replies: 44
Views: 88768

Re: Board start date MOD

by RMcGirr83
29 Jan 2015, 16:13
Forum: Modders MOD support
Topic: Template variable for checking group membership
Replies: 37
Views: 92479

Re: Template variable for checking group membership



checks if variable is set



checks to ensure that the array that is generated has something in it.

Not sure why it matters, just use the code in the first post.
by RMcGirr83
29 Jan 2015, 15:30
Forum: Modders MOD support
Topic: mChat add message
Replies: 40
Views: 210357

Re: mChat add message

Rich will not be making an API for a mod that isn't going to get ported to 3.1.
by RMcGirr83
28 Jan 2015, 11:25
Forum: Modders MOD support
Topic: Template variable for checking group membership
Replies: 37
Views: 92479

Re: Template variable for checking group membership

The code to use in the html files.
by RMcGirr83
25 Jan 2015, 20:02
Forum: Modders MOD support
Topic: mChat add message
Replies: 40
Views: 210357

Re: mChat add message

The code you posted doesn't look anything like what tumba25 posted. Well it does but it isn't correct. Use what tumba25 posted.
by RMcGirr83
25 Jan 2015, 13:24
Forum: Modders MOD support
Topic: mChat add message
Replies: 40
Views: 210357

Re: mChat add message

by RMcGirr83
24 Jan 2015, 14:06
Forum: Modders MOD support
Topic: mChat add message
Replies: 40
Views: 210357

Re: mChat add message

The form token is generated within the includes/functions.php file within the add_form_key function which is done within mchat.php file via

Go to advanced search