Sub Menu
Links Menu
Online Users

In total there are 323 users online :: 1 registered, 0 hidden and 322 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

Advanced Group Color Management - IM 141

This forum contains member submitted mods and hacks for IntegraMOD/IM Portal versions

*please read the "Read Me" post*

Moderator: Integra Moderator

Re: Advanced Group Color Management - IM 141

PostAuthor: ThePlague » Sun Nov 11, 2007 7:23 pm

I think I made a boo boo....

Having installed the color mod on my 1.4.1 site, I noticed that a forum post count was missing so went about to synchronize the post count when I went about with the wrong thing and instead selcted Check user and group tables

now my registered users, anonymous users and inactive users groups are gone.
They dont exsist in the legend any more but the colors are still still showing in user names.

HELP!
Last edited by ThePlague on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ThePlague
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sat Nov 10, 2007 4:25 am
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: ThePlague » Mon Nov 12, 2007 5:19 am

Restored DB Backup problem solved!
Last edited by ThePlague on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ThePlague
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sat Nov 10, 2007 4:25 am
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: TheJT » Sat Nov 24, 2007 3:44 am

i have this problem with too that the moderators in the different forums are only shown as "username_color_"
this fix with
Code: Select all
 $agcm_color->get_user_color($data['group_id'][$j], $data['user_group_id'][$j], $data['group_name'][$j])  

didnt work for me. please help! its really annoying
Last edited by TheJT on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

TheJT
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Sat May 06, 2006 1:12 am
Cash on hand: 0.00

PostAuthor: TheJT » Sat Nov 24, 2007 4:03 am

well now it works...dont know why but it works <img>
Last edited by TheJT on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

TheJT
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Sat May 06, 2006 1:12 am
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: MWE_001 » Tue Jan 01, 2008 7:35 pm

Did anyone ever find the fix for shout box? Im not sure if I'll use shout box or remove it but just in case I would like to fix it.
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: Advanced Group Color Management - IM 141

PostAuthor: sanji » Fri Jan 18, 2008 4:07 am

I tried to install this MOD, but I ran into a problem...

I am using 1.4.2 with 2.0.22...

First, I changed the pre-modded files after comparing them with WinMerge to insert my own previous modifications; I got an error. So I tried the whole premodded package, erasing my own files, and even then I got the same error :

Code: Select all
 Warning]: failed to open stream: No such file or directory in /home/www/73af830798c8cd8cc7f2d911343589d3/web/forum/includes/functions_portal.php on line 32  Warning: main() [function.include]: Failed opening './includes/lite.php' for inclusion (include_path='.:/opt/php/lib/php') in /home/www/73af830798c8cd8cc7f2d911343589d3/web/forum/includes/functions_portal.php on line 32  Fatal error: Cannot instantiate non-existent class: cache_lite in /home/www/73af830798c8cd8cc7f2d911343589d3/web/forum/includes/functions_portal.php on line 37


Surprisingly, the file includes/lite.php is existing, and is not corrupted - I tried to re-upload it, and still got the same problem...

Error must come from one of the files of the package, as when I put back my original files, the forum started to work again - without this AGCM, of course.

I noticed that in [url=http]this message[/url], the same error was obtained (but for a different modification).


How could such "file not found" error occur???

Thanks,

sanji
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

PostAuthor: sanji » Sat Jan 19, 2008 7:03 pm

Sorry to ask again, but has anyone seen this kind of problem? I tried again and got the same result...

sanji
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: fldodger » Thu Jan 24, 2008 8:12 pm

"TheJT";p="29474" wrote:i have this problem with too that the moderators in the different forums are only shown as "username_color_"
this fix with
Code: Select all
 $agcm_color->get_user_color($data['group_id'][$j], $data['user_group_id'][$j], $data['group_name'][$j])  

didnt work for me. please help! its really annoying


Where do I put this?
And will fix this problem
Anyone have a idea for this

I have this installed now. But I created some new subforum and the colors are mixed up. I have user with color of Mods-Site Admin I have Site Admin the color of mods.
Last edited by fldodger on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

fldodger
Members
Members
 
Posts: 52
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 03, 2007 10:02 am
Cash on hand: 0.00

PostAuthor: D3monik » Wed Jan 30, 2008 10:52 pm

Everything seems to be in the working order for this mod except for a few things.

1- I noticed that any user can change their color settings to any group. If they are in one group they can still pick that color of the others. This applies for normal users who arent party of any groups.

2- Colors are showing up like they are suppose to but usernames for moderators of forums stay white which is the normal color for a registered user. I didnt set up a mod group b/c of the bug but I still think it should show their group color in which they are a member of.

If anyone has any idea whats bugging out here, feel free to drop me some suggestions.

--Nate
Last edited by D3monik on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

D3monik
Members
Members
 
Posts: 36
Likes: 0 post
Liked in: 0 post
Joined: Wed Jan 23, 2008 2:21 pm
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: Helter » Wed Jan 30, 2008 11:54 pm

I dont know that much about this mod, but I do know that if properly installed, users only have the choices of the groups they belong too.
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Advanced Group Color Management - IM 141

PostAuthor: Okki » Thu Feb 28, 2008 4:27 am

"MWE_001";p="29998" wrote:Did anyone ever find the fix for shout box? Im not sure if I'll use shout box or remove it but just in case I would like to fix it.
Yes, i am also very much interested to use Advanced Group Color Management in the shoutbox.
Last edited by Okki on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 1:05 pm
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: MWE_001 » Thu Feb 28, 2008 7:48 am

"HelterSkelter";p="30879" wrote:I dont know that much about this mod, but I do know that if properly installed, users only have the choices of the groups they belong too.


That is infact correct. I had a user come to me with the same exact issue. Come to find out, they were logged in as admin. Admin can see every color group regarless of the fact. Once he logged out of the admin account and back in as a user, he then realised that he could only choose the specified groups that he was assigned to. All of the other choices were gone.

As far as the mod error goes, I tried it on a couple of other installs and it worked fine. Just have to clear the cache and all that good stuff to get it to kick in and work.
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: Advanced Group Color Management - IM 141

PostAuthor: shaythong » Thu Mar 20, 2008 7:47 pm

Can you guys make this work (Advanced group color management) for IM Portal 1.2.0?
Last edited by shaythong on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

shaythong
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 18, 2007 9:25 am
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: .QUACK.Major.Pain » Fri Mar 28, 2008 1:54 pm

I am in the process of trying this, and I uploaded the pre-modded files.
After installing, I went to the ACP, and found this:

[flash=,:188tn9zf]http://i71.photobucket.com/albums/i151/breck680228/pic1.jpg[/flash:188tn9zf]

Under the Integra News, it shows the website of my host.

How did that happen?
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Advanced Group Color Management - IM 141

PostAuthor: .QUACK.Major.Pain » Fri Mar 28, 2008 3:21 pm

Not sure if others have this issue, but as people register, they all take on the admin color amd not default color.

Got everything working other than new registered users changing to admin color.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

PreviousNext

Return to Mods/Hacks

Who is online

Registered users: Google [Bot]

cron