vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   iTrader Extension [Mainpage, Search, AND MORE] (https://vborg.vbsupport.ru/showthread.php?t=108065)

derfelix 03-20-2006 07:33 AM

just to get clear which date u are talking about...
in my version all join dates are correct.. except for my own.. in the top right of the hack.. (just above the links to my profile and my real profile)
(in the userlist below its correct)

- I am going to remove that anyway.. because ist a waste of space to tell the user when he joined himself... he knows that.. the interesting part.. when other users joined.. works fine for me !

Felix

Gio~Logist 03-20-2006 09:06 AM

Quote:

Originally Posted by zendiver
Gio, also, do you have any idea why the Join Date is wrong: 12-31-69
shows for Browse All Members, Find a Customer, and Find a Seller?

If I change:
Code:

$searcher_date['datejoined'] = vbdate($vbulletin->options['dateformat'], $bbuserinfo['joindate']);
TO
Code:

$searcher_date['datejoined'] = vbdate($vbulletin->options['dateformat'], $userinfo['joindate']);
in all three places, then Find a Customer and Find a Seller displays the correct dates 10-04-04 (the day that I started the board), however, in Browse All Members, it still displays 12-31-69.

Will look into this.

GSX-Racing 03-23-2006 03:24 AM

What are my options if my NAVBAR template doesn't have this code...

Code:

<td class="vbmenu_control"><a href="calendar.phtml$session[sessionurl_q]">$vbphrase[calendar]</a></td>

hotwheels 03-23-2006 04:54 AM

It should be there, it is standard with vbulletin...........but you can put it where ever you would like in the navbar template...
Quote:

<td class="vbmenu_control"><a href="usercp.phtml$session[sessionurl_q]">$vbphrase[usercp]</a></td>

GSX-Racing 03-23-2006 05:03 AM

Quote:

Originally Posted by hotwheels
It should be there, it is standard with vbulletin...........but you can put it where ever you would like in the navbar template...

I have a custom skin installed though. You can see my forum at

http://www.groundpilots.com/vb

GSX-Racing 03-23-2006 05:07 AM

The second edit is in the header template. Could I send someone my header and navbar template to look at?

GSX-Racing 03-23-2006 05:21 AM

I think I got it, had to put one code in the navbar, and the other in the header.

Gio~Logist 03-23-2006 10:13 AM

Quote:

Originally Posted by GSX-Racing
I think I got it, had to put one code in the navbar, and the other in the header.

Ah i see. Glad you got it to work.

GSX-Racing 03-25-2006 01:39 AM

I recently installed this, and have created a button instead of the text for the forum menu. However, I can't seem to get rid of the little arrow.

By clicking the button, the popup menu exists, but the little arrow is causing the table to look weird

Can anyone help me with getting rid of it.

You can see it in the screen shot.

Gio~Logist 03-25-2006 03:55 PM

Search for:
Code:

<script type="text/javascript"> vbmenu_register("itrader_ext");</script>
Replace it with:
Code:

<script type="text/javascript"> vbmenu_register("itrader_ext", 1);</script>


All times are GMT. The time now is 04:07 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.01131 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)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