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)

92GreenGT 03-01-2005 03:24 AM

Is there a way to make the times show up where the side where there name is when they post? Like Under the POST section on the left when the users post? THanks

EvilLS1 03-01-2005 03:28 AM

Quote:

Originally Posted by 92GreenGT
Is there a way to make the times show up where the side where there name is when they post? Like Under the POST section on the left when the users post? THanks

Yep. Check this post:
https://vborg.vbsupport.ru/showpost....&postcount=239

You can make it show any of the timeslip fields by changing the ID in $post[fieldXX] ..

92GreenGT 03-02-2005 04:56 PM

I added that to my postbit template under:

<div>
$vbphrase[posts]: $post[posts]
</div>

And its not showing anything. What did I do wrong, lol. Thanks

EvilLS1 03-02-2005 08:05 PM

Quote:

Originally Posted by 92GreenGT
I added that to my postbit template under:

<div>
$vbphrase[posts]: $post[posts]
</div>

And its not showing anything. What did I do wrong, lol. Thanks

Which postbit template does your site use? If you use the postbit like the one here at vb.org you'll need to add the code to your postbit_legacy template.

Also, it will only show up for those who have entered something in the 1/4 mile et field.

92GreenGT 03-02-2005 08:24 PM

Thats what I figured I was going to try it but I didnt. Thanks bro, I will let you know if it works out. The Timeslip mod is working out great though, thanks again.

92GreenGT 03-02-2005 08:36 PM

It works my friend. Thanks, Is it possible to change the color of the text?

EvilLS1 03-02-2005 09:38 PM

N/P. And yeah you can change the color to whatever you want with font tags. Check this link for examples:
http://www.tizag.com/htmlT/font.php

92GreenGT 03-02-2005 09:42 PM

I should have know that also, thanks man. I got it in red like I wanted easy, thanks again.*Hits Install button thousand of times* :devious:

jadel 03-07-2005 03:59 AM

Quote:

Originally Posted by 92GreenGT
I should have know that also, thanks man. I got it in red like I wanted easy, thanks again.*Hits Install button thousand of times* :devious:

I am running 3.07 and the only hack I have installed is vBgarage. In the image.php file I cannot locate the following text:

if ($_GET['type'] == 'profile')

and

if ($_REQUEST['type'] == 'profile')
{
$data = 'profilepicdata';
$table = 'customprofilepic';
// No permissions to see profile pics
if (!$vboptions['profilepicenabled'] OR (!($permissions['genericpermissions'] & CANSEEPROFILEPIC) AND $bbuserinfo['userid'] != $userid))
{
header('Content-type: image/gif');
readfile("./$vboptions[cleargifurl]");
exit;
}
}
else
{
$data = 'avatardata';
$table = 'customavatar';


Thanks in advance for your help.

EvilLS1 03-07-2005 04:23 AM

jadel,
I just checked the vb 3.0.7 image.php and the code is there. Make sure you're looking in forums/image.php and not forums/admincp/image.php.


All times are GMT. The time now is 12:17 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.03415 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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