Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Link Forum Hit Counters Details »»
Link Forum Hit Counters
Version: 1.00, by zajako zajako is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-08-2004 Last Update: 01-09-2004 Installs: 19
 
No support by the author.

This hack shows a counter for how many hits each link forum has. THis helps show how much traffic you have given that site.
If it is 0 it hides it so as not to make it look bad.


[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[Updates]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
********************added a file to work for RC 1 and 2********************

To view a demo: http://tfogame.com
enjoy !

heres an update made by Mone' for vb3 gold
https://vborg.vbsupport.ru/attachmen...chmentid=17686

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 10-20-2004, 07:34 AM
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline
 
Join Date: Mar 2004
Location: Alabama
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also how do I get rid of the Never thats above the Redirected links: ? and how can I remove the two colums to the right of that and make the redirection span 3 columns
Reply With Quote
  #53  
Old 10-20-2004, 04:31 PM
SamirDarji SamirDarji is offline
 
Join Date: Apr 2004
Posts: 645
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To make any link open in a new window, use target=windowName. I forgot exactly where you put it, but it is part of the <a href html tag.

I thought about doing the 3 column thing too, but I think it was more trouble than it was worth to do it. I justed looked into it and it requires more than just a template change, so I didn't try it.
Reply With Quote
  #54  
Old 10-20-2004, 05:00 PM
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline
 
Join Date: Mar 2004
Location: Alabama
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SamirDarji
To make any link open in a new window, use target=windowName. I forgot exactly where you put it, but it is part of the <a href html tag.

I thought about doing the 3 column thing too, but I think it was more trouble than it was worth to do it. I justed looked into it and it requires more than just a template change, so I didn't try it.
It looks like to me that the link is hard coded into forumdisplay.php (I dont see anywhere in the template fourmdisplay where it creates the link for the links only forum. I dont want my reg forums to open up in a new window just want the links one to
Reply With Quote
  #55  
Old 10-20-2004, 06:16 PM
SamirDarji SamirDarji is offline
 
Join Date: Apr 2004
Posts: 645
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BrentWilson
It looks like to me that the link is hard coded into forumdisplay.php (I dont see anywhere in the template fourmdisplay where it creates the link for the links only forum. I dont want my reg forums to open up in a new window just want the links one to
I actually just tried what I was thinking and it won't work. What I was thinking was to put code where it asks for the link url in the forum manager.

To be able to get links to open in a new window, you have to find where it builds the actual html link using the information from the forum itself. Then you could change that piece of code and make it
HTML Code:
<a href="http://www.huntsvillecarscene.com" target=new>
instead of
HTML Code:
<a href="http://www.huntsvillecarscene.com">
Reply With Quote
  #56  
Old 11-01-2004, 10:40 PM
vectra-a-x.de vectra-a-x.de is offline
 
Join Date: Apr 2004
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jluerken
Many thanks Mone'
This hack is working fine with gold and also with an installed SPONSOR Banner hack :-)

See here www.clanforums.com
Where can get/find this SPONSOR hack ?
Reply With Quote
  #57  
Old 11-09-2004, 08:34 AM
venomx's Avatar
venomx venomx is offline
 
Join Date: Apr 2002
Location: Pennsylvania USA
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any screen shots that show exactly what this hack does?
Reply With Quote
  #58  
Old 11-09-2004, 08:36 AM
venomx's Avatar
venomx venomx is offline
 
Join Date: Apr 2002
Location: Pennsylvania USA
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

NM I see now... hmmm
Reply With Quote
  #59  
Old 11-24-2004, 01:01 AM
Code Monkey's Avatar
Code Monkey Code Monkey is offline
 
Join Date: May 2004
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice. Installed.
Reply With Quote
  #60  
Old 01-03-2005, 11:15 PM
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline
 
Join Date: Mar 2004
Location: Alabama
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesnt work with 3.0.4

Can't find

Code:
######################################
########## forumdisplay.php ##########
######################################

look for:

######################################
######################################

// check if this forum is a link to an outside site
if (trim($foruminfo['link']))
{
	exec_header_redirect($foruminfo['link']);
}

######################################
######################################

Replace with:

######################################
######################################

// check if this forum is a link to an outside site
if (trim($foruminfo['link']))
{
	$DB_site->query("Update " . TABLE_PREFIX . "forum Set linkhits=linkhits+1 Where forumid='$foruminfo[forumid]'");
	exec_header_redirect($foruminfo['link']);
}
Reply With Quote
  #61  
Old 01-03-2005, 11:24 PM
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline
 
Join Date: Mar 2004
Location: Alabama
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://www.vbulletin.com/forum/bugs....iew&bugid=3360

It has been moved from forumdisplay.php to global.php

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:39 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.04486 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete