Search found 24 matches

by ilovemchat123
28 Jun 2014, 04:03
Forum: Modders MOD support
Topic: mchatrow.MCHAT_issue
Replies: 2
Views: 1561

Re: mchatrow.MCHAT_issue

thanks for taking the time to help me that's so kind of you have a great night
by ilovemchat123
28 Jun 2014, 01:29
Forum: Modders MOD support
Topic: mchatrow.MCHAT_issue
Replies: 2
Views: 1561

mchatrow.MCHAT_issue

Is it possible to get the userid? I tried mchatrow.USER_ID but had no success. example: <a href="reputation.php?&mode=details&u={mchatrow.USER_ID}">
by ilovemchat123
22 Jun 2014, 20:12
Forum: Modders MOD support
Topic: mchat ajax\javascript button (mchat_body.html)
Replies: 5
Views: 3454

Re: mchat ajax\javascript button (mchat_body.html)

another issue i realized is the form isn't inline with the admin buttons
by ilovemchat123
22 Jun 2014, 20:11
Forum: Modders MOD support
Topic: mChat and guest
Replies: 13
Views: 3925

Re: mChat and guest

It's certainly possible, I'm just not sure which template file needs to be edited. I'm stuck on the most simple issue ever hoping rmcgirr responds as well. The good part about us asking for help is others can make use of his support.
by ilovemchat123
22 Jun 2014, 16:47
Forum: Modders MOD support
Topic: mchat ajax\javascript button (mchat_body.html)
Replies: 5
Views: 3454

Re: mchat ajax\javascript button (mchat_body.html)

I think that If you are using ajax you shouldn't be using the form input stuff.. it;s not needed. the input button submits whatever in the form that's why is refreshing... I resolved the issue: <form id="myform" method="POST" class="form_statusinput"> <input type="...
by ilovemchat123
22 Jun 2014, 14:52
Forum: Modders MOD support
Topic: mchat ajax\javascript button (mchat_body.html)
Replies: 5
Views: 3454

Re: mchat ajax\javascript button (mchat_body.html)

Any suggestions? This is especially useful for people if they are interested in 8ball, random quotes, etc scripts.
by ilovemchat123
21 Jun 2014, 19:32
Forum: Modders MOD support
Topic: mchat ajax\javascript button (mchat_body.html)
Replies: 5
Views: 3454

Re: mchat ajax\javascript button (mchat_body.html)

I tried putting this in mchat body... <form id="myform" method="POST" class="form_statusinput"> <input type="hidden" name="toid" id="toid" value="<?php echo {mchatrow.MCHAT_USERNAME}; ?>"> <div id="button_block"> <input ...
by ilovemchat123
21 Jun 2014, 08:06
Forum: Modders MOD support
Topic: mchat ajax\javascript button (mchat_body.html)
Replies: 5
Views: 3454

mchat ajax\javascript button (mchat_body.html)

I tried creating a button in mchat_avatars.html that displays a random quote in mchat: <span style="float:right;"> <input type="image" src="{ROOT_PATH}mchat/dumb.gif" onClick="location.href='quote.php?annoy={mchatrow.MCHAT_USERNAME}'"> The issue is the button ...
by ilovemchat123
20 Jun 2014, 14:51
Forum: Modders MOD support
Topic: mchat ucp blank
Replies: 5
Views: 1962

Re: mchat ucp blank

You are loading mulitple instances of the same files. Remove the second block of js script stuffs and I don't support mods that aren't validated and you shouldn't be using them on your forum. Social network mod is a non-validated mod last I knew. Also I highly doubt your name is RMcGirr83...I have ...
by ilovemchat123
20 Jun 2014, 07:46
Forum: Modders MOD support
Topic: mchat ucp blank
Replies: 5
Views: 1962

Re: mchat ucp blank

The js shouldn't have any effect on the UCP. You need to double check your edits to the ucp files. I installed the mod with automod. when i deactivate Social Network phpbb mod the UCP page loads, so I think its the js files. i had to make an edit to get both to load. <head> <meta http-equiv="c...
by ilovemchat123
17 Jun 2014, 18:50
Forum: Modders MOD support
Topic: mchat ucp blank
Replies: 5
Views: 1962

mchat ucp blank

I have phpbb social network + mchat installed. To get both working simultaneously I use the following: </script> <script type="text/javascript" src="./mchat/jquery_cookie_mini.js"></script> <script type="text/javascript" src="./socialnet/js/jquery-1.8.3.min.js"...
by ilovemchat123
02 Jun 2014, 22:04
Forum: Modders MOD support
Topic: piping data to mchat via php
Replies: 8
Views: 2765

Re: piping data to mchat via php

It's really annoying how I can't edit my post after a certain duration of time
by ilovemchat123
02 Jun 2014, 22:03
Forum: Modders MOD support
Topic: piping data to mchat via php
Replies: 8
Views: 2765

Re: piping data to mchat via php

<?php define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); // Start session management $user->session_begin(); $auth->acl($user->data); $user->setup(); if ($use...
by ilovemchat123
02 Jun 2014, 20:57
Forum: Modders MOD support
Topic: piping data to mchat via php
Replies: 8
Views: 2765

Re: piping data to mchat via php

It writes to the sql database perfectly, but I can't get mchat flood control to work. Can someone help me? <?php define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $php...
by ilovemchat123
02 Jun 2014, 05:37
Forum: Modders MOD support
Topic: piping data to mchat via php
Replies: 8
Views: 2765

Re: piping data to mchat via php

I think I figured out the database insert part just disregard the post

Go to advanced search