![]() |
first off, i'd like to thank EvilLS1 for a great hack.. been looking for something that could organize timeslips easily.
i really want to get this working on my board... but i get the following errors: i get this when i try to view the Who's Online: Warning: main(.././global.php): failed to open stream: No such file or directory in /home/bandit/public_html/forum/online.php on line 7 i get these when i try to view a member's profile: Warning: main(.././global.php): failed to open stream: No such file or directory in /home/bandit/public_html/forum/member.php on line 1372 Warning: main(): Failed opening '.././global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bandit/public_html/forum/member.php on line 1372 Fatal error: Call to undefined function: getpermissions() in /home/bandit/public_html/forum/member.php on line 1374 i get these when i try to edit my vehicle proflie: Warning: main(.././global.php): failed to open stream: No such file or directory in /home/bandit/public_html/forum/member.php on line 607 Warning: main(): Failed opening '.././global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bandit/public_html/forum/member.php on line 607 Fatal error: Call to undefined function: show_nopermission() in /home/bandit/public_html/forum/member.php on line 611 any suggestions? seems like there's something wrong with .././global.php but i'm not sure, i'm pretty new at all of this. thanks for your help, -jeff |
Quote:
|
Quote:
2.3.0 with a good list of hacks installed. |
nevermind.. i fixed it
|
hey evil,
is there any way you could add a feature to show the dyno chart to prove the WHP, and make it like the 1/4 mile thing so that it would require a dyno chart for WHP over a certain amount? just wondering cause i think this might be a problem on my board in a while and it might become hard to moderate what's real and what's fake without a dyno chart. thanks, -jeff |
Bandit,
Go into your admin panel and add the new profile field for the dynosheet link. Then hold your mouse over the "edit" link for the new field and make a note of the field ID # (at the end of the URL). Then open timeslips.php and find: Code:
} else if ($action=="username") { Code:
} else if ($action=="graph") { Still in timeslips.php find: Code:
$ride= $userinfo[field50]; Code:
if ($userinfo[fieldXX]!=""){ Now in your "timeslips" template find: Code:
<option value="$bburl/timeslips.php?s=$session[sessionhash]&action=username">Username</option> Code:
<option value="$bburl/timeslips.php?s=$session[sessionhash]&action=graph">Dyno Graph</option> Code:
<td bgcolor="{categorybackcolor}" colspan="9"><normalfont color="{categoryfontcolor}"><CENTER><b> Timeslip Database</b></CENTER></normalfont></td> Code:
<td bgcolor="{categorybackcolor}" colspan="10"><normalfont color="{categoryfontcolor}"><CENTER><b> Timeslip Database</b></CENTER></normalfont></td> Code:
<td bgcolor="{tableheadbgcolor}" align="center"><smallfont color="{tableheadtextcolor}">$bracket7<b>WHP</b>$bracket8</smallfont></td> Code:
<td bgcolor="{tableheadbgcolor}" align="center"><smallfont color="{tableheadtextcolor}">$bracketA<b>Graph</b>$bracketB</smallfont></td> Code:
<td bgcolor="{categorybackcolor}" colspan="9"> Code:
<td bgcolor="{categorybackcolor}" colspan="10"> In your "timeslipsbit" template find: Code:
<td bgcolor="{secondaltcolor}">$avghp$rwhp</td> Code:
<td bgcolor="{firstaltcolor}">$graph</td> Code:
(50,51,52,53,54,55,56,57,58,59,60,61,62,63) Code:
(50,51,52,53,54,55,56,57,58,59,60,61,62,63,XX) In your modifytimeslip template find: Code:
<script language="javascript"> Code:
<script language="javascript"> I haven't tested this but it should work if you make all of the changes. Dewayne |
holy crap! you're the man Dewayne!
didn't realize it would require so many changes... thanks for taking the time to do that for me! i'll probably make the changes a little later tonight, i'll let you know if it works. thanks again, -jeff |
works like a charm. :D
thanks a million! -jeff |
Wow, a hack thread with unnecessary drama, too! ;)
First off, let me say that I am just blown away by not only this hack, but the support that comes with it. This was probably the easiest hack I've ever installed, and will be a favorite at my site. That being said, I have one problem. The database page has nothing listed until someone makes an entry, so I entered my info, and submitted it, but it's not listed. I tried changing the Sort By, but it didn't matter, the page still has no one listed. What did I do wrong? http://www.ricehatersclub.com/vbulletin/timeslips.php http://www.ricehatersclub.com/vbulle...ails&userid=94 Thanks! ~Chris |
@ Jeff,
You're welcome. :) @ Chris, I think maybe you forgot to add the timeslipsbit template.. If not, check the spelling of that template name. timeslipsbit template: Code:
<tr align="center"> Dewayne |
All times are GMT. The time now is 01:40 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|