[ABD] Personal Rank Mod v0.1.3

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
Lisbon
Registered User
Posts: 831
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: [BETA] Personal Rank Mod v0.1.3

Post by Lisbon »

Im viewtopic.php i dont have

Code: Select all

                'age'            => '',
Wher is this code?
User avatar
eunaumtenhoid
Registered User
Posts: 1021
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [BETA] Personal Rank Mod v0.1.3

Post by eunaumtenhoid »

news?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
^[GS]^
Registered User
Posts: 274
Joined: Sun Aug 06, 2006 10:59 pm
Location: Argentina

Re: [BETA] Personal Rank Mod v0.1.3

Post by ^[GS]^ »

Lisbon wrote:Im viewtopic.php i dont have

Code: Select all

                'age'            => '',
Wher is this code?
Welll... find.. (2 times)

Code: Select all

$user_cache[$poster_id] = array(
and add, after:

Code: Select all

				'personal_rank'		=> '',
What news? :P
User avatar
eunaumtenhoid
Registered User
Posts: 1021
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [BETA] Personal Rank Mod v0.1.3

Post by eunaumtenhoid »

its mod have required for use:

x number post
x day of register
x number max of characters

have?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
^[GS]^
Registered User
Posts: 274
Joined: Sun Aug 06, 2006 10:59 pm
Location: Argentina

Re: [BETA] Personal Rank Mod v0.1.3

Post by ^[GS]^ »

eunaumtenhoid wrote:its mod have required for use:

x number post
x day of register
x number max of characters

have?
no, but you can add this feature :P
User avatar
Lisbon
Registered User
Posts: 831
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: [BETA] Personal Rank Mod v0.1.3

Post by Lisbon »

I dont see nothing in profileview :shock:

Board: http://www.cetos.info/forumteste

User: master

Personal rank: outro qualquer

Yes i clean the cache
User avatar
^[GS]^
Registered User
Posts: 274
Joined: Sun Aug 06, 2006 10:59 pm
Location: Argentina

Re: [BETA] Personal Rank Mod v0.1.3

Post by ^[GS]^ »

I see in "viewtopic"...
Image
but I think you forgot to edit Style memberlist_view.html
with {PERSONAL_RANK}
;)
mfg
Registered User
Posts: 19
Joined: Sat Jan 23, 2010 5:42 am

Re: [BETA] Personal Rank Mod v0.1.3

Post by mfg »

XxXYonIXxX wrote:i get this problem in ACP:

Code: Select all

SQL ERROR [ mysql4 ]

Unknown column 'personal_rank' in 'field list' [1054]

SQL

UPDATE phpbb_users SET user_icq = '', user_aim = '', user_msnm = '', user_yim = '', user_jabber = '', user_website = 'http://www.zero.siteme.co.il/', user_from = '', user_occ = '', user_interests = '', personal_rank = 'Registred User', user_birthday = ' 0- 0- 0' WHERE user_id = 363

BACKTRACE


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

FILE: includes/acp/acp_users.php
LINE: 1163
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 471
CALL: acp_users->main()

FILE: adm/index.php
LINE: 79
CALL: p_master->load_active()

i also got this error

after searching i have found the reason.
little bug in "acp_users.php"

find

Code: Select all

                   'INTERESTS'      => $data['interests'],
add after

Code: Select all

//-- mod : Personal Rank ------------------------------------------------------------
//-- add
                            'user_personal_rank' => $data['personal_rank'],  
//-- fin mod : Personal Rank --------------------------------------------------------
dhazy
Registered User
Posts: 1
Joined: Mon May 06, 2013 8:50 pm

Re: [BETA] Personal Rank Mod v0.1.3

Post by dhazy »

New mirror, Thx GS

:arrow: http://lh.rs/RhbzA5EtSj6n
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Re: [BETA] Personal Rank Mod v0.1.3

Post by prototech »

This topic has been marked as [ABD] - Abandoned as there has been no activity in the past 3 years. If the MOD author wishes to continue development, please PM anyone on the MOD Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this mod, or any other mod that is marked as “abandoned” or “in development”, on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Modifications Team
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.

Return to “[3.0.x] Abandoned MODs”