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)

Manoel J?nior 01-04-2015 11:47 PM

Quote:

Originally Posted by Manoel J?nior (Post 2479981)
How to fix:

Attachment 148129

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dd>{vb:raw template_hook.postbit_userinfo_right_after_posts}</dd></div>


I fix:

PHP Code:

<!-- Wy Country Flags Start -->
<
vb:if condition="$post['field5']">
        <
div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<
center><img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" align="middle" alt="{vb:raw post.field5}" border="" />
          </
center></div>
</
vb:if>
<!-- 
Wy Flags End --> 

OR

PHP Code:

<!-- Wy Country Flags Start -->
<
vb:if condition="$post['field5']">
        <
div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Country:        <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" align="middle" alt="{vb:raw post.field5}" border="" />
          </
div>
</
vb:if>
<!-- 
Wy Flags End --> 

Thanks

thetechgenius 01-13-2015 03:01 AM

1 Attachment(s)
I also made a custom Postbit Legacy awhile back, but I never released the code to the public. I like Etiket Postbits though, they are really good.

NOTE: I did not use any code or images from Etiket, its my very own code and images.

If anyone would like to know how I made this postbit, send me a message. If a lot of people start messaging me wanting the postbit, I will just have to release the code on vB.org. But it took me a very long time to get my custom postbit perfect, it took a lot of trial and error, and a lot of testing. So I have the code all over the place, and its a lot of vB code and CSS, its just spread out in so many places. So if I do release it, it will take some time, since I have to gather the CSS and put it in one place. So it will be easier to install for the end-user.

Live Demo (No need to login): https://thetechgenius.net/17-username-changes.html

Here is a screenshot of my custom postbit (check the image attached below):

john7911 01-16-2015 06:10 PM

Hi,
Thank you for the design :)
I have some questions, as you can see in the image below, I want to put the flag in the bottom,
and I have problem with Articles , Version AutoCAD and Blog Entries the numbers are not aligned.
https://vborg.vbsupport.ru/external/2015/01/17.jpg
Thank you ;)

------------ EDIT ----------------
For the Flag it's OK.

Black Snow 01-16-2015 07:59 PM

Quote:

Originally Posted by john7911 (Post 2532830)
Hi,
Thank you for the design :)
I have some questions, as you can see in the image below, I want to put the flag in the bottom,
and I have problem with Articles , Version AutoCAD and Blog Entries the numbers are not aligned.
https://vborg.vbsupport.ru/external/2015/01/17.jpg
Thank you ;)

------------ EDIT ----------------
For the Flag it's OK.

You will need to edit the template(s) for the Articles, blog entries etc.

john7911 01-17-2015 07:04 AM

Quote:

You will need to edit the template(s) for the Articles, blog entries etc.
Thank you Black Snow :)
I don't find Blog Entries and the other info :(
https://vborg.vbsupport.ru/external/2015/01/16.jpg

john7911 01-17-2015 08:38 PM

Is it good what i did?
HTML Code:

<vb:if condition="$post['field10']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
  { $template_hook['postbit_userinfo_right_after_posts'] .= '}<dt>{vb:rawphrase 'Version AutoCAD'}</dt> <dd> {vb:raw post.field10}</dd>
</div>
              </vb:if>

I took some code from this one in Edit Plugin

HTML Code:

if ($post['field10'])
{
    $template_hook['postbit_userinfo_right_after_posts'] .= '<dt>Version AutoCAD</dt> <dd>' .$post[field10]. '</dd>';
}

Thank you.

john7911 01-18-2015 12:41 PM

OK I have solved 99%
What I need is Blog Entries. Can anyone help?
I use VB4.2.2
The link:
http://www.faouweb.net/forum/showthr...85-AutoCAD-Arc
Thank you :)

Marcin_J_ 01-19-2015 11:13 AM

Quote:

Originally Posted by john7911 (Post 2533118)
OK I have solved 99%
What I need is Blog Entries. Can anyone help?
I use VB4.2.2
The link:
http://www.faouweb.net/forum/showthr...85-AutoCAD-Arc
Thank you :)

blog_postbit_entries_link

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase blog_entries}<dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd>
</div>


john7911 01-20-2015 04:21 AM

Thank you very much Marcin J ;)

Marcin_J_ 01-21-2015 11:33 PM

No problem, regards ;)

returnofpk 01-25-2015 11:21 AM

Quote:

Originally Posted by eTiKeT? (Post 2271475)
  • December 07, 2011
    • An Update for those who want a dark color
  • Design for Black - Installation
    • Step 1.
    • Open the additional.css template of the theme that you use and add this code to the top
PHP Code:

