Multi-Race Rank Themes

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.
leftylink
Registered User
Posts: 4
Joined: Thu Dec 13, 2007 5:04 pm

Re: MultRace Rank Themes

Post by leftylink »

Hey,

Installed on a 3.0.2 board. Confirmed as working without any problems (as far as I can tell, anyway)

It'd be great if you can get the admin interface to edit the user's rank theme as well. In fact, I'll try taking a stab at that and seeing what I can do.

Thanks for your work,
Leftylink
User avatar
IBBoard
Registered User
Posts: 543
Joined: Wed May 25, 2005 9:02 pm
Location: Worcestershire, UK

Re: MultRace Rank Themes

Post by IBBoard »

Thanks for confirming that - I was going to test it out at some point when I patched my forum.

As for the admin interface, go for it. That's what open source is for :)
EpsilonX5
Registered User
Posts: 59
Joined: Sat Jul 26, 2008 4:24 am

Re: MultRace Rank Themes

Post by EpsilonX5 »

Hello!

I am planning on installing this Multi-Rank Mod Today.
I think it is really great.

But here is one problem...

There seems to be two of these same Mods, and I do not understand what is the difference.

MultRace Rank Themes
This is the page of this MOD: http://www.phpbb.com/community/viewtopi ... 9&t=879895

[Beta] Multi-Race Rank Themes mod AKA Ranking Sets (1.1b7)
And this is the other: http://www.phpbb.com/community/viewtopi ... 0&t=554987

Why were two of the same thing made, and what is the difference.

I eagerly am ready to install any one right now. But I'd like to quickly know the differences between the two Mods incase I made the big mistake of installing the wrong one.

Thanks allot for providing these Mods!

I hope someone can fill me in a bit on the difference between the two.

Thanks,
-Andrew
Andrew Emmanuel Davis
Image
Make your hi5 Profile the coolest!: hi5 Profile Generator
Find all the hi5 Codes you need: ★ hi5 Codes ★
Visit my hi5 Profile: Andrew's hi5 Profile
User avatar
IBBoard
Registered User
Posts: 543
Joined: Wed May 25, 2005 9:02 pm
Location: Worcestershire, UK

Re: MultRace Rank Themes

Post by IBBoard »

Hi,

