Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
phpbb2 Forums and a Roster sorta thing
Old 12-19-2005, 10:21 PM phpbb2 Forums and a Roster sorta thing
Junior Talker

Posts: 1
Trades: 0
Well with all of the other places not helping, I ran across this site. I hope you guys can help.

I use the forum software phpbb2. I want members of a certain group listed on a page of my site.

I mean, when User A joins the specified usergroup, his name will be placed on the website page. Not only that, but his Special Rank will appear under his name.

<======>
**NOTE: The next addition is optional but I'd appriciate if you could do it**

I would like the special ranks to be ordered. Lets say there is member "A", "B", and "C". They are all in the specified usergroup. All of them have the lowest rank. They are in alphabetical order. Member "B" gets a promotion. He goes above Member "A" and "C".
<======>


That's basically it, if you don't understand, I can try explain better. I really hope you can help me as I have no php skills and I need to finish my site soon.
Gen_Brett is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-20-2005, 09:29 AM
reli4nt's Avatar
Extreme Talker

Posts: 168
Location: New York
Trades: 0
Sounds like more of a sql issue.

Take a look on the pages that currently show the special rank and just copy the code from there.

Otherwise, you can find the SELECT statement that pulls the user information and hav eit pull information from the rank column and sort it by that value.

PHP Code:
SELECT usernamerank FROM users ORDER BY rank 
__________________

Please login or register to view this content. Registration is FREE

Designing the world we live in.
Defining the terms we live by.
reli4nt is offline
Reply With Quote
View Public Profile Visit reli4nt's homepage!
 
Reply     « Reply to phpbb2 Forums and a Roster sorta thing
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09658 seconds with 12 queries