vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vbRides ? Garage (https://vborg.vbsupport.ru/showthread.php?t=313438)

Action-N 04-09-2015 03:16 AM

1 Attachment(s)
Thanks to Keyser Soze for his contributions, they where pretty easy to implement.

I didn't remember where I left off or what I was working on so this update was to mainly add what Keyser had posted. Yes I have been preoccupied lately with other things, but had hoped the product was left in a usable state. Got a few quarantine emails from vb.org an none where for this mod so figured it's all good. We'll see if I can't catch a second wind on this project now.

As for an importer for VB Pro Garage I posted one back in post 66 for someone to test before adding it to the official downloads. Will post it again here, if it works then let me know. Since I don't intend to add all the extra stuff that was in their product the only thing that is getting imported was the timeslip data. The photo's are copied to vbrides folder so not to risk data loss in case of an error. Once you have successfully transfers garages then you would need to manually delete the photos from their garage.

PaulProe, if your admin then check the usergroup settings to see if you have "Can Moderate New Rides
If enabled, the member of this usergroup can approve new rides waiting for approval." checked yes. I'm thinking admins already got permission to moderate an their posts bypassed moderation. The menu options for moderating are on the rides page in the header, you'll see a moderation link there or your usercp sideblocks if you have permissions.

SPEEDKILLZ 07-04-2015 03:52 PM

1 Attachment(s)
Anyone had an issue with the blockheads and text on the rides page? Also i have two description boxes?

Action-N 07-05-2015 05:56 PM

Hey SPEEDKILLZ, I went to your site an use a css tag inspector an was able to track down what tag is causing the jumbled header.

Code:

#sidebar_container .blocksubhead span.blocktitle {
    width: auto;
    display: block;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    padding-left: 3px;
}

When I turn off the "float: left;" tag it goes to a normal layout as intended. So we need to figure out how to cancel that tag for vbride pages. Try adding the following to the vbrides.css template. Doesn't matter where, but I do have a sidebar_container tag already in there if you want to keep it together.

Code:

#sidebar_container .blocksubhead span.blocktitle {
float: none;
}

The two description boxes you mentioned are on the rides page? If so the small Short Summary box is what is used on the listing description. The other one is for a whatever else about the car.

SPEEDKILLZ 07-05-2015 09:36 PM

Quote:

Originally Posted by Action-N (Post 2549432)
Hey SPEEDKILLZ, I went to your site an use a css tag inspector an was able to track down what tag is causing the jumbled header.

Code:

#sidebar_container .blocksubhead span.blocktitle {
    width: auto;
    display: block;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    padding-left: 3px;
}

When I turn off the "float: left;" tag it goes to a normal layout as intended. So we need to figure out how to cancel that tag for vbride pages. Try adding the following to the vbrides.css template. Doesn't matter where, but I do have a sidebar_container tag already in there if you want to keep it together.

Code:

#sidebar_container .blocksubhead span.blocktitle {
float: none;
}

The two description boxes you mentioned are on the rides page? If so the small Short Summary box is what is used on the listing description. The other one is for a whatever else about the car.


Great man that seemed to fix the header issue. Both boxed have to have something in them to submit a ride though? Also if you dont add enough characters in the small box it turns solid black (the box turns black) after trying to submit.

Action-N 07-05-2015 11:16 PM

Yeah it does need both for now, kinda encourages people to fill it out since the whole point of them adding a page is to show their car.

The description block turning black is a highlight feature to show what section you need to fix. I noticed on your calendar widget the current date is blacked out as well. So that is gonna be in your skin settings to fix for the whole site.

SPEEDKILLZ 07-06-2015 07:28 PM

Great thank you. I will try to figure out where that is or if it is a stylevar

Action-N 07-07-2015 12:16 AM

It's the "general_hilite_color" under Common group

SPEEDKILLZ 07-07-2015 12:43 AM

Great man thank you. Glad to see you offer great support for a great mod.

RSprinkel 08-23-2015 07:20 PM

Hello,

Awesome mod and very easy to configure and stuff, however I have ran into one slight issue. I am using this for a Motorcycle forum which is not up and running at this time and when I go to add additional images when adding a ride, it is asking me to select a photo category from the drop down box (chassis, engine, body and interior), I really prefer not to use a category or just rename the categoires for photos if at all possible.

I have searched the settings and stuff and cannot find anything on those categories. Would it be possible to point me in the right direction for either of the methods.

Thank you for your time and understanding and again GREAT MOD.

Dragonsys 09-24-2015 12:24 AM

Quote:

Originally Posted by RSprinkel (Post 2553490)
I have searched the settings and stuff and cannot find anything on those categories. Would it be possible to point me in the right direction for either of the methods.

They appear to be hardcoded in the script. look in /vbrides_usercp.php and find:
Code:

$photo_types = ('chassis, engine, body, interior');
It is in there 2 times (line #178 & #294)


All times are GMT. The time now is 03:24 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
  • Page Generation 0.01481 seconds
  • Memory Usage 1,744KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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