Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Additional front page options - post new thread + subscribe to this forum links Details »»
Additional front page options - post new thread + subscribe to this forum links
Version: , by AndyTSJ AndyTSJ is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-03-2002 Last Update: Never Installs: 0
 
No support by the author.

Additional front page options 2.2.x - v1
Let me make this clear - I saw this hack on a set of forums, thought it looked nice, and created it myself for my boards. The idea is the property of that site since I didn't think of the idea myself. However, I made the changes to the code myself. I am not sure if this has been documented before as a hack on this site - if it has then feel free to ignore or delete this file.

(c) 2002 Andy P
################################################## ###################################
VERSION 2.x INSTALLALLATION (probably works for earlier versions too)
################################################## ###################################

AS WITH ANY HACK, BACKUP YOUR FILES BEFORE MAKING ANY CHANGES

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

### HACK OVERVIEW

This 'hack' adds "Post a new thread in this topic" and "Subscribe to this forum" icon links to the forum homepage.



### INSTALLATION OVERVIEW

-upload two graphics files to your images folder
-edit one template 'forumhome_forumbit_level2_post'



### DETAILED INSTRUCTIONS

###
1 // Upload newthread2.gif and subscribe2.gif into your images folder


###
2 // Inside the 'forumhome_forumbit_level2_post' template

Find :

PHP Code:
<td bgcolor="#13486D" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
    <
br><smallfont>$forum[description]</smallfont
Add underneath that :

PHP Code:
<a href="newthread.php?s=&forumid=$forum[forumid]"><img src="images/newthread2.gif" border="0" alt="Create a new topic in $forum[title]"></a> <a href="member2.php?s=&action=addsubscription&forumid=$forum[forumid]"><img src="images/subscribe2.gif" border="0" alt="Subscribe to the $forum[title] forum"></a
### FINISHED !

Download Now

File Type: (21.3 KB, 273 views)

Show Your Support

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

Comments
  #12  
Old 03-11-2002, 10:22 AM
ariaforums ariaforums is offline
 
Join Date: Nov 2001
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats cool and it works a treat, just one question tho, how did you add [ x Threads since your last visit ] ?

ta in advance
Reply With Quote
  #13  
Old 03-26-2002, 04:51 PM
dawl dawl is offline
 
Join Date: Jan 2002
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting the start new thread even on my categories that aren't open for new posts. Any suggestions ? Removing the modification until I can figure out why i'ts doing that :-(
Reply With Quote
  #14  
Old 03-26-2002, 07:50 PM
Inzagi Inzagi is offline
 
Join Date: Nov 2001
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi andy,
great template modification, but I also would like to know this:
Quote:
how did you add [ x Threads since your last visit ] ?
Is it a template mod as well or is a hack needed ?

And I also would like to know wheater you could use this on orher templates like forumdisplay, to have this option in subforums as well!?
Reply With Quote
  #15  
Old 03-27-2002, 02:23 AM
Mathiau's Avatar
Mathiau Mathiau is offline
 
Join Date: Jan 2002
Location: Costa Rica and toronto
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thnx m8, put it in works great, just movied mine so it is beside the forum title, above the description.

how did u get..

0 threads since your last visit

in there as well?
Reply With Quote
  #16  
Old 03-29-2002, 07:38 AM
ExcErr's Avatar
ExcErr ExcErr is offline
 
Join Date: Feb 2002
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please!!!
Gimme the code of "Threads since your last visit" part if it possible!!! I`m looking it a long time already.
Reply With Quote
  #17  
Old 04-03-2002, 01:10 AM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by ExcErr
Please!!!
Gimme the code of "Threads since your last visit" part if it possible!!! I`m looking it a long time already.
me too
Reply With Quote
  #18  
Old 04-03-2002, 04:57 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A hack called "Since your last visit".
Reply With Quote
  #19  
Old 04-04-2002, 02:19 AM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
A hack called "Since your last visit".
but that dosent show under the thread name
Reply With Quote
  #20  
Old 04-04-2002, 06:38 AM
Mathiau's Avatar
Mathiau Mathiau is offline
 
Join Date: Jan 2002
Location: Costa Rica and toronto
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
A hack called "Since your last visit".
okay, i can see how u could use that hack and put it in that template, but how exactly do u specify it for only that thread? as isn't the 'since your last post' do an 'overall' count of all threads, not just specific threads?
Reply With Quote
  #21  
Old 04-13-2002, 03:08 PM
Inzagi Inzagi is offline
 
Join Date: Nov 2001
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump please
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 02:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04989 seconds
  • Memory Usage 2,338KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_php
  • (4)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
  • (3)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
  • (1)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete