Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
First post on every page of thread. Details »»
First post on every page of thread.
Version: 1.0.1, by vBintense vBintense is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 08-04-2005 Last Update: 08-08-2005 Installs: 351
DB Changes Uses Plugins
 
No support by the author.

I had a use for it, so I thought I would share it.

Requires no file edits (Thanks Kirby!).
Adds no quarys when viewing threads

This is something like here on vbulletin.org , it allows you to select forums where the first post of the thread is shown thru out the thread.

It uses stock template looks now , if someone wishes to make a template and share it feel free.

I will offer support as I can.

Ps. If you install this hack please click the install :nervous:

Templates for first post:
https://vborg.vbsupport.ru/showpost....&postcount=124
https://vborg.vbsupport.ru/showpost....&postcount=161

Show Your Support

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

Comments
  #162  
Old 11-12-2005, 05:02 PM
Moya's Avatar
Moya Moya is offline
 
Join Date: May 2004
Posts: 356
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the template and the icon on the left. Just copy and paste the text into the firstpost template and upload firstpost.gif to images directory
Reply With Quote
  #163  
Old 11-13-2005, 07:10 PM
Madmax4321 Madmax4321 is offline
 
Join Date: May 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice work on the hack

how hard would it be to pull other info into the postbit from a custom table im asking because would like to make something similar to the hack system here as the system i made for 3.0.7 doesnt work in the same way with the new code.

Thanx.
Reply With Quote
  #164  
Old 11-13-2005, 07:55 PM
vBintense's Avatar
vBintense vBintense is offline
 
Join Date: May 2005
Location: Omnipresent
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would have to see the table to answer how to.
Quote:
Originally Posted by Madmax4321
how hard would it be to pull other info into the postbit from a custom table im asking because would like to make something similar to the hack system here as the system i made for 3.0.7 doesnt work in the same way with the new code.
Reply With Quote
  #165  
Old 11-13-2005, 09:31 PM
Madmax4321 Madmax4321 is offline
 
Join Date: May 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is my table structure if its any help.

Code:
CREATE TABLE `hacks` (
  `hackid` int(10) NOT NULL auto_increment,
  `threadid` int(10) unsigned NOT NULL default '0',
  `firstpostid` int(10) unsigned NOT NULL default '0',
  `forumsid` int(10) NOT NULL default '0',
  `userid` int(10) NOT NULL default '0',
  `username` varchar(50) NOT NULL default '',
  `dateline` int(10) NOT NULL default '0',
  `catid` int(4) NOT NULL default '0',
  `version_vb` varchar(10) NOT NULL default '',
  `version_hack` varchar(10) NOT NULL default '',
  `title` varchar(100) NOT NULL default '',
  `description` mediumtext NOT NULL,
  `installation` varchar(4) NOT NULL default '',
  `queries` varchar(4) NOT NULL default '',
  `templates_news` varchar(4) NOT NULL default '',
  `templates_mod` varchar(4) NOT NULL default '',
  `files_add` varchar(4) NOT NULL default '',
  `files_mod` varchar(4) NOT NULL default '',
  `phrases` varchar(4) NOT NULL default '',
  `attachmentid` varchar(50) NOT NULL default '',
  `nb_install` int(10) NOT NULL default '0',
  `postuser` varchar(250) NOT NULL default '',
  `postuserid` int(10) NOT NULL default '0',
  `version` varchar(10) NOT NULL default '',
  `installer` varchar(4) NOT NULL default '',
  `installs` int(5) NOT NULL default '0',
  `updated` int(10) NOT NULL default '0',
  `addonid` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`hackid`)
) TYPE=MyISAM;
Reply With Quote
  #166  
Old 11-16-2005, 02:44 PM
revlisoft revlisoft is offline
 
Join Date: Aug 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andreas.. how do I get the original so that it is by default show first post on all forums and then disable each one later on?
Reply With Quote
  #167  
Old 11-16-2005, 03:05 PM
vBintense's Avatar
vBintense vBintense is offline
 
Join Date: May 2005
Location: Omnipresent
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by revlisoft
Andreas.. how do I get the original so that it is by default show first post on all forums and then disable each one later on?
Admincp>
Maintenance>
Execute SQL Query>
Code:
UPDATE forum SET showfirstpost = 1
You may have to add your preffix if you use one.
Reply With Quote
  #168  
Old 11-25-2005, 05:15 AM
nubian nubian is offline
 
Join Date: Nov 2004
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this work for 3.5.1?
Reply With Quote
  #169  
Old 11-25-2005, 05:03 PM
vau7 vau7 is offline
 
Join Date: Mar 2004
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes, it does. I am running it on 3.5.1
Reply With Quote
  #170  
Old 11-25-2005, 05:24 PM
Pvtiste Pvtiste is offline
 
Join Date: Nov 2005
Location: Toronto
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it's really good, I was looking for it
Thx for the sharing!
Reply With Quote
  #171  
Old 11-25-2005, 05:52 PM
nubian nubian is offline
 
Join Date: Nov 2004
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

............................
Reply With Quote
Reply

Thread Tools

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 08:59 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.04614 seconds
  • Memory Usage 2,307KB
  • Queries Executed 27 (?)
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_code
  • (2)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
  • (2)pagenav_pagelinkrel
  • (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_postinfo_query
  • fetch_postinfo
  • 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