vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - vBStatus - Facebook Style Status Display (v4) (https://vborg.vbsupport.ru/showthread.php?t=181283)

TimberFloorAu 06-09-2008 12:11 AM

We use a marquee, that pulls the latest threads in our Betting shop, onto the forumhome page.
Similar system, for latest edits to status would be so funny.

Some people have a weird sense of humour, that we could then integrate a voting system,for best status message.

Or even setup a forum, called My Status Message for example.

And soon as someone edits their status message it writes that to the forum, as a new thread.

Similar to Staggers, latest high score in ib arcade.

Either would be fun

Ozzy

snake-boy 06-09-2008 12:28 AM

Quote:

Originally Posted by TimberFloorAu (Post 1544545)
We use a marquee, that pulls the latest threads in our Betting shop, onto the forumhome page.

Would that be this mod?

Quote:

Similar system, for latest edits to status would be so funny.
Agreed :)

Since this is a "Facebook Concept", the way they do it is pretty cool - have like the latest 3 status updates reflected somewhere on the homepage. (Ideally I'd like to see it just to the left of the block in the upper right that contains the "Welcome username" "Last Visit" and "Pm Status" etc) There's quite a big "block" of screen real-estate over there that never gets used for anything...

Attilitus 06-09-2008 07:20 PM

Quote:

Originally Posted by snake-boy (Post 1544557)
Since this is a "Facebook Concept", the way they do it is pretty cool - have like the latest 3 status updates reflected somewhere on the homepage. (Ideally I'd like to see it just to the left of the block in the upper right that contains the "Welcome username" "Last Visit" and "Pm Status" etc) There's quite a big "block" of screen real-estate over there that never gets used for anything...

Yea that would be the direction that I would take.

LisaD1 06-09-2008 08:39 PM

Very nice!! Thanks for the work, I like the inline editing, it is so easy!!

Martell 06-09-2008 11:08 PM

Problem :confused:

https://vborg.vbsupport.ru/external/2008/06/51.jpg

charset=windows-1251

Can you fix ?

Or where to correct?

Attilitus 06-09-2008 11:25 PM

I'm afraid that I do not know how to handle charset related errors, as I have only developed/worked with english-based websites. If someone has an easy way to fix these character set errors, please send me a PM.

imam1 06-10-2008 01:06 PM

the mod do not Support Arabic ! :(

can you fix it plz?

and thanx

NeuroLancer 06-11-2008 12:47 AM

Attilitus thank for this mod! :up:

I made a small change that suits me. With the postbit template edit i changed the first line of code to this:

Code:

<if condition="$vbulletin->options['vbstatus_active'] == '1' && $post['vbstatus_status'] != 'has no status.'">
in this way the has no status message doesn't display in the forum, yet still appears on the memberinfo page. I prefer this, especially in early stages when many people haven't updated their status yet.

Attilitus 06-11-2008 05:00 AM

That template edit will be different depending on the default status message user's specify in the admincp. Replace "has no status" with $vbulletin->options['vbstatus_defaultstatus']

Code:

<if condition="$vbulletin->options['vbstatus_active'] == '1' && $post['vbstatus_status'] != $vbulletin->options['vbstatus_defaultstatus']">
That code will work even if you change the default status in the admincp.

However, I don't see why you want to remove that message. Seeing the "has no status" message will motivate users to set their status.

imam1 06-11-2008 12:04 PM

araaaaaaaaaaaaabic plz :(


All times are GMT. The time now is 09:06 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.01301 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)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