vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBGarage v3.1.1 (now with GD-Lib support!) (https://vborg.vbsupport.ru/showthread.php?t=63681)

orbitx92 11-19-2004 04:30 PM

whoops... sorry. I figured my problem out..


I have one other question, in Vbgarage, a user just has one input box to list thier modifications.. how would i go about making multiple input boxes for the users to input information into.

IE:

Year: [INPUT BOX]
Make: [INPUT BOX]
Model: [INPUT BOX]

Engine: [INPUT BOX]
Exterior: [INPUT BOX]
Interior: [INPUT BOX]
Wheels/Suspension [INPUT BOX]
Audio/Electronics [INPUT BOX]

Etc. Etc.

That would be on the edit page. On the display page where users will look at other users garage's, they would see the catagorized inputs.

Its prob. a simple edit in the templates, but i want to make sure before i go and attempt it.

Also, how would i go about making a link on the main gallery for a user to go edit his/her own garage? Some users aren't going to be able to grasp the fact that they need to go into their UserCP to do it.

Thanks to anyone who helps in advance!

and again, sorry for posting full Vbuliten files, my bad, i didn't know. wont happen again! :)

orbitx92 11-19-2004 04:34 PM

actually... just looking at Action N's garage, i noticed he did somewhat of what i was looking for..

http://www.action-forums.com/forum/v...&userid=1&id=1

djnth 11-19-2004 08:27 PM

Action-N: I think that you should go with the default "NO PHOTO" image rather than requiring a photo to be uploaded.

Also, I really think you should start a new thread when you release the new version and make it ver 4.0 that way you can edit the first thread as needed and just provide a link to the old thread in the first thread. There really are so many new features that this deserves to be vBGarage v4.0. Really what more can you add to warrant a ver 4.0?

Great work!! Everything looks great on your site!!

_djnth

Jason McConnell 11-19-2004 08:53 PM

Quote:

Originally Posted by djnth
Action-N: I think that you should go with the default "NO PHOTO" image rather than requiring a photo to be uploaded.

Also, I really think you should start a new thread when you release the new version and make it ver 4.0 that way you can edit the first thread as needed and just provide a link to the old thread in the first thread.

Agreed!! Some sort of tutorial on how to modify this hack for a n00b like myself would be great too... such as vBModdedPC's :D

Yuneek 11-21-2004 05:11 AM

Alright, this is what I have...

PHP Code:

// field names for general permissions
 
$_BITFIELD['usergroup']['genericpermissions'] = array(
    
'canviewmembers'           => 1,
    
'canmodifyprofile'         => 2,
    
'caninvisible'             => 4,
    
'canviewothersusernotes'   => 8,
    
'canmanageownusernotes'    => 16,
    
'canseehidden'             => 32,
    
'canbeusernoted'           => 64,
    
'canprofilepic'            => 128,
    
'canseeraters'             => 256,
    
'canuseavatar'             => 512,
    
'canusesignature'          => 1024,
    
'canusecustomtitle'        => 2048,
    
'canseeprofilepic'         => 4096,
    
'canviewownusernotes'       => 8192,
    
'canmanageothersusernotes' => 16384,
    
'canpostownusernotes'      => 32768,
    
'canpostothersusernotes'   => 65536,
    
'caneditownusernotes'      => 131072,
// START VBGARAGE HACK
    
'canvbgarage'              => 262144
// END VBGARAGE HACK
);

    
// Reputation

    
'canseeownrep'             => 256,
    
'canuserep'                => 524288,
    
'canhiderep'               => 1048576,
    
'cannegativerep'           => 2097152,
    
'canseeothersrep'          => 4194304,
    
'canhaverepleft'           => 8388608,
); 

And I'm getting this error: Parse error: parse error, unexpected T_DOUBLE_ARROW in /home/yuneek/public_html/forum/includes/init.php on line 727

This is line 727:

PHP Code:

    'canseeownrep'             => 256

What do I do?

Action-N 11-21-2004 06:57 AM

Yuneek, the problem is with the reputation part. Looks to me like it's missing the top part of its code. I don't have this in my 3.0.0 board so it must be a newer version or an extra mod. What you'll need is to find a backup of init.php an look for the missing code above 'canseeownrep' => 256, . I always keep an extacted folder of vbulletion just for this reason. Good luck, at least you know where the problem is.

Number9 11-21-2004 07:01 AM

magnus,

GD Lib is now installed on the server. Thumbnails are enabled and the GD version was selected in the server options.

What else can I do to get the thumbnails to show?

Action-N 11-21-2004 07:07 AM

Quote:

Originally Posted by Number9
magnus,

GD Lib is now installed on the server. Thumbnails are enabled and the GD version was selected in the server options.

What else can I do to get the thumbnails to show?

Have you uploaded a new picture since doing so?

welo 11-21-2004 07:22 AM

Quote:

Originally Posted by Action-N
Yuneek, the problem is with the reputation part. Looks to me like it's missing the top part of its code. I don't have this in my 3.0.0 board so it must be a newer version or an extra mod. What you'll need is to find a backup of init.php an look for the missing code above 'canseeownrep' => 256, . I always keep an extacted folder of vbulletion just for this reason. Good luck, at least you know where the problem is.

Umm... I'm betting this is because the installer created no canvbgarage table. I installed this on a 3.0.3 board a month or two ago for someone and that's what happened anyway (noted here 09 Aug).

Yuneek 11-21-2004 07:45 AM

Quote:

Originally Posted by Action-N
Yuneek, the problem is with the reputation part. Looks to me like it's missing the top part of its code. I don't have this in my 3.0.0 board so it must be a newer version or an extra mod. What you'll need is to find a backup of init.php an look for the missing code above 'canseeownrep' => 256, . I always keep an extacted folder of vbulletion just for this reason. Good luck, at least you know where the problem is.

I checked a default version of vB and it matches. It is not missing anything above that. I am speaking of 3.0.3


All times are GMT. The time now is 06:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05126 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete