Jakeman
03-31-2001, 04:16 AM
I guess Kier is too busy, which is totally understandable given that he's coding vB officially now. I offered Kier $200 if he would do this for me. Because I'm anxious to get this done I'm doubling the bounty to $400. Below is a copy of the e-mail I sent Kier describing what I want done. I think it's pretty specific. Is anyone here willing to take on this task? I'll mail a check to whoever to can do this for me. Of course, I don't want a just a bunch of spaggeti code that isn't easily adapted in the future, etc. I would like it to be some what modular and documented (as I explained to Kier below). Heck, an online CP for the whole works would be sweet if it can be done. Anyways, if you think you can help me with this drop me an e-mail at the_jakeman@yahoo.com . Thanks!
I understand you are busy and stuff. I'm kinda anxious about this though. I'll cut you a $200 check if you can set me up with what I want. In case you need a memory jog: http://www.vbulletin.com/forum/showthread.php?s=&threadid=11771
************
To sum this up, I've modified your showmods hack (with your help) to list my clan member user group for my forums. That's all good. I need three other things:
1. the proper code to put into a page for counting the total number of peeps in my clan (prolly counting the admin and mod groups since they're all in my clan too).
2. The code for listing the next "x" number of calendar events on vB's calendar.
3. For the members page that lists all the members in the clan member user group, I want an e-mail column and a number of forum posts column. The e-mail column would link to vB's "send user an e-mail" page (I have it set to use e-mail forms).
See these two pages for reference (notice the red box which will contain the first two things):
http://www.mac-gamer.com/mactest/rev2/
http://www.mac-gamer.com/forum/showmods.php (your customized showmods hack)
The first two items will be on every page of the clan site. The members page will have these two things in that outlined box plus the thrid item... a dump of the clan member, admin, and mod user groups that your showmods hack it doing.
Ideally I want this idependant of the forums. It makes me a little uneasy having my clan site integrated with vB's temps... if vB gets updated them my clan sites temps can get jacked. If you could make these stand-alone pages that would be sweet. I figure it's ok to use vB's global.php connect script though. I would like it somewhat "modular" so if I were to change the layout of my clan site I can just go back and insert the code in the tables I want (html tables) and be up and running again.
************
If you can do this let me know how long it will be until you can start on this and how long you think it will take. Thanks dude!
Question on implementation: To make html pages with php included that grabs from a db, is it a .html file with <?php ... ?> in the proper tables of the html page to pull the info, or is it a .php file with html inserts?
Me: I know html very well. Just learning php (as in early beginner with a bunch of thick books that I'm starting on). But I know some C++ so I have a little background.
On a side note, I think it would be cool to have support for peeps forming their own "teams"... basically a separate user group that would be listed independantly on the members listing page. Any ideas on what would be the best way to do this? For this the member listing would need to be adaptable to additional groups in the future though.
I understand you are busy and stuff. I'm kinda anxious about this though. I'll cut you a $200 check if you can set me up with what I want. In case you need a memory jog: http://www.vbulletin.com/forum/showthread.php?s=&threadid=11771
************
To sum this up, I've modified your showmods hack (with your help) to list my clan member user group for my forums. That's all good. I need three other things:
1. the proper code to put into a page for counting the total number of peeps in my clan (prolly counting the admin and mod groups since they're all in my clan too).
2. The code for listing the next "x" number of calendar events on vB's calendar.
3. For the members page that lists all the members in the clan member user group, I want an e-mail column and a number of forum posts column. The e-mail column would link to vB's "send user an e-mail" page (I have it set to use e-mail forms).
See these two pages for reference (notice the red box which will contain the first two things):
http://www.mac-gamer.com/mactest/rev2/
http://www.mac-gamer.com/forum/showmods.php (your customized showmods hack)
The first two items will be on every page of the clan site. The members page will have these two things in that outlined box plus the thrid item... a dump of the clan member, admin, and mod user groups that your showmods hack it doing.
Ideally I want this idependant of the forums. It makes me a little uneasy having my clan site integrated with vB's temps... if vB gets updated them my clan sites temps can get jacked. If you could make these stand-alone pages that would be sweet. I figure it's ok to use vB's global.php connect script though. I would like it somewhat "modular" so if I were to change the layout of my clan site I can just go back and insert the code in the tables I want (html tables) and be up and running again.
************
If you can do this let me know how long it will be until you can start on this and how long you think it will take. Thanks dude!
Question on implementation: To make html pages with php included that grabs from a db, is it a .html file with <?php ... ?> in the proper tables of the html page to pull the info, or is it a .php file with html inserts?
Me: I know html very well. Just learning php (as in early beginner with a bunch of thick books that I'm starting on). But I know some C++ so I have a little background.
On a side note, I think it would be cool to have support for peeps forming their own "teams"... basically a separate user group that would be listed independantly on the members listing page. Any ideas on what would be the best way to do this? For this the member listing would need to be adaptable to additional groups in the future though.