#56914
12/01/2003 5:38 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Hello, is it possible, like in other Buletin Boards Softs, that at the recent-visitors display, Admins and Mods are shown in bold font and is it also possible that somebody can write a hack, where it ist shown when a user was first time a day online on the board... :rolleyes: Look what I mean... ![[Linked Image]](http://www.d-talk.tv/board1.jpg)
|
|
|
#56915
12/02/2003 11:06 AM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
|
|
|
#56916
12/02/2003 11:50 AM
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
you have code? even old code? If I remember right, I think Charles said that was murder on the cache - I may be thinking of something else tho 
|
|
|
#56917
12/02/2003 11:53 AM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Hi the picture above is from a wbb2.1.2 not ubb-classic...
What do you need?
|
|
|
#56918
12/02/2003 12:31 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
the Admins are bold part is easy, I can post that once I get home. I'm not sure about the second part, because the cache would update automatically for recent visitors anyway. the only problem I see with it is the large amount of stress a server could feel on big boards. Also, you would need to take into account timezones, etc, correct? So that would mean a different summary page for each timezone. Besides, just like that hack for vb which recorded how much a user was online, do you really want to know the lack of lives a lot of people have? 
|
|
|
#56919
12/02/2003 12:47 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Hi Al,
is it possible to write such a hack? I love the idea to have such a hack at ubb-classic...please..... :rolleyes:
|
|
|
#56920
12/02/2003 1:23 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
possible, most likely. Am I gonna try it? no  There are just so many things that could go wrong, and even if it worked correctly, it would bog down your server
|
|
|
#56921
12/02/2003 2:51 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
...but the Part with admins are shown bold can you post that please....
|
|
|
#56922
12/02/2003 5:17 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
|
|
|
#56923
12/05/2003 2:59 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Hi Al,
what have I to to, to get the Administrators or Moderators name colored, like at your forum?
Thanks d-talk
|
|
|
#56924
12/05/2003 5:05 PM
|
Joined: Jan 2000
Posts: 5,835 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,835 Likes: 20 |
d-talk, add a font code... <font color="#0000FF"></font> in action: q!admin_effect_start! => q!<b><font color="#0000FF">!, q!admin_effect_end! => q!</font></b>!, It's fairly easy...
|
|
|
#56925
12/05/2003 5:17 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Hi Gizzy, thanks for your help, it works perfect!!! 
|
|
|
#56926
04/10/2004 2:01 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Hi, can someone have a look at this hack? public_pntf_summary.pl has changed at 6.7.1... It's the only hack I have problems with... I have updated my testboard from 6.7.0 to 6.7.1 with 25 hacks in 2 Hours 
|
|
|
#56927
04/10/2004 2:04 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
the only thing that changed in 6.7.1 in that file was changing 2003 to 2004, if it doesn't work, you messed somethign up
|
|
|
#56928
04/10/2004 2:33 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Hi Ian,
at public_pntf_summary.pl I can't find:
SORTORDER: foreach my $number (@xa) { my $pn = &GetPubName($number);
|
|
|
#56929
04/10/2004 2:40 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
line 917, it's there exactly
|
|
|
#56930
04/10/2004 2:49 PM
|
Joined: May 2001
Posts: 684
Code Monkey
|
Code Monkey
Joined: May 2001
Posts: 684 |
Thank you Ian! Thats it, now I have all hacks integrated...
|
|
|
#56931
05/01/2004 1:21 AM
|
Joined: Oct 2001
Posts: 572
Member
|
Member
Joined: Oct 2001
Posts: 572 |
Good to see my old hacks are still floating around. I will see about building in megamod support after I install the megamod hack tonight.
|
|
|
#56932
05/22/2004 1:06 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
Just a little FYI for you guys, installing this mod actually removed a bug fixed in 6.7.x, where if you delete a member, you get the infamous "No member profile" bug
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
|
|
Forums63
Topics37,575
Posts293,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|