Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
status online postbit text Details »»
status online postbit text
Version: 1.00, by abbasbsp abbasbsp is offline
Developer Last Online: Sep 2016 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.x Rating:
Released: 12-24-2009 Last Update: Never Installs: 136
Template Edits
 
No support by the author.

styles manager >> postbit_legacy

1. Find :
PHP Code:
{vb:raw post.onlinestatus
then remove

2. find :
PHP Code:
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd
add below :
PHP Code:
<dt>User ID</dt> <dd>{vb:raw post.userid}</dd>
<
dt>Status</dt> <dd>{vb:raw post.onlinestatus}</dd
3. SAVE

then ;
remove all "postbit_onlinestatus"

replace :
PHP Code:
<vb:if condition="$onlinestatus==0"><font color="#FDD017"><b><i>Offline</i></b></font></vb:if>
<
vb:if condition="$onlinestatus==1"><font color="#00FF00"><b><i>Online</i></b></font></vb:if>
<
vb:if condition="$onlinestatus==2"><font color="#87AFC7"><b><i>Invisible</i></b></font></vb:if> 
then : SAVE



Demikian Harap Maklum, semoga tuhan memberkahi ..... aminnnn

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 04-13-2010, 07:16 PM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

even so, you can also do this

Code:
<vb:if condition="$onlinestatus==0"><font style="color:#FDD017; font-weight:bold; font-style:italic;">Offline</font></vb:if>
<vb:if condition="$onlinestatus==1"><font style="color:#00FF00; font-weight:bold; font-style:italic;">Online</font></vb:if>
<vb:if condition="$onlinestatus==2"><font style="color:#87AFC7; font-weight:bold; font-style:italic;">Invisible</font></vb:if>
Reply With Quote
  #43  
Old 06-16-2010, 02:05 PM
syrn's Avatar
syrn syrn is offline
 
Join Date: Mar 2010
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i cant able to find this " <dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>"

like step 2 in postbit_legacy
Reply With Quote
  #44  
Old 06-21-2010, 05:24 PM
Ocean-Wonders Ocean-Wonders is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed - Thanks
Reply With Quote
  #45  
Old 06-26-2010, 05:00 AM
chuckhodson chuckhodson is offline
 
Join Date: May 2008
Location: Northern CA. USA
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet thanks works great...
Reply With Quote
  #46  
Old 09-23-2010, 03:19 PM
gsmlover4u's Avatar
gsmlover4u gsmlover4u is offline
 
Join Date: Jan 2007
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it working on vb 3.8.2
i need for vb 3.8.2
Reply With Quote
  #47  
Old 09-28-2010, 09:34 AM
Xeyn Xeyn is offline
 
Join Date: Jun 2009
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent mod..thx
Reply With Quote
  #48  
Old 10-10-2010, 07:43 PM
Foxtrotelite Foxtrotelite is offline
 
Join Date: Mar 2007
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having an issue with aligning this edit. "Online" appears beside my name. "Status :" does not show up anywhere, although there is a rogue ":" where the "status: Online" should be.

Any ideas? or did I say that in a confusing manner?

Thanks
Reply With Quote
  #49  
Old 12-05-2010, 06:10 AM
rmani84 rmani84 is offline
 
Join Date: Jul 2010
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works like a charm... thanks
Reply With Quote
  #50  
Old 12-31-2010, 09:16 PM
mathforum mathforum is offline
 
Join Date: Nov 2005
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SpongeBob71 View Post
Hey there....


Love the mod but I was wondering....is there a way to hide the "Invisible" status from users? It kind of defies the purpose of invisible if the status says "Invisible" in their profile.

I appreciate it.


Thanks in advance,


SpongeBob.



**Edit**

I ended up taking out the line:

"<vb:if condition="$onlinestatus==2"><font color="#87AFC7"><b><i>Invisible</i></b></font></vb:if>"

in the postbit_onlinestatus. This seemed to work.


Thanks,


SB
You don't need to do anything. I just checked and when a user isn't allowed to see that someone is "invisible" it will display "offline" like normally. When you deleted that code all members who are invisible will be seen as "offline" to normal users and have no display to mods and admins.
Reply With Quote
  #51  
Old 10-16-2011, 06:12 AM
Sforums Sforums is offline
 
Join Date: Dec 2010
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can we have an update for 4.1.6 and up?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08213 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete