Clan Adverts

www.afgserv.com

www.clan-themes.co.uk :: View topic - Clan roster 1.7 & phpbb

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Clan roster 1.7 & phpbb

11 Replies / 1421 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » PhpNuke Theme Questions

View previous topic :: View next topic


LukeH
Reputation: 2.9
Local time: 1:17 AM
Location: England
blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Mar 21, 2008
Last Visit: 25 May 2008
Posts: 10
Points: 272 

Post Clan roster 1.7 & phpbb Posted: Fri Mar 21, 2008 7:11 pm   

Hey guy,

Sorry if this is in the wrong place, I couldn't work out where to put it.

I've been looking for something to do the job that Clan Roster 1.7 does. I was just wondering, since this is a PHP-Nuke site, Can Clan Roster be integrated into a stand-alone phpBB forum or not?

I really need the medal system that is like what you have on this site.

Thanks
Luke
 

 
View user's profileSend private message Reply with quote

Bayler
Reputation: 752.1
votes: 9
Local time: 8:17 PM

usa.gif

Status: Offline
0.64 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Nov 01, 2007
Last Visit: 17 Dec 2008
Posts: 278
Points: 6846 

Post Clan roster 1.7 & phpbb Posted: Fri Mar 21, 2008 7:58 pm   

In theory, yes it could be done.....

Chances of that happening are very slim though....
Its a lot of work to port a module to phpBB base and run through the administration panel of phpBB...

Your better off using the ( Medal Mod ) found on the forums of phpBB Website.
Sorry i dont have a direct link
 

You will not recieve help from me if i have to go digging for your CMS information and version, If i have to take the time to play 21 questions, then you can take the time to google! No Copyright, no support either!  
View user's profileSend private messageMSN Messenger Reply with quote

DoC
Reputation: 170.8
votes: 4
Local time: 1:17 AM
Location: Wiltshire, UK
uk.gif

Status: Offline
0.55 posts per day
Medals: 1 (View more...)
Dedication (Amount: 1)
Very Important Person
Very Important Person
Joined: Feb 07, 2007
Last Visit: 08 Jan 2009
Posts: 387
Points: 202 

View user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger Reply with quote




LukeH
Reputation: 2.9
Local time: 1:17 AM
Location: England
blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Mar 21, 2008
Last Visit: 25 May 2008
Posts: 10
Points: 272 

Post Clan roster 1.7 & phpbb Posted: Fri Mar 21, 2008 8:09 pm   

Hey guys,

Thanks for the quick reply. I will try and implement the medal system you have suggested DoC next week when I get the chance.

Thanks for all your help :)

Luke
 

 
View user's profileSend private message Reply with quote

DoC
Reputation: 170.8
votes: 4
Local time: 1:17 AM
Location: Wiltshire, UK
uk.gif

Status: Offline
0.55 posts per day
Medals: 1 (View more...)
Dedication (Amount: 1)
Very Important Person
Very Important Person
Joined: Feb 07, 2007
Last Visit: 08 Jan 2009
Posts: 387
Points: 202 

View user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger Reply with quote

LukeH
Reputation: 2.9
Local time: 1:17 AM
Location: England
blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Mar 21, 2008
Last Visit: 25 May 2008
Posts: 10
Points: 272 

Post Re: Clan roster 1.7 & phpbb Posted: Fri Mar 21, 2008 8:15 pm   

I've just downloaded it and took a look at the installion guide. The Add Before and Add After is fine by me ... Im more worried about the SQL editing part ... Luckily the Clan hasnt been formed yet and it isn't a live forum lol.

Thanks :)

Luke
 

 
View user's profileSend private message Reply with quote




LukeH
Reputation: 2.9
Local time: 1:17 AM
Location: England
blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Mar 21, 2008
Last Visit: 25 May 2008
Posts: 10
Points: 272 

Post Clan roster 1.7 & phpbb Posted: Tue Apr 01, 2008 8:35 pm   

Ok, I have finally found the time to try and install this.

I believe I have got the SQL sorted (is it right to query in PHPMyAdmin to create the tables? - if not I dont know how to do it ... Help! :))

Problem is that I am trying to install this onto a stand-alone phpBB forum rather than the PHP-Nuke forum. Can anyone give me a list of the fiiles that need to be edited as they are not the same as the ones within PHP-Nuke which means Im lost for which ones I need to change.

Thanks
LukeH
 

 
View user's profileSend private message Reply with quote

DreAdeDcoRpSE
Reputation: 857
votes: 7
Local time: 8:17 PM
Location: Back of your Mind
usa.gif

Status: Offline
1.17 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 09 Jan 2009
Posts: 556
Points: 14287 

Post Re: Clan roster 1.7 & phpbb Posted: Tue Apr 01, 2008 9:41 pm   

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 · Call of Duty 5 World at War Splash

LukeH wrote:
Ok, I have finally found the time to try and install this.

I believe I have got the SQL sorted (is it right to query in PHPMyAdmin to create the tables? - if not I dont know how to do it ... Help! :))

Problem is that I am trying to install this onto a stand-alone phpBB forum rather than the PHP-Nuke forum. Can anyone give me a list of the fiiles that need to be edited as they are not the same as the ones within PHP-Nuke which means Im lost for which ones I need to change.

