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)

I.G.O.T.A. 09-11-2014 10:28 PM

One more thing. When a post is first made in the forum there is a small image that is broke. Any idea what it should be?

Action-N 09-11-2014 10:53 PM

Quote:

Originally Posted by IGOTASTi (Post 2514717)
Why do you have a forum to post the ride in? Do you need the forum post?

Why is there posting new rides in a forum? Can use it in a member introduction type forum as a notice to members of the new activity. It's not necessary at all especially if forum home block is showing new rides. To disable it you just wouldn't pick any forum, no other on off option.

I found your website an looked at the post, did you already edit the post to take out the bad image? Was curious to what it was pointing to.

Also there was a error in functions_facebook.php when viewing sub categories that I'm looking at right now... It's looking for a function from function_vbride.php that isn't being called for some reason. For now you should go to Plugin Manager, scroll to Product : vbRides an turn off 'Open Graph Description / Title Override' or update with the following code.

Code:

if (THIS_SCRIPT == 'rides' && $_REQUEST['do'] == 'main') //For Main Page
{
        $og_array['og:description'] = $vbulletin->options['vbrides_og_description'];
        $og_array['og:image'] = $vbulletin->options['bburl'].$vbulletin->options['vbrides_og_image'];
        $og_array['og:url'] = $vbulletin->options['bburl'].'/vbrides.php';
}


I.G.O.T.A. 09-12-2014 10:06 AM

Thanks for the heads up. I turned off the Open Graph Description. Any idea what is going on there with that issue?

I also took the image out. It was putting it into some type of chart. The error was showing on Tapatalk and not the forum. It was doing a table of some type.

Also people are having issues creating a garage. Their getting this error below.

"Small description too long/too short. Give specific character range."

One more thing. How do you get the program to work on the home page as a widget? Not working on my end.

Action-N 09-12-2014 12:29 PM

I don't know about why that function is not found, the other sites work the way it was. Anyway I took that function out, was using it to take off a backslash from the home an forum url. But the settings for those specifically tells admins no backslash in the description so I shouldn't have to check for it.

Ok yes I used a table bb code to format the text an image in the post. I don't have Tapatalk an never even thought about it. Guess I'll have to check that out this weekend.

There is settings in the admincp for setting a minimum an maximum characters for the small description field. I put those in because that description is used in the listing throughout the mod so it needs something an one word entries looked bad. So give them more or less in the settings. I'll update the help text under the input to specify a min an max characters will be needed.

The widget is there an would just need to be added to a layout used on your front page.

I.G.O.T.A. 09-12-2014 09:45 PM

Got all them fixed. Thank you.

The next question is having a small color issue with some small items. That in your css?

Action-N 09-12-2014 11:34 PM

There are a few colors still set in css, the others are style variables. What's not in there uses the themes colors. If the issue your referring too was the number portion of the rating bar the fonts in css an background in style variables. On the three themes of yours it's the same on two an the black background one has the issue. I should add a style variable for the whole rating to make it easier.

I see that Tapatalk was third party so probably not gonna be able to set a conditional for new ride posts. Gonna have to find a different way to format the post apparently.

...Oh an you can set a background image for the intro text in style variables too, thought that would be cool option.

I.G.O.T.A. 09-13-2014 09:56 PM

Yes I was referring to that, lol.

Tapatalk is 3rd party, but used by lots of forums.

What do you mean about the background image?

Action-N 09-14-2014 12:44 AM

Ok IGOTASTi, I've been working on the new issues an manage to take care of most of them. So far I think the permissions for admins edit icon an report ride icon permissions. Thought I had them once, but on your site unregistered could still see the report icon. Confirmed on my site so need to mess with that again. Another thing is the image count for stats doesn't look to work right.

I.G.O.T.A. 09-14-2014 11:13 PM

Glad I could help. Really nice program once everything gets worked out.

Would love to help you promote it. ;)

Action-N 09-14-2014 11:23 PM

I think the update is ready to go. Got distracted making a video presentation for install an setup. Was just coming on to get the files updated. :)

Yeah about getting everything gets worked out, this is a brand new add-on not converted from older vbulletin versions. So considering that an this was my first add-on built out of necessity it's doing pretty good.

In regards to help promoting I wanted to make sure it's bugs are worked out an I have an importer for vbgarage before I focused on promotion. But to help get the word leaving the vbRides copyright active so anyone seeing the add-on knows where to get it. It only shows on the rides pages an not the whole website.


All times are GMT. The time now is 08:25 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.01287 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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