vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How do I show (https://vborg.vbsupport.ru/showthread.php?t=119625)

nedo_a 06-25-2006 05:42 PM

Quote:

Originally Posted by Danny.VBT
Okay that's good. What else do you want to do? It's hard to notice specifically with just the screen shot.

same thing but for threads, and member ID

Guest190829 06-25-2006 05:59 PM

For threads, that will involve more than a template modification. I'm not sure if there is a hack available that adds that functionality.

For Member Id:

Add the following to your postbit_legacy template:

HTML Code:

$vbphrase[postbit_memberid]: <a href="member.php?$session[sessionurl]u=$post[userid]"> $post[userid] </a>
Then you add a phrase via the phrase manager called postbit_memberid with whatever text you want. Ex: "User Id"

GaryP 06-25-2006 06:02 PM

HTML Code:

<a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&userid=$post[userid]"> [high]existing thread code goes here[/high]</a>
should work for threads

Guest190829 06-25-2006 06:04 PM

Quote:

Originally Posted by GaryP
HTML Code:

<a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&userid=$post[userid]"> [high]existing thread code goes here[/high]</a>
should work for threads

Yeah, getting the thread count is what would require more than a template modification though.

slappy 06-25-2006 06:05 PM

There is a hack discussed and available here which uses a plug-in:

Thread Count in Postbit

https://vborg.vbsupport.ru/showthread.php?t=99603

In the Thread they also describe how to add a link to the Threads

One poster in that Thread noted: "Just a heads up here, this will add a query for each post on the page."

Might have an adverse effect on server load.

Regards,

Guest190829 06-25-2006 06:07 PM

Quote:

Originally Posted by slappy
There is a hack discussed and available here which uses a plug-in:

Thread Count in Postbit

https://vborg.vbsupport.ru/showthread.php?t=99603

In the Thread they also describe how to add a link to the Threads

One poster in that Thread noted: "Just a heads up here, this will add a query for each post on the page."

Might have an adverse effect on server load.

Regards,

Yeah, that will definitely have a negative affect on anyone's server. I wouldn't use that modification.

nedo_a 06-25-2006 06:11 PM

tnx its working


All times are GMT. The time now is 12:57 PM.

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.01008 seconds
  • Memory Usage 1,729KB
  • 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_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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