Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 3 1 2 3
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
you had dominos too? smile pepperoni and mushroom here

Sponsored Links
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
got the 2 mediums 2 toppings (pepperoni and xtra cheese) for $13.99 and 20 hot wings.

Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
Added Download Link for UBB 6.7 Beta.

New feature is the use of unlimited MegaMods thanks to the javascript from the moderator page, which is why it says forum 1's name at the top of the addition page. *whistles innocently* wink


Quote
Originally posted by Weird Al:

I'll try to have it out today if Brett doesn't mind. By Brett not replying today, that means he doesn't mind wink
btw Al, i was at my parents house all week for christmas whom don't have net access tipsy

Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
Quote
Originally posted by Brett:

btw Al, i was at my parents house all week for christmas whom don't have net access tipsy
They don't have net access and you didn't buy it for them for Christmas eek

Anyhoo, it's not like I took credit for it smile

Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
Brett, huge bug. If a user is a megamod, and you update their profile via the cp, they become admin.

Sponsored Links
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
A semi-tested fix.


find:
Code
	$newfour .= "Admin" if $user_is_admin;
replace with:
Code
	$newfour .= "Admin" if ($user_is_admin && $profile->[8] ne 'MegaModerator');

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
cp2_membermanage.cgi for all you who couldln't find where to throw al's code...


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
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
So it does work? Sorry i don't have a public demo at the moment, and he said 'semi-tested' so i wasn't sure whether or not it worked.

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
It appears that it's working for me so I'd guess lol..


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
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
it was semitested when I wrote it, now has been tested since then and it's still working

Sponsored Links
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
ZIP file updated per Ian's fix smile

Joined: Sep 2000
Posts: 159
Member
Member
Offline
Joined: Sep 2000
Posts: 159
Could you take a look at this please?

In the control panel, for the avatar permissions and the custom names, I cannot get "moderator" to be checked after the addition of this mod. Here are screenshots to show you what I mean:

[Linked Image]

[Linked Image]

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
This is the same problem I had a while back, I thought it was resolved.

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
I've got a good one... When I try to view a user profile it errors out with a blank page...


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
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
Gizzy, we need more info. Are you viewing as a Megamod, are you viewing a megamod's profile, is it just viewing any profile?

Ellen/Randy. Same fix as earlier in this thread applies. Seems the install got reverted.

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
Viewing as admin to any profile. I've rehacked the files about 4 times.


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
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
that's odd, as I do not experience this. Check your error log and report back

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
Yeh check my 400 meg apache error log, how about no? All I know is I followed instructions and it works without this mod. It's on my beta board btw, which you both have access to... http://beta.undergroundnews.com/cgi-bin/ultimatebb.cgi?/profile/4.html


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
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
fixed. user error tipsy

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
Not my fault wordpad hates highlighting entire lines...


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
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
Quote
Originally posted by Ellen:

Could you take a look at this please?

In the control panel, for the avatar permissions and the custom names, I cannot get "moderator" to be checked after the addition of this mod. Here are screenshots to show you what I mean:

[Linked Image]

[Linked Image]
Issue verifide on latest download.


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
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
And I already said the fix smile

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
Quote
Originally posted by Brett:

Sorry Randy and all, i'm slackin tipsy , i stumpled upon the fix and really don't believe it. It's so simple, it's rediclous. Just bare out that this worked. Al can even tell ya.

Code
#in cp2_lib.cgi
#find:
$def->{values} = [qw( administrators megamoderators moderators senior_members junior_members COPPA_members )],

# replace with:
$def->{values} = [qw( administrators moderators senior_members junior_members COPPA_members megamoderators )],
What it did was offsetted the array to messed with the 'force' of the ubb. wink But hey it's all good. laugh
Well that's fixed, Brett just needs to update the zip...


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
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Hi,

I have the problem, that my megamorderatos can not delet any threads or edit andy threads....

