![]() |
Quote:
|
This hack is a good idea.
Is there something similar that will allow the user to add say 4 images via an upload button, some custom fields & a 500 character description field? I run an automotive site. This is our current member gallery: http://www.aussiefrogs.com/gallery/usergallery.htm It is cluttered & requires a lot of maintenence. If the members could update their own page within the forum software it would be really good :classic: |
Quote:
Christian |
Quote:
<tr align="center"> <td class="alt1">$rank</td> <td class="alt2""><a href="member.php?$session[sessionurl]u=$userinfo[userid]">$username</a></td> <td class="alt1">$ride</td> <td class="alt2">$induction</td> <td class="alt1"">$avghp$rwhp</td> <td class="alt2">$avgsf$sixty</td> <td class="alt1"">$avge$eighth$atmph1$eighthmph$spacer $avgemph</td> <td class="alt2">$avgq$quarter$atmph2$quartermph$space r$avgqmph</td> <td class="alt1"">$details</td> <td class="alt2">$slip</td> </tr> And my user fields include 1-10 and 50-65. |
Quote:
|
Quote:
If you just need a good gallery, there are a few free ones that are good. Coppermine is good. Or if you want to pay for a gallery, check out PhotoPost. |
gibgib,
Yeah what you want is the vbgarage that everyone keeps requesting.. Not sure if anyone is developing it or not.. Theres a thread in the request forum about it. PranK, So the fields that are still in your database are 80-95 and fields 50-65 no longer exist correct? If so, in member.php, includes/functions_user.php, and profile.php you'll need to make sure the field ID#s match the field IDs that you have in your database. In those files, find all instances of this (there will be several): Code:
(50,51,52,53,54,55,56,58,59,60,61,62,63,64,65) Code:
(80,81,82,83,84,85,86,88,89,90,91,92,93,94,95) PKRWUD, For some reason your timeslipsbit template isn't being displayed. Make sure the template name is spelled correctly (its timeslipsbit not timeslipbit).. If thats not it send me a copy of your timeslips.php file and I'll take a look. gearshifter47, This will make it show everyone who has entered something into the ride field when sorting by username: In timeslips.php find: Code:
else if ($_REQUEST['do'] == 'username') Code:
else if ($_REQUEST['do'] == 'username') To make it show all N/A cars (when sorting by N/A) regardless if 1/4 mile ET has been entered find: Code:
else if ($_REQUEST['do'] == 'na') Code:
else if ($_REQUEST['do'] == 'na') |
Heh, my scripts name has surpassed the script itself. vBGarage was short lived, the "powers that be" yanked it, because I used a portion of code from a coder who is no longer around to give consent. /shrug
It was for vB2, anyway. I've been developing a vB3 version, but unfortunately I started a new job and don't have the time to beat on it full time, so I can't really guestimate a release date. FOCUS: EvilLS1, as always, still diggin' the hack.. the users love it. ;) |
this will still keep them in order right?
and how could i make username the default sort when i start up.. |
Quote:
Quote:
To make username the default sort method open timeslips.php and find: Code:
// If no action is set order by quarter Code:
// If no action is set order by username Code:
} Code:
} |
All times are GMT. The time now is 11:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|