I'll reply in both topics since you've posted in both topics (although that tends to confuse threads and some forums don't like it).

Basically, they are both the same mod. The one in the "MODs in Development" forum is the development version and the one in the "MOD Database Releases" forum is the release version. Development versions aren't recommended for use on live forums, but that's up to you.

At any given point the Development version should be at the same level or newer than the release version. At the moment there is a 1.1b7 that has then been approved and released (with a little bit of cleanup) as 1.2.2. The next iteration will see 1.3.x releases in development followed by an approved 1.4.x release.

Hopefully that clears it up.
User avatar
kicky
Registered User
Posts: 166
Joined: Wed Feb 27, 2008 11:49 am

Re: MultRace Rank Themes

Post by kicky »

Hi, I install this mod to myweb with 3.0.1

Ended up, I can't access ACP.

Please advise what happened?

I already double check the edit, nothing wrong. It just perfect as per your install
Last edited by kicky on Sun Sep 07, 2008 3:08 pm, edited 1 time in total.
Be a part of solution better than be part of problems
User avatar
IBBoard
Registered User
Posts: 543
Joined: Wed May 25, 2005 9:02 pm
Location: Worcestershire, UK

Re: MultRace Rank Themes

Post by IBBoard »

I'm not sure what might cause that. What does it say when you try to access the ACP? And are there any messages logged in your server's warning log? leftylink has installed it on 3.0.2 and I created it on 3.0.0, so it should work on 3.0.1 as well.
User avatar
kicky
Registered User
Posts: 166
Joined: Wed Feb 27, 2008 11:49 am

Re: MultRace Rank Themes

Post by kicky »

In my log server? I don't understand this. Sorry I am quite new.
I try to log in to my cpanel and found attached error. Is it that you mean?

Please let me help on a bit how to read what error it is?

Thanks
You do not have the required permissions to view the files attached to this post.
Be a part of solution better than be part of problems
User avatar
IBBoard
Registered User
Posts: 543
Joined: Wed May 25, 2005 9:02 pm
Location: Worcestershire, UK

Re: MultRace Rank Themes

Post by IBBoard »

Yes, that was the file I meant - cPanel lets you see the contents of the error log, which is a log of all errors/warnings from your server.

There's nothing that jumps out as something likely to cause problems logging in to the Admin section, although there are a couple of PHP errors in there about template issues. Most of them are just missing files (e.g. favicon.ico and the subforum_read.gif image), which wouldn't affect the ACP loading.

You haven't told me what happens when you try to log in, though. Can you not get to the login page? Can you get to the login page but not log in? Does it give you any error messages? Unless I know what it is doing then I can't work out what the problem might be.
User avatar
kicky
Registered User
Posts: 166
Joined: Wed Feb 27, 2008 11:49 am

Re: MultRace Rank Themes

Post by kicky »

I can log in without any problem, but some function not work at all.
Here is the function that not work all
err_reg2.JPG
If I click that function in the blue box, it will showed blank as
err_reg3.JPG
Thanks

PS will try to upload those 2 images that may missing.
You do not have the required permissions to view the files attached to this post.
Be a part of solution better than be part of problems
User avatar
IBBoard
Registered User
Posts: 543
Joined: Wed May 25, 2005 9:02 pm
Location: Worcestershire, UK

Re: MultRace Rank Themes

Post by IBBoard »

That first image doesn't tell me anything - it's just a cPanel file manager. The second one being a completely blank page looks like you've got an error in your PHP file somewhere and your server configuration is suppressing the warning because it's a production environment. The other common cause I've seen is a full /tmp partition causing content compression to fail, but that would affect all pages.

Please try adding:

Code: Select all

error_reporting(E_ALL);
to the top of your admin.php file (just after the header comments) and if you can't work it out from there then post the messages and I'll see what I can do.
User avatar
kicky
Registered User
Posts: 166
Joined: Wed Feb 27, 2008 11:49 am

Re: MultRace Rank Themes

Post by kicky »

Is this file that you mean? includes/functions_admin.php

Code: Select all

<?php
/**
*
* @package acp
* @version $Id: functions_admin.php,v 1.254 2007/11/17 12:14:27 acydburn Exp $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

/**
* Recalculate Binary Tree
function recalc_btree($sql_id, $sql_table, $module_class = '')
Where I should put code from you?

Thanks :)
Be a part of solution better than be part of problems
User avatar
IBBoard
Registered User
Posts: 543
Joined: Wed May 25, 2005 9:02 pm
Location: Worcestershire, UK

Re: MultRace Rank Themes

Post by IBBoard »

Sorry, I meant the /adm/index.php file. Anywhere around the define() calls should work. You may also need to check whether your web server prints warning messages or hides them and whether it logs them to file.
Neu71
Registered User
Posts: 4
Joined: Sun Sep 14, 2008 11:47 pm

Re: MultRace Rank Themes

Post by Neu71 »

Hello,

I have installed the MOD and everything seems to be fine, as I have not received any failure notice.
My forum is in Spanish, so I guess all the files in the folders EN, I have to process in the folders ES.
However, when I try to create a new rank, I get the same window as always, only that the old ranks disappear.
Are the new ranks being created in this window? Is there any menu missing?
If I create a new rank (as I used to do), I cannot see it later. However, if I go to Rank Themes on the main page, I can see all the old ranks as default.

http://www.zweiterweltkrieg.org/ftp/los ... em_001.jpg
http://www.zweiterweltkrieg.org/ftp/los ... em_002.jpg

Thank you

Template: ktukblack
PhpBB: phpbb 3.02
User avatar
kicky
Registered User
Posts: 166
Joined: Wed Feb 27, 2008 11:49 am

Re: MultRace Rank Themes

Post by kicky »

IBBoard wrote:Sorry, I meant the /adm/index.php file. Anywhere around the define() calls should work. You may also need to check whether your web server prints warning messages or hides them and whether it logs them to file.
Ok, here is adm/index.php

Code: Select all

<?php
/**
*
* @package acp
* @version $Id: index.php,v 1.74 2007/12/12 16:45:58 acydburn Exp $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
*/
define('IN_PHPBB', true);
define('ADMIN_START', true);
define('NEED_SID', true);

// Include files
Where I have to put the error code?

On error in server, the error log only show 2 kind of errors,
[Mon Sep 15 19:18:37 2008] [error] [client 74.6.22.173] File does not exist: /home/innovc/public_html/404.shtml
[Mon Sep 15 19:18:37 2008] [error] [client 74.6.22.173] File does not exist: /home/innovc/public_html/robots.txt
Be a part of solution better than be part of problems
User avatar
IBBoard
Registered User
Posts: 543
Joined: Wed May 25, 2005 9:02 pm
Location: Worcestershire, UK

Re: MultRace Rank Themes

Post by IBBoard »

Neu71: Yes, you'll need to convert all of the EN files to ES. If you want to submit your translations so that others can use them then that would be great.

In terms of your Admin control panel, it looks like the changes haven't been applied or have only partially be applied. On the first screenshot you should have a second button for "Add new rank theme". You should also see any existing ranks in a group called "Default" and special ranks (such as "Administrator" in a group called "Special". My "rank" page looks like this:

Image

With the second screenshot, there should be an additional drop-down box when you select "no" for "Is a special rank". The next version (when I get a chance to complete it) will change that slightly and do it all through a drop down. What happens when you select "yes"? And what happens when you then go back to "no"?

kicky: Adding the line before or after the define() calls should work. Given the logged messages (all "error" and no warning or lower) then you might also have to add a line to your .htaccess file to get it to display the errors on the page or to log them.

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