What can be wrong?


Webmaster of d-talk & Kabel-Forum.com
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Sorry,

I made a mistake by hacking ubb_lib.cgi


Webmaster of d-talk & Kabel-Forum.com
Joined: Jan 2002
Posts: 43
Member
Member
Offline
Joined: Jan 2002
Posts: 43
i'm having a problem...

when i remove a megamod through the cp, it still says 'MegaModerator' in the user's profile, so they're still treated as one.

does this happen for anyone else?

Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
did you enable custom titles for MegaModerators? If so, their custom title is MegaModerator and all you have to do is edit that in their profile

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
Ian, I believe he's saying that when he removes a megamod the user still retains their status.


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
Joined: Jan 2002
Posts: 43
Member
Member
Offline
Joined: Jan 2002
Posts: 43
Gizzy is right, it's not the custom title. it's the user status on line # 9 in the profile that isn't being changed.

Joined: Jan 2002
Posts: 43
Member
Member
Offline
Joined: Jan 2002
Posts: 43
so uh... can anyone point me in the right direction to fix this problem? please? smile

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
you'll need to wait on brett


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
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
Sorry, i have been unbelieveably busy lately, but will do a fresh install tonight(when i get off work in 2 1/2 hours) and a thorough setup to root this problem out once and forall.

Joined: Jan 2002
Posts: 43
Member
Member
Offline
Joined: Jan 2002
Posts: 43
thanks. i really appreciate the help.

Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
I have rehacked on a fresh 6.7 and confirmed that it works. Actually the install file didn't change, but the cp2_megamods.pl file did, and i tested it out to remove the megamods properly. You may need to readd the megamods then delete them to remove the status.

If you followed the instructions correctly, the custom avatars/polls should have the megamods at the bottom of the list, and they will work correctly. If you do not, rehack cp2_lib.cgi and cp2_membermanage.cgi.

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
Lol, so there is an update and it's in cp2_megamods.pl


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
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
that's right capn' smile

Joined: Jan 2002
Posts: 43
Member
Member
Offline
Joined: Jan 2002
Posts: 43
i updated cp2_megamods.pl and it works like a champ.. thanks! laugh

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
Does that mean you also updated all the other bugs mentioned in this thread? lol...

Quote
Originally posted by Gizzy:

Originally posted by Brett:
[qb]
Sorry Randy and all, i'm slackin tipsy , i stumpled upon the fix and really don't believe it. It's so simple, it's rediclous. Just bare out that this worked. Al can even tell ya.

Code
#in cp2_lib.cgi
#find:
$def->{values} = [qw( administrators megamoderators moderators senior_members junior_members COPPA_members )],

# replace with:
$def->{values} = [qw( administrators moderators senior_members junior_members COPPA_members megamoderators )],
What it did was offsetted the array to messed with the 'force' of the ubb. wink But hey it's all good. laugh
[/qb]
Well that's fixed, Brett just needs to update the zip...



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
Joined: Jan 2002
Posts: 43
Member
Member
Offline
Joined: Jan 2002
Posts: 43
yeah, i had done all of that before i asked my initial question. wink

Brett said the install file hadn't changed, so i naturally tried updating the cp2_megamods.pl file first, and it worked perfectly.

Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
For whatever the reasons, I cannot get this mod to work correctly on my test site.

I found all the code in the 6.7 file ... replaced or added where needed, but when I click on the megamod link in the CP, all I get is the pop-up for forum 1 (to choose members to be a megamod)--it won't let me select other forums/profiles--to pull from.

When I go into other forums to *act* as a mod (via the megamod properties), I'm denied access.

I haven't the foggiest idea why it won't take ... as best as I can tell, I've followed all of the instructions, modified all the required files ...

Unless someone can point out what might be wrong, I'm just going to leave this mod alone.


Sue
adwoff.com
Page 2 of 3 1 2 3

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
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 20221218)