Welcome, Guest. Please Login or Register.
May 05, 2024, 07:33:23 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Add-on 1.5.1 & 1.5.2] User Browsing (07/19) « previous next »
Pages: 1 2 [3] 4 Reply Ignore Print
Author Topic: [Add-on 1.5.1 & 1.5.2] User Browsing (07/19)  (Read 21488 times)
smacktalk
Full Member
***
Posts: 236


No Personal Text!!

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #30 on: May 05, 2003, 09:08:50 PM »
Reply with quote

Spaceman-Spiff

One question, can this mod show something like this:

User browsing this board: smacktalk, john & 6 Guest(s)

It would be cool to have this added... ;D

Logged

As a well-spent day brings happy sleep, so a life well spent brings happy death.
Craig-MUFC
Noobie
*
Posts: 25


www.thesoccerforums.com

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #31 on: May 06, 2003, 06:25:02 PM »
Reply with quote

I keep getting the following error on various mods I try and install, is it me or is there something wrong. I've had it with the quickreply mod and also userbrowsing mod

.. failed - ERR(1): Search string could not be found
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #32 on: May 06, 2003, 09:45:37 PM »
Reply with quote

in which step did you get that error message? what yse version are u running?
it might be caused by some mod you already installed
you can try applying the mod manually, i think it's not that hard
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #33 on: May 07, 2003, 07:49:36 AM »
Reply with quote

Spacey,

FYI

<add before>
                     </tr><tr>
                        <td class="titlebg" bgcolor="' . $color['windowbg2'] . '" colspan="3" align="center"><b>' . $txt['userbrowse3'] . '</b></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse4'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_BI" value="1"' . $userBrowseShow_BI . ' /></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse5'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_MI" value="1"' . $userBrowseShow_MI . ' /></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse6'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_display" value="1"' . $userBrowseShow_display . ' /></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse7'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_displayThread" value="1"' . $userBrowseShow_displayThread . ' /></td>
</add before>


should be

<add after>
                     </tr><tr>
                        <td class="titlebg" bgcolor="' . $color['windowbg2'] . '" colspan="3" align="center"><b>' . $txt['userbrowse3'] . '</b></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse4'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_BI" value="1"' . $userBrowseShow_BI . ' /></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse5'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_MI" value="1"' . $userBrowseShow_MI . ' /></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse6'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_display" value="1"' . $userBrowseShow_display . ' /></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><font size="2">' . $txt['userbrowse7'] . '</font></td>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"><input type="checkbox" name="userBrowseShow_displayThread" value="1"' . $userBrowseShow_displayThread . ' /></td>
</add after>


just change the boardmod code, from add before to add after.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Craig-MUFC
Noobie
*
Posts: 25


www.thesoccerforums.com

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #34 on: May 07, 2003, 12:23:04 PM »
Reply with quote

Quote from: Spaceman-Spiff on May 06, 2003, 09:45:37 PM
in which step did you get that error message? what yse version are u running?
it might be caused by some mod you already installed
you can try applying the mod manually, i think it's not that hard

Getting it at step 4
Running version 1.5.1
I don't know how to do manual installation, If u tell me i'm sure I'll find it easy enough

Thanks
Craig
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #35 on: May 07, 2003, 08:21:00 PM »
Reply with quote

error in step 4 means you have not installed Who's Online Mod
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing (05/07)
« Reply #36 on: May 07, 2003, 08:26:07 PM »
Reply with quote

Released v1.3, changes:
• added spanish translations, thx to CokeCan
• changed "add before" to "add after" for mod settings interface
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Tilton53
Jr. Member
**
Posts: 73


I'm a llama!

Re:[Add-on 1.5.1 & 1.5.2] User Browsing (05/07)
« Reply #37 on: May 08, 2003, 02:15:55 PM »
Reply with quote

lol what happens if you have vary busy board and a lot of people are viewing it!


Might get a little cramped!

::)
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing (05/07)
« Reply #38 on: May 08, 2003, 05:23:24 PM »
Reply with quote

Quote from: Tilton53 on May 08, 2003, 02:15:55 PM
lol what happens if you have vary busy board and a lot of people are viewing it!


Might get a little cramped!

::)

are you going to suggest something?
if you don't like it, just don't install it, or disable it through the installed mods settings page
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing (05/07)
« Reply #39 on: May 08, 2003, 05:33:32 PM »
Reply with quote

I haven't seen this problem yet. When I do I'll make a little filter to trim the name list down. Not that hard.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
smacktalk
Full Member
***
Posts: 236


No Personal Text!!

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #40 on: May 09, 2003, 06:36:44 AM »
Reply with quote

Quote from: smacktalk on May 05, 2003, 09:08:50 PM
Spaceman-Spiff

One question, can this mod show something like this:

User browsing this board: smacktalk, john & 6 Guest(s)

It would be cool to have this added... ;D



Any comments on the guest thing?
Logged

As a well-spent day brings happy sleep, so a life well spent brings happy death.
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing (05/07)
« Reply #41 on: May 09, 2003, 07:18:35 AM »
Reply with quote

This should do for the dutch.lng (haven't tried the mod yet, but I guess the translation is ok) :


$txt['userbrowse1'] = 'Gebruikers in dit forum';
$txt['userbrowse2'] = 'Gebruikers in deze thread';
$txt['userbrowse3'] = 'Gebruikers aktief (Wie is online toevoeging)';
$txt['userbrowse4'] = 'Toon "Gebruikers in dit forum" op de BoardIndex';
$txt['userbrowse5'] = 'Toon "Gebruikers in dit forum" op de MessageIndex';
$txt['userbrowse6'] = 'Toon "Gebruikers in dit forum" in de thread';
$txt['userbrowse7'] = 'Toon "Gebruikers in deze thread" in de thread';
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing (07/19)
« Reply #42 on: July 19, 2003, 11:28:04 PM »
Reply with quote

released v1.4, changes:
• fixed all $euser name link bug <-- just realized this bug after using it for few months :P
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
J-Fan Guy
Noobie
*
Posts: 31


I got this negative karma from clicking a llama.

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing (07/19)
« Reply #43 on: July 27, 2003, 07:21:39 PM »
Reply with quote

I'm having a problem. I've installed both the userbrowsing mod and the who's online mod, and now it's counting all my users as "guests" in the index, and when you click their profile it says that they're all offline. Does anyone have any idea what went wrong?

http://j-fan.com/bbs/
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing (07/19)
« Reply #44 on: July 27, 2003, 10:11:58 PM »
Reply with quote

make sure you've run the dbmod file and uploaded all of the files changed by the mods
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: 1 2 [3] 4 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Add-on 1.5.1 & 1.5.2] User Browsing (07/19) « 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.173 seconds with 21 queries.