vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   postbit_legacy Help (https://vborg.vbsupport.ru/showthread.php?t=302881)

Zoul 10-02-2013 09:09 AM

postbit_legacy Help
 
Hello

In postbit_legacy, there is a variable which name is:

HTML Code:

{vb:raw template_hook.postbit_userinfo_right_after_posts}

it includes a lot of information

I would like to extract the information one by one to replace it in the next:
DJ's Dynamic Tab Content for Postbit_Legacy


where can I find the variables one by one which composes?

thank you very much

Lynne 10-02-2013 04:39 PM

If there is information coming through that template_hook, then it is via a plugin and you would need to take a look at the plugin to 'extract' the information.

Zoul 10-06-2013 07:46 PM

Hello LYnne

I can not find the template in the cpadmin

by searching "Search templates"

I even trying to find a tool bar with firefox web develop
Vb but the variable does not appear ...
So I'm stuck

could you refer me?
in fact all the hacks that are installed in this variable will be:
DBTech - vBActivity
vb credit
uCach
or even profile information

and I love each separate information.

ty

ozzy47 10-06-2013 08:00 PM

That mod was good, but even the author, DJ said himself this mod is better than his, and it is a bit easier to work with.
[DBTech] Postbit Tabs v1 (vB4)

Digital Jedi 10-06-2013 09:19 PM

Yup, it's the more advanced version I always wanted to create, but really had no idea how to at the time. They even use the same tab images from my mod. And since your already using a DBTech product, it should be perfect for what you're trying to do.

Lynne 10-07-2013 01:24 AM

Quote:

Originally Posted by Zoul (Post 2450504)
Hello LYnne

I can not find the template in the cpadmin

by searching "Search templates"

I even trying to find a tool bar with firefox web develop
Vb but the variable does not appear ...
So I'm stuck

could you refer me?
in fact all the hacks that are installed in this variable will be:
DBTech - vBActivity
vb credit
uCach
or even profile information

and I love each separate information.

ty

It isn't a template. It's from a plugin using a template_hook. So, you need to find the plugin that is adding the code.

Zoul 10-07-2013 10:54 AM

thank you to all three
I misread the recommended program (too fast)
[DBTech] postbit Tabs v1 ​​(vB4)
And therefore not tried to hack, because I had not realized it was the same thing.

I will try it even if I am disappointed not to be arrived with the program or DJ I already made ​​a good start working

https://vborg.vbsupport.ru/external/2013/10/61.png

I try not to

Zoul 10-08-2013 02:19 PM

So here's some news:

finally Vbteck principle I like unless aplication Digital Jedi.
Already all the interesting options are paid.
But thanks to a hack I found a lot of my answers.

I have only two problems to solve:

last visit:

HTML Code:

<b>Derni?re visite:</b> {vb:raw pmbox.lastvisitdate} @ {vb:raw pmbox.lastvisittime}

or

{vb:rawphrase last_visit} {vb:raw sortarrow.lastvisit}


and Ucash (yes vb credit slows my forum too):
https://vborg.vbsupport.ru/showthrea...ighlight=Ucash

HTML Code:

<dt>{vb:rawphrase ucash_points}</dt><dd> {vb:raw userinfo.ucashdisplay}</dd>

or

<vb:if condition="$show['ucash']">
                                                <dt>{vb:rawphrase 'ucash_points'}</dt>
                                                <dd>{vb:raw post.ucashdisplay}</dd>
                                        </vb:if>


does not work in the postbit_legacy

Would you help me please to operate in this place?


All times are GMT. The time now is 04:08 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.00951 seconds
  • Memory Usage 1,732KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete