vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - eTiKeT? 2011 Posbit_legacy - Postbit (https://vborg.vbsupport.ru/showthread.php?t=274568)

Lemminator 12-26-2011 03:21 AM

how can I change the order? and how can I integrate my addon dropdown at the end? for time is directly involved under the name

greeting lemmi

JimxJNM 12-27-2011 01:47 AM

*Intalled*
*Tagged*

This is Nice thank you for this :D It works perfect for 4.1.6 :)

But there's once problem :S My Rep doesn't show in the postbit
http://puu.sh/bD3s

All i can see is the Rep Power.

Thanks

hiepsi@ 12-28-2011 04:55 AM

*Intalled*
Thanks ! 4.1.9 working.
but !
-How to Resize Username ?
-want it smaller

OldSchoolDSL 12-28-2011 06:10 AM

Working

4.1.10 Alpha 1

Notice: A lot changed in 4.1.10 .... You will need to re-apply this. But it does work. (This could of course change in the final build)

Scyther 12-28-2011 01:21 PM

works well with 4.1.8.
Marked installed and 5 stars!

GhostHunter2010 01-02-2012 03:07 AM

i would lov to install this but i dont know how im new on vb :( anyone can help me thanks

Shadow09 01-02-2012 11:17 AM

Quote:

Originally Posted by GMan55 (Post 2275367)
As previously mentioned, the invisible background does not work. I think it's an issue with your script. I don't think it works for anyone. Would be nice if you can fix that :).

Quote:

Originally Posted by DjEddie (Post 2279176)
Hi,

I've got 4.15 works fine apart from the invisible user styling not showing properly...

and me..

We are three with this issue.
ETiket where are you???

TheSupportForum 01-03-2012 09:13 AM

Quote:

Originally Posted by Rolandinjos (Post 2280559)
Attachment 135249

This is how it seems to me, but would like to letters marked with a red circle set to be the same as any other and that the information set under each line as it is marked by an arrow.

Would someone could help me how to do it would be very grateful?

This is version 4.1.8 Vbuletin, thank you

this is an easy solutions to fix, you'll need to know the coding for it in the template

for example i had to but back in custom profile fields and had to located the field i used

<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
eRep Donations<dd><a href="http://www.erepublik.com/en/economy/donate-items/{vb:raw post.field7}">link</a></dd></div>

is what i had to change it to
so the additonal red part is what i changed to get it to align with current style
variables

TheSupportForum 01-03-2012 09:59 AM

i need help with
VbActivity Mod if anyone has it installed

dbtech_vbactivity_postbit_stats
Code:


<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 4) OR !($bbuserinfo['dbtech_vbactivity_settings'] & 8)">
<dd class="collapse" style="font-weight:bold;">{vb:rawphrase dbtech_vbactivity_stats} <a class="collapse" id="collapse_c_vbactivity_stats_post[postid]" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></dd>
<dd>
<dl id="c_vbactivity_stats_post[postid]" style="display:{vb:raw display.stats};">
<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 4)"><dt>{vb:rawphrase dbtech_vbactivity_points}</dt> <dd>{vb:raw userinfo.points}</dd></vb:if>
<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 8)"><dt>{vb:rawphrase dbtech_vbactivity_level}</dt> <dd>{vb:raw userinfo.activitylevel}</dd></vb:if>
</dl>
</dd>
</vb:if>

<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 128) OR $userinfo[activity]">
<dd class="collapse" style="font-weight:bold;">{vb:rawphrase dbtech_vbactivity_bars} <a class="collapse" id="collapse_c_vbactivity_bars_post[postid]" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></dd>
<dd>
<dl id="c_vbactivity_bars_post[postid]" style="display:{vb:raw display.bar};">
<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 128)">
<dt>{vb:rawphrase dbtech_vbactivity_level_percent}</dt> <dd>{vb:raw userinfo.levelpercent}%</dd>
<dd>{vb:raw activitylevel}</dd>
</vb:if>
{vb:raw userinfo.activity}
</dl>
</dd>
</vb:if>

i need it working for this code if anyone can help or has already attempted it yet and working

Rolandinjos 01-03-2012 12:51 PM

1 Attachment(s)
Quote:

Originally Posted by simonhind (Post 2283325)
this is an easy solutions to fix, you'll need to know the coding for it in the template

for example i had to but back in custom profile fields and had to located the field i used

<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
eRep Donations<dd><a href="http://www.erepublik.com/en/economy/donate-items/{vb:raw post.field7}">link</a></dd></div>

is what i had to change it to
so the additonal red part is what i changed to get it to align with current style
variables

Simonhind

Thank you very much for this, helped me a lot but I have one small problem. The figure is now seen what I could only do we need that number to be in the same line, that I failed to fix and to pray for help?

Attachment 135438

This is the entry from the blog:

blog_postbit_entries_link

Code:

<div style="font-weight:solid; clear:both; background: url("images/etiket_postbit/etiket_postbit_rank.png") repeat center center transparent;       
color:{vb:stylevar post_field_font_color};
        border: {vb:stylevar post_field_border};       
        margin-top: 2px; "><dt>{vb:rawphrase blog_entries}</dt><dd>
{vb:raw post.entries}</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"></div>

dbtech_thanks_postbit


Code:

<div  style="background:url("images/etiket_postbit/etiket_postbit_avatar.png") repeat scroll 0 0 transparent;       
color:{vb:stylevar post_field_font_color};
        border:1px solid #DDDDDD;
margin-top: 2px; "><dd class="collapse" style="font-weight:solid; clear:both; ">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_thanks_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ></a></dd>
<dd>
<dl id="c_thanks_post{vb:raw post.postid}"        background:{vb:stylevar post_field_background_color};
        color:{vb:stylevar post_field_font_color};
        border:{vb:stylevar post_field_border};">
{vb:raw stats}
</dl>
</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"></div>

downloads2_postbit

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"> 
<dt>{vb:rawphrase dl2_downloads}</dt>{vb:raw post.dl2_downloads}</div>

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dt>{vb:rawphrase dl2_uploads}</dt>{vb:raw post.dl2_uploads}</div>


I am grateful in advance for any help


All times are GMT. The time now is 06:26 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.01361 seconds
  • Memory Usage 1,756KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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