Welcome, Guest. Please Login or Register.
May 09, 2024, 02:59:04 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  |  [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 21528 times)
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #15 on: April 28, 2003, 06:36:48 PM »
Reply with quote

$txt['userbrowse1'] = 'User in diesem Board';
$txt['userbrowse2'] = 'User in diesem Thema';
$txt['userbrowse3'] = 'Aktive User (Wer ist Online Add-on)';
$txt['userbrowse4'] = 'Zeige "User in diesem Board" in Boardübersicht';
$txt['userbrowse5'] = 'Zeige "User in diesem Board" in Themenübersicht';
$txt['userbrowse6'] = 'Zeige "User in diesem Board" im Thema';
$txt['userbrowse7'] = 'Zeige "User in diesem Thema" im Beitrag an';
Logged

Fizzy
Full Member
***
Posts: 214


Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #16 on: April 28, 2003, 10:25:25 PM »
Reply with quote

Hi ther spACE ;)

I dropped one :(

Database Error: Unknown column 'url' in 'where clause'
File: /home/s/k/skincell/public_html/yabbse/Sources/BoardIndex.php
Line: 192

ORDER BY logTime DESC") or database_error(__FILE__, __LINE__);
[quote][/quote]

and

Database Error: Unknown column 'url' in 'where clause'
File: /home/s/k/skincell/public_html/yabbse/Sources/MessageIndex.php
Line: 196


ORDER BY logTime DESC") or database_error(__FILE__, __LINE__);


Any thoughts on that one Oh Coolest of Cools ?

Is the problem tha DESC ? ?
« Last Edit: April 28, 2003, 10:32:25 PM by Fizzy » Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #17 on: April 28, 2003, 10:31:49 PM »
Reply with quote

Did you install the who's online mod yet?
Logged
Fizzy
Full Member
***
Posts: 214


Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #18 on: April 28, 2003, 10:34:39 PM »
Reply with quote

I was hoping you wouldn't ask that question ;D

The answer is that I think I have.
I have "Members Online" at the top of the forum but I had a crash on the PC and lost the log of which mods had been installed.

Is there a line of code that would give it away as yours in any of the files Gobalopper ?
Logged
Dem0n
Full Member
***
Posts: 107


WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #19 on: April 28, 2003, 11:50:42 PM »
Reply with quote

Nice mod, works fine  ;D
Logged

CokeCan
Full Member
***
Posts: 182


WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #20 on: April 29, 2003, 02:18:00 AM »
Reply with quote

Thank you very much Spaceman-Spiff :D

Quote$txt['userbrowse1'] = 'Usuarios navegando este foro';
$txt['userbrowse2'] = 'Usuarios navegando este tema';
$txt['userbrowse3'] = 'Usuarios Navegando (Quién esta conectado Add-on)';
$txt['userbrowse4'] = 'Mostrar usuarios navegando los foros en el índice de foros';
$txt['userbrowse5'] = 'Mostrar usuarios navegando el foro en el índice de mensajes';
$txt['userbrowse6'] = 'Mostrar usuarios navegando el foro en los tópicos';
$txt['userbrowse7'] = 'Mostrar usuarios navegando el tema en los tópicos';
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #21 on: April 29, 2003, 03:19:24 AM »
Reply with quote

Well if you have Who.php in your Sources dir you probably have it installed. Just be sure you ran the _dbmod.php file too because that looks to be your problem.
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #22 on: April 30, 2003, 07:28:33 PM »
Reply with quote

released v1.2, changes:
• added german translations, thx to Daniel D. & Montrovant
• added "user browsing thread"
• now using Who's Online view permission setting
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Fizzy
Full Member
***
Posts: 214


Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #23 on: April 30, 2003, 07:40:55 PM »
Reply with quote

Well I have got to the bottom of my problem.

I hadn't installed Who's Online.
I had installed the Show Members Online mod which uses the yabb top tag in template.

So anywhoo, who's a silly Fizzy  ::)

I then installed the Who's Online mod which needed tweaking in Subs because the code was drastically different, got that uploaded, got the Who's Online mod working a treat .... but now the Members Online tag has failed.
No error messages or anything nasty, it just has stopped showing who is logged in on the forum.

Is it possible to be able to combine the two mods without them clashing ? Or will I have to choose between one or the other ? They're both great mods and we'd love to be able to have both if possible
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #24 on: April 30, 2003, 08:33:35 PM »
Reply with quote

the who's online mod should't affect the <yabb top> mod (show online users in template)
they're both in different functions
maybe you didnt apply the mod on the modded forum files, but in clean forum files, so the recent changes aren't included
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
CokeCan
Full Member
***
Posts: 182


WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #25 on: May 01, 2003, 02:35:15 AM »
Reply with quote

Great! Thanks! ;D
Is there any update file from last version?
Logged
smacktalk
Full Member
***
Posts: 236


No Personal Text!!

WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #26 on: May 02, 2003, 06:15:42 AM »
Reply with quote

Hey when I click on the user that is browsing a board instead of the profile I get this:

The user whose profile you are trying to view does not exist. -- $euser

Any ideas?
Logged

As a well-spent day brings happy sleep, so a life well spent brings happy death.
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #27 on: May 02, 2003, 06:32:56 AM »
Reply with quote

My guess on that, is there's a typo. :P

Maybe something as simple as there needs to be quotation marks, or apostrophes around the $euser. *shrug*
Logged
Horseman
YaBB God
*****
Posts: 784


'MAS VALE CABALLO QUE CAUDAL!'

ICQ - 44729151 WWW
Re:[Add-on 1.5.1 & 1.5.2] User Browsing
« Reply #28 on: May 02, 2003, 10:59:04 AM »
Reply with quote

serach in file display.php., messageindex.php and boardindex.php  in the mod added lines for:


<a href="' . $scripturl . '?action=viewprofile;user=$euser">


replace
Quote
<a href="' . $scripturl . '?action=viewprofile;user=' .$euser. '">
« Last Edit: May 02, 2003, 11:00:48 AM by Horseman » Logged
smacktalk
Full Member
***
Posts: 236


No Personal Text!!

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

Thanks.. i'll try it.
Logged

As a well-spent day brings happy sleep, so a life well spent brings happy death.
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.025 seconds with 20 queries.