The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
|||
|
|||
First Off... I would like to say
Thanks BRAD C This guy worked with me over ICQ to get the bugs worked out on mine. It looks killer and my users are enjoying it. i redid my profile page so that it would fit in ... and I must say it is 100% better. Very impressed and grateful Thanks Sarge Click here for a demo And A Picture Of Me http://www.dlrarmy.com/forums/member...fo&userid=2440 |
#33
|
|||
|
|||
Thanks Sarge for the compliments.
It was a pleasure to help you get things setup the way they needed to be and usable by your users Btw his profile pages look great! I just slapped one together as a demo or template to go off of, maybe I should take lessons from Sarge on that |
#34
|
|||
|
|||
thanks to you!
The Profile took me a few hours to get it looking the way I wanted to. Attention to detail.. that is what I love about VB's! |
#35
|
|||
|
|||
Yah all things take time... and it does look good
I still have 3 or 4 new profile styles to work on. I have one done, almost done with a generic one.. then to make some really cool ones.. |
#36
|
|||
|
|||
Getting this error on a friends board:
Parse error: parse error in /usr/local/httpd/htdocs/TheDaene2/admin/user.php on line 804 $profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield"); while ($profilefield=$DB_site->fetch_array($profilefields)) { makeyesnocode("Display $profilefield[title]","display".$profilefield[profilefieldid],0); } doformfooter("Find"); } <---Line 804 here. // ###################### Start find ####################### if ($action=="find") { Anyone have any Ideas? Thanks in Advanced. |
#37
|
|||
|
|||
Profile fields are also used for the vb forums, not brads script. The variables his script would be calling for, are user tables mostly, so i do not know how you picked up a error for a admin profile area, unless you misplaced the code in the admin area script, or otherwise used script that is not part of brads hack. (There was a suggestion in here earlier on how to pull out different paths to the pictures...which we will not support)
Stick with his instructions, and go through the adding code area to the admin script one more time. I would be willing to bet, you might have a extra } or missing a } being it is a parse error, which means you might not of copied the whole script and entered it correctly, or misplaced it within the script. let me also add that missing a ; could be a problem, or adding one to many ; I know the first one all to well.....( missing ; ) |
#38
|
|||
|
|||
In my instructions.. I have you putting MY code at the end of that user.php file... which would be WAY WAY past line 803... so the error you are getting should not be part of my hack at all. Unless something was messed up during installation.
the only code that is above line 803 is at the very beginning and I Don't think that would mess it up. |
#39
|
|||
|
|||
well, that is what i was thinking...it seems to be that the parse error happened where he threw in the code, or hit a backspace or something by accident, which may of erased a closing tag } or the good ol ; geeze i love those dearly....lol
|
#40
|
|||
|
|||
After i edited the user.php file i was getting that same error for the Find User Option in the Admin CP. I'll try your suggestions and keep you posted. Thanks for the help. greatly appriciated.
Oh also for the editing the user.php file, one thing was to replace the <?php by replacing it with the code you listed in the filechanges.html file. When in the user.php file there are 2 places with <?php listed, at the very beginning and around line 780 which is listed as: <select name="direction"> <option value="">in ascending order</option> <option value="DESC">in descending order</option> </select> </p></td></tr> <?php Which one is supposed to be replace. the one at the beginning or the one around line 780? Thanks you very much for the help. |
#41
|
|||
|
|||
I don't think the directions were that clear..
leave the <?php at the very top.. paste that first part of the code right underneath that.. and that is it. Leave everything else alone. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|