Thanks
LukeH


Yes, use phpmyadmin. Load up phpmyadmin and select your database that you are using for the phpBB and enter the SQL

Code:
#
#-----[ ADD SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
CREATE TABLE `nuke_bbmedal` (
  `medal_id` mediumint(8) NOT NULL auto_increment,
  `medal_name` varchar(40) NOT NULL default '',
  `medal_description` varchar(255) NOT NULL default '',
  `medal_image` varchar(40) default NULL,
  PRIMARY KEY  (`medal_id`)
) TYPE=MyISAM;

#
#-----[ ADD SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
CREATE TABLE `nuke_bbmedal_user` (
  `issue_id` mediumint(8) NOT NULL auto_increment,
  `medal_id` mediumint(8) NOT NULL default '',
  `user_id` mediumint(8) NOT NULL default '',
  `issue_reason` varchar(255) NOT NULL default '',
  `issue_time` int(11) NOT NULL default '',
  PRIMARY KEY  (`issue_id`)
) TYPE=MyISAM;

#
#-----[ ADD SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
CREATE TABLE `nuke_bbmedal_mod` (
  `mod_id` mediumint(8) unsigned NOT NULL auto_increment,
  `medal_id` mediumint(8) NOT NULL default '',
  `user_id` mediumint(8) NOT NULL default '',
  PRIMARY KEY  (`mod_id`)
) TYPE=MyISAM;

#
#-----[ ADD SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
INSERT INTO `nuke_bbconfig` VALUES ('allow_medal_dispaly', '0');
INSERT INTO `nuke_bbconfig` VALUES ('medal_display_row', '1');
INSERT INTO `nuke_bbconfig` VALUES ('medal_display_col', '1');
INSERT INTO `nuke_bbconfig` VALUES ('medal_display_width', '');
INSERT INTO `nuke_bbconfig` VALUES ('medal_display_height', '');
INSERT INTO `nuke_bbconfig` VALUES ('medal_display_order', '');


Into here.

The red circle is the tab you would dump that SQL into.

Image Has Been Resized, Click To Enlarge.


As for the file's to edit, I believe they are named the same, just into a different tree structure. Its been a while since I used a stand alone version of phpBB. If your clan does well and you are looking to upgrade your site, then i recommend you converting over to nuke. ;) Thats what i ended up doing, our clan got to big and to much was coming out to edit all the scripting all the time... If you need any help, let me know and I will help you if needed, I done quite a bit of work and testing of the mods on it, so I guess you can say I been around the block with phpBB. Good luck and this site has allot of great people to help you with any issues that may come up.
 

  • Donations for custom work is appreciated at [HS]
 
View user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN Messenger Reply with quote

LukeH
Reputation: 2.9
Local time: 1:17 AM
Location: England
blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Mar 21, 2008
Last Visit: 25 May 2008
Posts: 10
Points: 272 

Post Clan roster 1.7 & phpbb Posted: Tue Apr 01, 2008 9:50 pm   

I would love to use a CMS such as PHP-Nuke but since I only know HTML coding, and not PHP its hard for me to modify little tweaks to the way I like them.

If I had time to learn some PHP (Currently studying for my MCDST) then I would do. But untill then I was going to use a Forum based site (I can set phpBB up to do the Roster and Medals/Awards then use the front end website for information only. Other than the Roster and awards, not much else on the site needs a lot of attention.

Ill do some digging around tomorrow maybe for the files - see if I can locate them and I will let the author of the script know so if he likes he can create an install script for a stand-alone phpBB aswell as the integrated one :)

I like the fact that so many people on here are so helpful - even though I've only been around a few times :).

LukeH
 

 
View user's profileSend private message Reply with quote




DreAdeDcoRpSE
Reputation: 857
votes: 7
Local time: 8:17 PM
Location: Back of your Mind
usa.gif

Status: Offline
1.17 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 09 Jan 2009
Posts: 556
Points: 14287 

Post Clan roster 1.7 & phpbb Posted: Tue Apr 01, 2008 11:08 pm   

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 · Call of Duty 5 World at War Splash

with phpnuke, you don't know how to script, I have set up phpnuke sites for a few guys that don't even know what html stands for. I think one of them said that it was a phone company. Sarcastic

And little tweaks, like blocks and mods, thats what people like Ped, DoC, have brought together here on this site. A bunch of people willing to help out with almost anything. Overall, I think it would be better then just starting off with phpBB.
 

 
View user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN Messenger Reply with quote

DoC
Reputation: 170.8
votes: 4
Local time: 1:17 AM
Location: Wiltshire, UK
uk.gif

Status: Offline
0.55 posts per day
Medals: 1 (View more...)
Dedication (Amount: 1)
Very Important Person
Very Important Person
Joined: Feb 07, 2007
Last Visit: 08 Jan 2009
Posts: 387
Points: 202 

View user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger Reply with quote

LukeH
Reputation: 2.9
Local time: 1:17 AM
Location: England
blank.gif

Status: Offline
0.03 posts per day
Medals: 0

Joined: Mar 21, 2008
Last Visit: 25 May 2008
Posts: 10
Points: 272