/#################### eTiKeT 2011 Postbit_Legacy ####################/
.etiket_postbit_alanI_durumu_gizli_geziyor {
        
backgroundurl("images/etiket_postbit/etiket_postbit_gizli.png"repeat scroll 0 0 #474747;
    
margin-top2px;
    
text-alignleft;
    
margin-top2px;
        
margin-bottom: -2px;
    
font-size13px;
    
padding0 4px 0;
    
color#FFF;
    
border-top1px solid #515151;
    
border-left1px solid #515151;
    
border-right1px solid #515151;
    
-webkit-border-top-left-radius5px;
    -
webkit-border-top-right-radius5px;
    -
moz-border-radius-topleft5px;
    -
moz-border-radius-topright5px;
    
border-top-left-radius5px;
    
border-top-right-radius5px; }
 
    .
etiket_postbit_alanI_durumu_gizli_geziyor  dd floatright; }
 
.
etiket_postbit_alanI_durumu_cevrimdIsI {
         
backgroundurl("images/etiket_postbit/etiket_postbit_cervim_disi.png"repeat scroll 0 0 #d20303;
    
margin-top2px;
    
text-alignleft;
    
margin-top2px;
        
margin-bottom: -2px;
    
font-size13px;
    
padding0 4px 0;
    
color#fff;
    
border-top1px solid #515151;
    
border-left1px solid #515151;
    
border-right1px solid #515151;
    
-webkit-border-top-left-radius5px;
    -
webkit-border-top-right-radius5px;
    -
moz-border-radius-topleft5px;
    -
moz-border-radius-topright5px;
    
border-top-left-radius5px;
    
border-top-right-radius5px; }
 
    .
etiket_postbit_alanI_durumu_cevrimdIsI  dd floatright; }
 
.
etiket_postbit_alanI_durumu_iceride {
        
backgroundurl("images/etiket_postbit/etiket_postbit_cervimici.png"repeat scroll 0 0 #86c901;
    
margin-top2px;
    
text-alignleft;
    
margin-top2px;
        
margin-bottom: -2px;
    
font-size13px;
    
padding0 4px 0;
    
color#fff;
    
border-top1px solid #515151;
    
border-left1px solid #515151;
    
border-right1px solid #515151;
    
-webkit-border-top-left-radius5px;
    -
webkit-border-top-right-radius5px;
    -
moz-border-radius-topleft5px;
    -
moz-border-radius-topright5px;
    
border-top-left-radius5px;
    
border-top-right-radius5px; }
 
    .
etiket_postbit_alanI_durumu_iceride  dd floatright; }
 
