PDA

View Full Version : postbit_legacy Help


Zoul
10-02-2013, 09:09 AM
Hello

In postbit_legacy, there is a variable which name is:

{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 (https://vborg.vbsupport.ru/showthread.php?t=237867&highlight=Posbit+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) (https://vborg.vbsupport.ru/showthread.php?t=257985)

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
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:


<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/showthread.php?t=227910&highlight=Ucash


<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?