Group Legend Positioning

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
Gremlinn
Registered User
Posts: 2133
Joined: Mon Aug 04, 2003 12:13 am
Location: Rochester, NY
Name: Nathan

Re: Group Legend Positioning

Post by Gremlinn »

duplicate column means that you already have the column added.
Seralyon
Registered User
Posts: 63
Joined: Mon Jun 15, 2009 6:17 pm

Re: Group Legend Positioning

Post by Seralyon »

well i can't see the column! do you have any idea why?
Seralyon
Registered User
Posts: 63
Joined: Mon Jun 15, 2009 6:17 pm

Re: Group Legend Positioning

Post by Seralyon »

It's not working for 3.0.5 anymore :0
budedwards
Registered User
Posts: 35
Joined: Mon Aug 18, 2008 3:40 pm

Re: Group Legend Positioning

Post by budedwards »

can someone help me

I have this error :(

Parse error: syntax error, unexpected T_STRING in /xxx/xxxx/xxxx/xxxx/includes/acp/acp_groups.php on line 725

Have double checked entries and they are as they should be :?
budedwards
Registered User
Posts: 35
Joined: Mon Aug 18, 2008 3:40 pm

Re: Group Legend Positioning

Post by budedwards »

Anyasha your tip about adding the '; was the solution thankyou very much ;)
w0rld_life
Registered User
Posts: 59
Joined: Wed Jul 02, 2008 4:24 pm
Contact:

Re: Group Legend Positioning

Post by w0rld_life »

Hello...

In the zip file in installation instructions it says..

SQL

Code: Select all

ALTER TABLE phpbb_groups ADD group_legend_pos SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0';
What do i have to do with that? :roll:
DeckRev
Registered User
Posts: 13
Joined: Tue Mar 18, 2008 6:14 am

Re: Group Legend Positioning

Post by DeckRev »

Hi there. I ran this with AutoMod, and the very first time, the status on everything was "Successful" except then I got an error message:

"AutoMOD could not FTP the file store/mods/group_level_positioning/_edited/index.php into place."

So I uninstalled the mod, and tried reinstalling it. I got an error message about a duplicate in the SQL database, but I surpassed that since the new table was already created with the first install attempt. Then I got the same error message. I have since tried manually installing it, and there were only portions of it showing up. Does this mod have problems with AutoMod?
jano2165
Registered User
Posts: 6
Joined: Mon Oct 05, 2009 3:22 pm

Re: Group Legend Positioning

Post by jano2165 »

guys when i download the legend for my website it comes as a code . where do i put that code file when i extract it somewhere can someone give me spesific steps plz. im kinda new with this .. as in spesifik plz.
JeRicHoOL
Registered User
Posts: 449
Joined: Sun Jun 01, 2008 4:02 pm

Re: Group Legend Positioning

Post by JeRicHoOL »

I get the following error when trying to access "Manage Groups":

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Unknown column 'g.group_legend_pos' in 'field list' [1054]

SQL

SELECT g.group_id, g.group_name, g.group_type, g.group_legend_pos FROM phpbb_groups g ORDER BY g.group_type ASC, g.group_legend_pos

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/acp/acp_groups.php
LINE: 714
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_groups->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
I ran the SQL command and also rechecked all file edits in acp_groups.php. How can I fix this error?
User avatar
Gremlinn
Registered User
Posts: 2133
Joined: Mon Aug 04, 2003 12:13 am
Location: Rochester, NY
Name: Nathan

Re: Group Legend Positioning

Post by Gremlinn »

JeRicHoOL: Check to see if you have the group_legend_pos column in the phpbb_groups table. It looks like you didn't get the SQL changes in without errors.
JeRicHoOL
Registered User
Posts: 449
Joined: Sun Jun 01, 2008 4:02 pm

Re: Group Legend Positioning

Post by JeRicHoOL »

Gremlinn wrote:JeRicHoOL: Check to see if you have the group_legend_pos column in the phpbb_groups table. It looks like you didn't get the SQL changes in without errors.
It is in the phpBB_groups table. :?
I also deleted group_legend_pos and entered the SQL command again but still the same error. I really hope you can help me mate.
User avatar
Gremlinn
Registered User
Posts: 2133
Joined: Mon Aug 04, 2003 12:13 am
Location: Rochester, NY
Name: Nathan

Re: Group Legend Positioning

Post by Gremlinn »

Standard help desk question: Did you refresh your forum cache?
JeRicHoOL
Registered User
Posts: 449
Joined: Sun Jun 01, 2008 4:02 pm

Re: Group Legend Positioning

Post by JeRicHoOL »

I purged the cache just now but still the same error when trying to "Manage Groups" in the ACP. :/
user751139
Registered User
Posts: 89
Joined: Thu Oct 01, 2009 2:46 am

Re: Group Legend Positioning

Post by user751139 »

Having this problem:

Parse error: syntax error, unexpected T_VARIABLE, expecting ')' in /home/a8363625/public_html/includes/functions_user.php on line 2394


The installation instruction does say:

Find

Tip: This may be a partial find and not the whole line.
Code: Select All
$group_only_ary = array('group_receive_pm'
Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All
$group_only_ary[] = 'group_legend_pos';

These lines are giving the problems..
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Group Legend Positioning

Post by RMcGirr83 »

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
Locked

Return to “[3.0.x] MOD Database Releases”