.
postbitlegacy .userinfo {
    
backgroundnone repeat scroll 0 0 #494949;
    
border1px solid #515151;
    
margin5px;
    
padding3px;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    -
webkit-box-shadow0px 0px 5px 1px #515151;
    
-moz-box-shadow0px 0px 5px 1px #515151;
    
box-shadow0px 0px 5px 1px #515151; }


.etiket_postbit_alanI_imlinks {
        
backgroundnone repeat scroll 0 0 transparent;
    
border0px solid #515151;
    
text-aligncenter;
    
margin-top2px;
    
padding2px 6px 0 5px;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;}
 
    .
etiket_postbit_alanI_imlinks :hover {
        
background#6DB53E;
        
-webkit-border-radius5px;
        -
moz-border-radius5px;
        
border-radius5px; }

.
etiket_postbit_alanI_userinfo_extra_yazIlarI {
    
color:#AFAFAF;
    
margin-top2px;
    
text-align:left;
        
border-bottom1px solid #606060;} 

        
.etiket_postbit_alanI_userinfo_extra_yazIlarI dd floatright;}


.
etiket_postbit_alanI_userinfo_extra {
       
backgroundurl("images/etiket_postbit/etiket_postbit_avatar_siyah.png"repeat scroll center 0 #202020;
    
border-bottom1px solid #515151;
        
border-left1px solid #515151;
        
border-right1px solid #515151;
    
margin-top2px;
    
padding0 4px 6px;
    -
webkit-border-bottom-right-radius5px;
        -
webkit-border-bottom-left-radius5px;
        -
moz-border-radius-bottomright5px;
        -
moz-border-radius-bottomleft5px;
        
border-bottom-right-radius5px;
        
border-bottom-left-radius5px;}
 
.
etiket_postbit_alanI_postbit_reputation {
        
backgroundurl("images/etiket_postbit/etiket_postbit_rank_siyah.png"repeat scroll center center transparent;
    
border1px solid #515151;
    
margin-top2px;
    
padding2px;
    
text-aligncenter;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;}
 
.
etiket_postbit_alanI_rank 
        
backgroundurl("images/etiket_postbit/etiket_postbit_rank_siyah.png"repeat scroll center center transparent;
    
border1px solid #515151;
    
margin-top2px;
    
padding2px;
    
text-aligncenter;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px; }
 
.
etiket_postbit_alanI_usertitle {
        
backgroundurl("images/etiket_postbit/etiket_postbit_rank_siyah.png"repeat scroll center center transparent;
    
border1px solid #515151;
    
margin-top2px;
    
font-size13px;
    
text-aligncenter;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
        
color#AFAFAF;}
 

.etiket_postbit_alanI_username {
        
backgroundurl("images/etiket_postbit/etiket_postbit_rank_siyah.png"repeat scroll center center transparent;
    
border1px solid #515151;
    
text-aligncenter;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;}
 
.
postbitlegacy .userinfo .postuseravatar, .postuseravatar img {
        
backgroundurl("images/etiket_postbit/etiket_postbit_avatar_siyah.png"repeat scroll center 0 #202020;
    
floatnone;
    
padding4px;
    
text-aligncenter;
    
border1px solid #515151;
    
margin2px 1px 0 0;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;}
 
.
postbitlegacy .userinfo .username_container margin-bottom1px; }
 
.
postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img {
    
backgroundnone repeat scroll 0 0 #494949;
        
border1px solid #202020;
    
margin-top1px;
    -
webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px; }
 
.
postcontainer .username_container .popupmenu a.popupctrl font-size19px; }

.
postbitlegacy .postbody, .eventbit .eventdetails .eventbody {border-left0px solid #EFEFEF;}

.postbitlegacy .postdetails, .eventbit .eventdetails background: {vb:stylevar postbit_background};}

.
postbit .posttitle, .postbitlegacy .title {
        
backgroundurl("images/etiket_postbit/etiket_postbit_rank_siyah.png"repeat scroll center center transparent;
        -
webkit-border-radius:  5px 0 0 5px;;
    -
moz-border-radius:  5px 0 0 5px;;
    
border-radius:  5px 0 0 5px;;
        
border1px solid #494949;
        
margin-bottom5px;
        
margin-right: -10px;
        
padding5px;
        
color#AFAFAF;}
/#################### eTiKeT 2011 Postbit_Legacy ####################/ 




/################################################/

  • November 24, 2011
    • Added IE9 Screenshot

is there a chans you should upload the user bars

ravenfaust 01-25-2015 11:52 PM

is there a mod for 4.2?

ozzy47 01-26-2015 12:01 AM

It still should work in 4.2.2 I believe.

ravenfaust 01-27-2015 03:44 PM

Thanks going to test it out now

ravenfaust 01-27-2015 03:53 PM

thanks but mine is not centered, how can i fix that ?

thegreathint 04-01-2015 12:12 PM

where can i find addition.css? Don't see it ANYWHER x.x

ramesh_umk3 04-02-2015 09:29 AM

Style Manager --> Your Using Template --> CSS Templates --> There you will see additional.css

Techno Cowboy 04-29-2015 08:15 AM

1 Attachment(s)
After some customizations & a tweak here-n-there, this little gem works well for my project...so far :)

Current Site = vB 4.2.2 PL 4 :up:
Test Site = vB 4.2.3 Beta 4 :up:

SaN-DeeP 04-29-2015 03:50 PM

Sorry to disturb, but we have little more customized postbit on few sites.
How will this modification help us ? (a few of my old friends recommended this)

nolimitreef 04-29-2015 04:38 PM

We have dbtech post thanks and activites posting to the post bit also. Can this also be integrated?

Techno Cowboy 04-30-2015 07:15 AM

1 Attachment(s)
Quote:

Originally Posted by nolimitreef (Post 2544486)
We have dbtech post thanks and activites posting to the post bit also. Can this also be integrated?

Yes, just follow the examples given throughout this thread should you have problems....hopefully you will not!

Currently using on my test site: dbTech Follow User - Post Thanks/Tagging - vBActivity.

Hope this helps! :)

DannyC55 08-12-2015 02:59 PM

Sorry to drag up one from the past, but does anyone know why some avatars are not showing as the correct resized version? My Registered Users permissions are set to only be able to display 150x150 avatars, which is working correctly for the first poster.

thanks!

nizzie 08-21-2015 07:42 PM

I've gone through this topic & can't seem to see a resolution, so please someone tell me how to fix the circled in this pic!

https://vborg.vbsupport.ru/external/2015/08/16.png

Manoel J?nior 08-30-2015 02:14 PM

Thumbs UP.

Change template sc_thumbs_postbit_info:

PHP Code:

<vb:if condition="$post['userid']">
  <
table>
<
tr>
    <
div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"><{vb:rawphrase sc_thumbs_postbit_received} <dd><font color="green">{vb:raw post.sc_thumbs_up_received}</font></dd></div></tr>

<
tr>
     <
div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"><{vb:rawphrase sc_thumbs_postbit_given} <dd><font color="green">{vb:raw post.sc_thumbs_up_gave}</font></dd></div></tr>

  </
table>
</
vb:if> 


RRCamellini 06-11-2021 02:34 PM

it worked 100% on my vBulletin 4.2.5


All times are GMT. The time now is 01:24 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.01895 seconds
  • Memory Usage 1,923KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (6)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
  • (25)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