Welcome, Guest. Please Login or Register.
April 27, 2025, 08:38:50 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [DONE 1.4.0] Mute users mod v1.3 « previous next »
Pages: 1 ... 3 4 [5] 6 Reply Ignore Print
Author Topic: [DONE 1.4.0] Mute users mod v1.3  (Read 12428 times)
-Tom-
Noobie
*
Posts: 40


YaBB loves me !

ICQ - 55606046tom@verboon.net
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #60 on: July 06, 2002, 08:57:38 AM »
Reply with quote

When I did it manual i couldn't find:
if (!$mstate)
{
      print "<font size=\"-1\">$menusep<a href=\"$cgi;action=post;threadid=$viewnum;quote=$mid;title=" . URLencode($txt[116]) . ";start=$start\">" . $img[replyquote] . '</a>';


It's definetly nowhere in my script.
there is one sentence that begins with 'if (!$mstate)' but that one i've already modified one step before..
Do you know how this is possible?? or where i can put the replaced sentence of the missing sentence?
Thanks
My Display.php --- > http://home.kabelfoon.nl/~anhetoda/Display.txt

Edit: The link was broken, I changed it....
« Last Edit: July 09, 2002, 11:31:46 AM by -Tom- » Logged

Greetz,
Tom

--Nederlander in hart en nieren!---
Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #61 on: July 08, 2002, 07:15:20 PM »
Reply with quote

There are 2 of those lines, not 1.
Logged
-Tom-
Noobie
*
Posts: 40


YaBB loves me !

ICQ - 55606046tom@verboon.net
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #62 on: July 09, 2002, 11:42:03 AM »
Reply with quote

Yeah there are 2 but Boarmod (i tried different versions) can't find the string that's needed in STEP 10 AND 11.

And when i tried it manually.. it won't work  :-\
Logged

Greetz,
Tom

--Nederlander in hart en nieren!---
Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #63 on: July 09, 2002, 09:23:35 PM »
Reply with quote

What version of YaBBSE are you using?
Logged
-Tom-
Noobie
*
Posts: 40


YaBB loves me !

ICQ - 55606046tom@verboon.net
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #64 on: July 10, 2002, 12:30:07 PM »
Reply with quote

1.4
Logged

Greetz,
Tom

--Nederlander in hart en nieren!---
Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #65 on: July 10, 2002, 07:00:08 PM »
Reply with quote

Interesting, this is...
Logged
-Tom-
Noobie
*
Posts: 40


YaBB loves me !

ICQ - 55606046tom@verboon.net
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #66 on: July 11, 2002, 07:25:22 PM »
Reply with quote

i uninstalled all the changes in Display.php manually, in the other changed files I didn't...

Because the error came up every time I clicked on a forum and he displayed the index, where you can click on topics. That's the only place where he displays it  :-\
Logged

Greetz,
Tom

--Nederlander in hart en nieren!---
Ally6
Jr. Member
**
Posts: 70


I'm a llama.......watch it i spit!

Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #67 on: July 11, 2002, 11:03:51 PM »
Reply with quote

After reading through the installation instructions of this mod it seems to be much more complicated than other mods ive installed (five so far). Im not sure whether it needs to be, or whether its just been poorly explained but i thort id just mention it  ;)
Logged
tc_ghost
Noobie
*
Posts: 26


I'm a llama!

Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #68 on: July 30, 2002, 09:34:23 PM »
Reply with quote

hmm...both of the links provided in this topic are down... :-/
Logged
Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #69 on: July 31, 2002, 12:47:37 AM »
Reply with quote

Ghost, your using YaPP aren't you? If so, it's already included ;)
Logged
tc_ghost
Noobie
*
Posts: 26


I'm a llama!

Re:[DONE][UPDATED][YSE1.4] Mute users mod
« Reply #70 on: July 31, 2002, 12:54:32 AM »
Reply with quote

yeah, I know...it's not for my site though... :P

if you send me the mod, I can host it for you if you want...
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[DONE 1.4.0] Mute users mod v1.3
« Reply #71 on: August 31, 2002, 05:17:45 PM »
Reply with quote

downloaded mod version 1.3
there's an error in muteusersdbmod.php line 60:
$result1 = mysql_query("ALTER TABLE {$dbprefix}members ADD muteduser TINYINT(4) DEFAULT '0' NOT NULL"");supposed to be:
$result1 = mysql_query("ALTER TABLE {$db_prefix}members ADD muteduser TINYINT(4) DEFAULT '0' NOT NULL");fixes: changed double quote sign to single, dbprefix to db_prefix ;)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:[DONE 1.4.0] Mute users mod v1.3
« Reply #72 on: September 01, 2002, 08:43:40 PM »
Reply with quote

 :o

Oops
Logged
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Mute users VS Quick Reply
« Reply #73 on: September 03, 2002, 02:07:30 AM »
Reply with quote

Say Jedi~

Here's the compatable code for making your mute work with quick reply..

<search for>
   $QuickReply = QuickReply($mstate,$msubthread);
   print <<<EOT
   </font> </td>
 </tr>
 <tr>
   <td align="right" colspan="2"><form action="$scripturl" method="GET">
   <font size="1">$txt[160]:</font>$selecthtml</form></td>
 </tr>
</table>
   $QuickReply
EOT;

       footer();
       obExit();
}
</search for>


<replace>
   $QuickReply = QuickReply($mstate,$msubthread);
   print <<<EOT
    </font> </td>
  </tr>
  <tr>
    <td align="right" colspan="2"><form action="$scripturl" method="GET">
    <font size="1">$txt[160]:</font>$selecthtml</form></td>
  </tr>
</table>
EOT;
   if ($muteuser[0] == 0) {
      print "<BR>$QuickReply";
      }
   footer();
   obExit();
}
</replace>
« Last Edit: September 03, 2002, 04:38:07 AM by Wiziwig » Logged

gengar56
Noobie
*
Posts: 4


I'm a llama!

Re:[DONE 1.4.0] Mute users mod v1.3
« Reply #74 on: September 03, 2002, 04:22:18 PM »
Reply with quote

there's another problem in muteusersdbmod.php. it doesn't use the table prefix. my board uses yabbse_ in front of all the tables. so i changed {$dbprefix}members to {$dbprefix}yabbse_members
Logged
Pages: 1 ... 3 4 [5] 6 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [DONE 1.4.0] Mute users mod v1.3 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.567 seconds with 16 queries.