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)
-   -   vB Timeslip Database -for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=60945)

PranK 11-11-2004 10:57 PM

Hey Dewayne,

Checked all and its all there with correct spelling, I changed all the field numbers to correspond with mine. Any other thoughts?

Christian

EvilLS1 11-11-2004 11:14 PM

Do you get a completely blank (white) page or does the header and footer show up but not the timeslip input fields?

PranK 11-11-2004 11:19 PM

completely blank... if i view source, all i get is this;
Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY></HTML>


EvilLS1 11-11-2004 11:36 PM

About the only thing I can think of that would cause a blank page is either a missing or misspelled template, or missing a file edit somewhere. I'm at work right now and can't do much from here, but when I get home tonight (12pm est) I can take a look at it if you want. Just email or PM me at 12pm. In the mean time, double check those file edits and make sure that nothing was missed. If you have more than one style make sure the template was added to all of them.

PranK 11-11-2004 11:44 PM

ok cool - thanks mate, i appreciate it.

EvilLS1 11-12-2004 03:56 AM

Christian,
I just logged in to your forum and I noticed that you also get blank pages when you try to edit your signature, profile, options, email, avatar, and just about everything else thats called from profile.php. This leads me to believe that something else is causing it.
First, make sure you uploaded profile.php in ASCII mode. If it still doesn't work try uploading a fresh unhacked profile.php and see if you still get blank pages when editing signatures or options in the usercp.

If it still gives blank pages (with the unhacked profile.php) try some of the suggestions in this thread:
http://www.vbulletin.com/forum/showt...threadid=51808

PranK 11-12-2004 07:43 AM

oh man, i cant believe how dumb i am, i didn't even check the other links... thanks Dewayne, I'll give it a go.

icedewd 11-28-2004 04:50 PM

I just installed this mod and i must say that i love it!!!! Could you add a link to

http://www.turborides.com/forums/timeslips.php

I am using vbportal as the main site and i was wondering if you know of a way to incorporate say the top 10 on the main portal page? Do you have a page that will just pull the top 10 from the database?

I would love to have this on the main page!!!

This Rocks!!!

Mike
Www.TurboRides.Com

EvilLS1 11-28-2004 10:15 PM

Mike,
Glad you like it. We have add-ons to display the top 5 times on vbindex, vbadvanced, and vbadvanced cmps. I have no way to test it on vbportal as I don't use it, but if you have basic knowledge of php it should be really easy to make it work with vbportal by using the code from one of the other portal add-ons. You'd just have to experiment a little. To make it show the top 10 instead of 5 just change the LIMIT 5 in the query to LIMIT 10.

Added your link btw.

Dewayne

Silver_2000_)! 12-02-2004 12:28 PM

Quote:

Originally Posted by EvilLS1
In admincp/usergroup.php find:
Code:

        print_yes_no_row($vbphrase['can_view_others_profile_pictures'], 'usergroup[canseeprofilepic]', $ug_bitfield['canseeprofilepic']);
Below it add:
Code:

                print_yes_no_row($vbphrase['can_edit_vehicle_profile'], 'usergroup[cantimeslip]', $ug_bitfield['cantimeslip']);
In includes/init.php find:
Code:

        'caneditownusernotes'      => 131072
Replace it with:
Code:

        'caneditownusernotes'      => 131072,
        'cantimeslip'              => 262144

In profile.php find:
Code:

if ($_REQUEST['do'] == 'edittimeslip')
{

Below it add:
Code:

if (!($permissions['genericpermissions'] & CANTIMESLIP))
{
        print_no_permission();
}

Then just set the permission for each usergroup.

The edit vehicle profiole and view custom threads options are linked - it is NOT possible to set edit to NO and voew to yes....

Any ideas ??


All times are GMT. The time now is 09:13 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.01616 seconds
  • Memory Usage 1,747KB
  • 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
  • (7)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
  • (2)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