vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   First Post on every pages (https://vborg.vbsupport.ru/showthread.php?t=71224)

Blindchild02 12-21-2004 09:46 AM

sweet, that worked.
now how do i put the first post above the NEW REPLY button, and the page nav and the thread drop downs?

but it still has to look good, i added it above it, and it was all messed up lookin :p

phprus 12-22-2004 10:07 AM

Help me please to change this hack that it showed the Attachments files.

peterska2 12-22-2004 10:24 PM

It's not working here on my test site

[kicks self]

actually it is. I didn't find the First Post on every page option coz I was looking under the wrong menu :blush:

peterska2 12-22-2004 10:44 PM

It's good :)

Installed and clicked :D

Just one quick question. Will you be adding ACP support at any point or is this not something that you are considering at the moment?

Blindchild02 12-23-2004 02:56 AM

id still like my post to be addressed

"
Quote:

now how do i put the first post above the NEW REPLY button, and the page nav and the thread drop downs?

but it still has to look good, i added it above it, and it was all messed up lookin
"

Sebastian 12-23-2004 09:39 PM

what about the last post on every page? would seem more useful.

Moya 12-23-2004 09:44 PM

Quote:

Originally Posted by Sebastian
what about the last post on every page? would seem more useful.


Urghhh how is that proved useful?

Sebastian 12-28-2004 02:39 PM

well you can see what the last post was... just a reminder of what was last said on the previous page..

AnhTuanCool 12-29-2004 01:03 AM

@BlindChild02 - you do want to put the new first post on top of the POST REPLY button and the thread navigation right?
This might help:
Open template SHOWTHREAD, erase
Code:

<if condition="$pagenumber != 1">
<div id="firstpost">$postbits_firstpost</div>
</if>
<div id="posts">$postbits</div>

Find:
Code:

<!-- controls above postbits -->
Add ABOVE:
Code:

<if condition="$pagenumber != 1">
<div id="firstpost">$postbits_firstpost</div>
</if>
<div id="posts">$postbits</div>

Done

@peteska2 - I didn't get what you said, do you mean about the update part?

Takamine334 12-29-2004 02:08 AM

hi, excellent hack. Quick question. I read that attachments in the first post aren't supported. Is this still the case?

I'd definitely use it, but I'd need to let people have attachment access since I run a music site.


All times are GMT. The time now is 06:26 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.01164 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_code_printable
  • (2)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