Previous Thread
Next Thread
Print Thread
Rate Thread
#56914 12/01/2003 5:38 PM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
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]


Webmaster of d-talk & Kabel-Forum.com
Sponsored Links
#56915 12/02/2003 11:06 AM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Hi,

nobody an idea?


Webmaster of d-talk & Kabel-Forum.com
#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 smile


- Allen wavey
- What Drives You?
#56917 12/02/2003 11:53 AM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Hi the picture above is from a wbb2.1.2 not ubb-classic...

What do you need?


Webmaster of d-talk & Kabel-Forum.com
#56918 12/02/2003 12:31 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
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? tipsy

Sponsored Links
#56919 12/02/2003 12:47 PM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
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:


Webmaster of d-talk & Kabel-Forum.com
#56920 12/02/2003 1:23 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
possible, most likely. Am I gonna try it? no tipsy 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
Offline
Joined: May 2001
Posts: 684
...but the Part with admins are shown bold can you post that please....


Webmaster of d-talk & Kabel-Forum.com
#56922 12/02/2003 5:17 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
http://www.animeinferno.com/ubb/hacks/statuspntf.txt

credit the people at the top of the txt

#56923 12/05/2003 2:59 PM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
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


Webmaster of d-talk & Kabel-Forum.com
Sponsored Links
#56924 12/05/2003 5:05 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
d-talk, add a font code...

Code
<font color="#0000FF"></font>
in action:
Code
    q!admin_effect_start! => q!<b><font color="#0000FF">!,
q!admin_effect_end! => q!</font></b>!,
It's fairly easy...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#56925 12/05/2003 5:17 PM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Hi Gizzy,

thanks for your help, it works perfect!!! thumbsup thumbsup thumbsup


Webmaster of d-talk & Kabel-Forum.com
#56926 04/10/2004 2:01 PM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
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 laugh


Webmaster of d-talk & Kabel-Forum.com
#56927 04/10/2004 2:04 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
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
Offline
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);


Webmaster of d-talk & Kabel-Forum.com
#56929 04/10/2004 2:40 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
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
Offline
Joined: May 2001
Posts: 684
Thank you Ian! Thats it, now I have all hacks integrated...


Webmaster of d-talk & Kabel-Forum.com
#56931 05/01/2004 1:21 AM
Joined: Oct 2001
Posts: 572
Member
Member
Offline
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
Offline
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


Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)