|
View previous topic :: View next topic |
| Author |
Message |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Sun Aug 12, 2007 1:02 am Post subject: Multirank module w/ forumspro?? |
|
Hey
Has anyone gotten the Multiranks module to work in forumspro??
I tried but since I'm not that good at editing files unless someone tells me what to do, I haven't gotten it to work.
I would appreciate it if someone who has gotten it to work could attach the file or tell me what to modify.
Thx,
Heckler
P.s - HOOAH the "edit" button is back
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Bedevere Nice poster


Offline Joined: Jul 06, 2006 Posts: 83 Location: New York City
|
Posted: Fri Aug 17, 2007 9:42 pm Post subject: Re: Multirank module w/ forumspro?? |
|
I didn't include the files but instead the instructions.
I am using:
Dragonfly 9.1.2.1
ForumsPro 1.0.0.3
PHP 4.3.8
MySQL 4.0.21
In Action: www.sanctidamnatus.com...um&f=2
Give it a try and let me know how it goes.
The two systems are VERY similar. I added the custom titles below the online status. You can move it around in the template to wherever you want.
Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Last edited by Bedevere on Sun Aug 19, 2007 8:21 am; edited 4 times in total |
|
| Back to top |
|
 |
Bedevere Nice poster


Offline Joined: Jul 06, 2006 Posts: 83 Location: New York City
|
Posted: Fri Aug 17, 2007 9:44 pm Post subject: Re: Multirank module w/ forumspro?? |
|
Dragonfly 9.1.2.1
ForumsPro 2.0.0.1
PHP 4.3.8
MySQL 4.0.21
Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Last edited by Bedevere on Sun Aug 19, 2007 8:21 am; edited 4 times in total |
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Sat Aug 18, 2007 4:56 am Post subject: Re: Multirank module w/ forumspro?? |
|
Thanks a lot  Already edited the files and uploaded, but the only problem is that when I try to access the forums I get this error:
| Quote:: |
| Fatal error: Cannot redeclare make_jumpbox() (previously declared in /home/nitrohuc/public_html/test911/includes/ForumsPro/functions.php:23) in /home/nitrohuc/public_html/test911/includes/phpBB/functions.php on line 19 |
Also when I try to change the second, third, fourth or fifth rank of a member I get DB errors
Any Idea whats wrong??
Thx,
Heckler
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Bedevere Nice poster


Offline Joined: Jul 06, 2006 Posts: 83 Location: New York City
|
Posted: Sat Aug 18, 2007 5:22 am Post subject: Re: Multirank module w/ forumspro?? |
|
The jumpbox is that pop up on the bottom...I had a huge error with mine and forget how I fixed it.
BTW if you go back to the original files from the download and put them back do the forums work ok?
Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Sat Aug 18, 2007 5:48 am Post subject: Re: Multirank module w/ forumspro?? |
|
Nope  I tried to get the multiranks work with forumspro 2.0.0.1 too based on your code but in 2.0.0.1 there is no viewtopic_body.html and it's built up differently.
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Sat Aug 18, 2007 6:11 am Post subject: Re: Multirank module w/ forumspro?? |
|
Instead of
| Code:: |
ALTER TABLE cms_users ADD user_rank2 INT(11) DEFAULT '-2' AFTER user_rank;
ALTER TABLE cms_users ADD user_rank3 INT(11) DEFAULT '-2' AFTER user_rank2;
ALTER TABLE cms_users ADD user_rank4 INT(11) DEFAULT '-2' AFTER user_rank3;
ALTER TABLE cms_users ADD user_rank5 INT(11) DEFAULT '-2' AFTER user_rank4; |
could you make use of the already existing admin -> users -> users fields to add them?
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
Bedevere Nice poster


Offline Joined: Jul 06, 2006 Posts: 83 Location: New York City
|
Posted: Sat Aug 18, 2007 6:59 pm Post subject: Re: Multirank module w/ forumspro?? |
|
Yes if you know the names and you want to to let the user themselves edit them.
In fact on a guild site since they played different games I used the custom fields that user can fill in to show their game names (go to oi-guild.com/Forums.html and look at each person's avatar section) as well as the multiranks.
Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Bedevere Nice poster


Offline Joined: Jul 06, 2006 Posts: 83 Location: New York City
|
Posted: Sat Aug 18, 2007 7:00 pm Post subject: Re: Multirank module w/ forumspro?? |
|
By the way I am working on a mod to give ranks based upon group memberships.
Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Bedevere Nice poster


Offline Joined: Jul 06, 2006 Posts: 83 Location: New York City
|
Posted: Sat Aug 18, 2007 8:33 pm Post subject: Re: Multirank module w/ forumspro?? |
|
Ok Heckler I got it working. See download above...
The jumpbox issue is because in V 2 I think its a function and V 1 its an include.
In any case go back to V2 defualt files, and you will only need to edit the ForumsPro files. If you can already edit the ranks in the users Profile then skip the Your_account part and the MYSQL parts. They are still the same.
Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Last edited by Bedevere on Sun Aug 19, 2007 8:20 am; edited 1 time in total |
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Sat Aug 18, 2007 9:36 pm Post subject: Re: Multirank module w/ forumspro?? |
|
Thanks a lot man  Really appreciate your help, and I'm looking forward to use it
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Sat Aug 18, 2007 10:39 pm Post subject: Re: Multirank module w/ forumspro?? |
|
One thing I don't get thou is how to do this:
# NOTE: If your user SQL table name is NOT cms_users then modify the sql string to match!
#
#-----[ SQL ]------------------------------------------
ALTER TABLE cms_users ADD user_rank2 INT(11) DEFAULT '-2' AFTER user_rank;
ALTER TABLE cms_users ADD user_rank3 INT(11) DEFAULT '-2' AFTER user_rank2;
ALTER TABLE cms_users ADD user_rank4 INT(11) DEFAULT '-2' AFTER user_rank3;
ALTER TABLE cms_users ADD user_rank5 INT(11) DEFAULT '-2' AFTER user_rank4;
ON my other site the table name is nuke_
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
|
| Back to top |
|
 |
Bedevere Nice poster


Offline Joined: Jul 06, 2006 Posts: 83 Location: New York City
|
Posted: Sun Aug 19, 2007 5:29 am Post subject: Re: Multirank module w/ forumspro?? |
|
Actually an easy way would be to save the SQL commands to a text file and import them in Admin -> Database.
Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
|
|