php forum
php mysql forum
php mysql smarty
 
Page 2 of 3 < 1 2 3 >
Topic Options
#199927 - 04/30/03 12:47 PM Re: [6.5] Authority List
Charles Capps Offline
Admin Emeritus
Resident Code Hacker

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
... or it can just use values %{&GetMemversListAsHash}; tipsy
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#199928 - 04/30/03 04:10 PM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
LK's worked, and I had no clue where to go with what Charles posted. a code box would have helped so I knew if I needed to start at "use" or "%"
_________________________
Code monkey like Fritos

Top
#199929 - 04/30/03 04:47 PM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Does anyone know know who to make the Authority list appear as a separate "table"


See how it is separated between categories? How would I do that between the final category (Private)?
_________________________
Code monkey like Fritos

Top
#199930 - 04/30/03 05:01 PM Re: [6.5] Authority List
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
before the code you're adding to public_forum_summary.pl, try to add: $TBB
$TBT
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199931 - 04/30/03 06:27 PM Re: [6.5] Authority List
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Those are cool News Post icons. I like the color combination too. Great job Weird Al. thumbsup

...

Err...I just noticed something. On your "UnModerated Forums" you have Forum Admins listed. laugh
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#199932 - 04/30/03 06:54 PM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Quote:
quote:
Originally posted by PrimeTime:
Those are cool News Post icons. I like the color combination too. Great job Weird Al. thumbsup

...

Err...I just noticed something. On your "UnModerated Forums" you have Forum Admins listed. laugh
Thanks for the compliments. and for the Forum Admins thing, I don't know how to remove the $Moderated tag from only certain forums frown

I'm gonna have the entire forum summary page with those gradient bars once I figure out how to edit the Recent Visitors table
_________________________
Code monkey like Fritos

Top
#199933 - 04/30/03 09:17 PM Re: [6.5] Authority List
Bob Ferguson Offline
Member

Registered: 01/23/03
Posts: 87
Loc: Philadelphia, PA
Quote:
quote:</font><hr />Originally posted by LK:
Untested in this case but tested in another hack:
find:
Code:
[/code]replace with:[code]
<hr /></blockquote>LK:

Your above suggestion worked smile Now I'm having one new minor problem confused When I went to my forum, I get the following error prior to logging in:
<blockquote><font class="small">quote:
[qb]An error has occurred:

exists argument is not a HASH or ARRAY element at ubb_lib_pntf.cgi line 113.

Please inform the board administration of this error so that they may fix the problem. Thank you![/qb]
Here is what line 113 looks like in my ubb_lib_pntf.cgi file:
Quote:
quote:
if((exists $in->{ubb}) && ($in->{ubb} ne '')) {
if($in->{ubb} !~ m/^(authority|statistics|forum|get_topic|pntf|edit_post|reply|newtopic|poll|search|get_daily)$/) {
Can you find anything wrong in it? confused
_________________________

Idiot at Work!

Top
#199934 - 05/01/03 02:21 AM Re: [6.5] Authority List
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
that's very weird... can you go back to your backup ubb_lib_pntf.cgi, test if it works, and if so rehack authority list (lib_pntf's stages)? also the ubb_lib_pntf.cgi stages are really not important, so if it works in the backup version you could just leave it that way.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199935 - 05/01/03 11:08 PM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
hey Allen, there's one problem with the Multihack. It's something that can easily be seen by human hackers, but I'm not sure if Mulithack would fix it.

Code:
[/code]Wouldn't it be better to do...

[code]
I know you're the one who writes the hacks and that you know a lot more about Perl, but wouldn't that be more effective?
_________________________
Code monkey like Fritos

Top
#199936 - 05/02/03 12:16 AM Re: [6.5] Authority List
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
If the "Old Data" matches then it should work. smile
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#199937 - 05/02/03 12:24 AM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
[code][/code]I guess that would be better in case someone moved the forum home just one spot over, it wouldn't work
_________________________
Code monkey like Fritos

Top
#199938 - 05/02/03 10:25 AM Re: [6.5] Authority List
Bob Ferguson Offline
Member

Registered: 01/23/03
Posts: 87
Loc: Philadelphia, PA
Quote:
quote:
Originally posted by LK:
that's very weird... can you go back to your backup ubb_lib_pntf.cgi, test if it works, and if so rehack authority list (lib_pntf's stages)? also the ubb_lib_pntf.cgi stages are really not important, so if it works in the backup version you could just leave it that way.
LK: IT WORKED!!!



You Da Man!!!!!!
_________________________

Idiot at Work!

Top
#199939 - 05/11/03 07:24 AM Re: [6.5] Authority List
Stamoulis Offline
Member

Registered: 09/17/01
Posts: 92
Loc: Germany
i hacked my 6.4x and it worked fine with LKs extra addons smile thx. guys.

but one little thing, after making it a sepperate cat i have a black small thing on the edge:



how come ? confused

Top
#199940 - 05/11/03 09:58 AM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
go to public_forum_summary.pl and find where the Authority list is placed. There shoule be [code][/code]Messing around with that should fix it, I had the same problem and had to change the "x" to 7
_________________________
Code monkey like Fritos

Top
#199941 - 05/11/03 03:39 PM Re: [6.5] Authority List
Stamoulis Offline
Member

Registered: 09/17/01
Posts: 92
Loc: Germany
yeah, 7 was a good hint, it worked smile smile

thx. !

Top
#199942 - 07/13/03 01:25 AM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
hey Allen, I saw a mod of this hack where it could add other titles, ie Donators, if you gave them a custom title that was Donator.

Is there anyway you know to do this?
_________________________
Code monkey like Fritos

Top
#199943 - 09/20/03 10:21 AM Re: [6.5] Authority List
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Hello,

there are no files at the cgi-bin and non-cgi folder of the downloadable zip-file...

Can someone help me please..

Thanks
d-talk
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199944 - 09/22/03 01:14 AM Re: [6.5] Authority List
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
friendly bump for the missing files in the zip.
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#199945 - 09/22/03 08:35 AM Re: [6.5] Authority List
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
well I have a fixed zip, but flareupload isn't here frown
_________________________
Code monkey like Fritos

Top
#199946 - 09/22/03 03:39 PM Re: [6.5] Authority List
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
Quote:
quote:
Originally posted by Weird Al:
well I have a fixed zip, but flareupload isn't here frown
You can e-mail it to me at randym@interknowlogy.com if you like and I'll upload it to one of my servers.
_________________________
3 time Spotlight winner.
Believe The Lie

Top
Page 2 of 3 < 1 2 3 >


Moderator:  Charles, Gizmo 
Who's Online
0 registered (), 26 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks