The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] User Status & Moods v1 (vB4) Details »» | |||||||||||||||||||||||||||||||||
[DBTech] User Status & Moods v1 (vB4)
Developer Last Online: Mar 2023
DragonByte Technologies are proud to present User Status & Moods v1: A mini mod to give your members the option of setting Facebook-like status updates / mood.
Why User Status & Moods? Sometimes, a simple "mood" isn't enough. DBTech's User Status & Moods mods lets your members put their current doings and feelings into a short message to be displayed next to their posts and in their profiles. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Priority support for this version is handled at the Developers Website. ------------------------------------------------------------------------------------------- Major Features In-Line Editing: You can quickly update your status either from your profile, or from any of your posts, all with AJAX and all without reloading the page. Postbit Integration: Members' statuses will show next to all their posts. Profile Integration: Edit statuses and show a list of recent statuses in a member's profile. ------------------------------------------------------------------------------------------- To Install:
Feature List
Download Now
Screenshots
Show Your Support
|
12 благодарности(ей) от: | ||
FinalFantasy, GreyGhost, hazem_aliraqi, josner, michal72, Mikevet1984, mjfan227, Princezz, Successfulsteps, Sworm, tanzeelniazi, vlh00d |
Comments |
#612
|
||||
|
||||
PL2 was just a update to make the dropdown work correctly.
|
#613
|
||||
|
||||
Please do not cross post to both vb3 and vb4 as we rely on the thread to determine basic information about a persons forum so we can test reported issues more reliably. Thanks
Fillip |
#614
|
||||
|
||||
You need to create plugin as ozzy47 explaind. After you have this plugin created you can use {vb:raw template_hook.dbtech_status} and {vb:raw template_hook.dbtech_mood} wherever you want it in your postbit (you don't use postbit legacy).
For this effect you need to edit your postbit template. Find: HTML Code:
<div class="username_container"> <vb:if condition="$post['userid']"> {vb:raw memberaction_dropdown} {vb:raw post.onlinestatus} <vb:else /> <span class="username guest">{vb:raw post.username}</span> </vb:if> HTML Code:
<div class="username_container"> <vb:if condition="$post['userid']"> {vb:raw memberaction_dropdown} {vb:raw post.onlinestatus} {vb:raw template_hook.dbtech_status} <vb:else /> <span class="username guest">{vb:raw post.username}</span> </vb:if> |
Благодарность от: | ||
WDS |
#615
|
|||
|
|||
Quote:
Thank you very much. |
#616
|
||||
|
||||
You may try to use table?
Try using code like this: HTML Code:
<table> <tr> <td>{vb:raw memberaction_dropdown}</td> <td>{vb:raw post.onlinestatus}</td> <td>{vb:raw template_hook.dbtech_status}</td> </tr> </table> Thinking of it, different browser could produce different results. |
#617
|
|||
|
|||
Code:
Please enter the prefix you would like to add to all statuses. For example, entering is would produce the following: {username} is ......... Any update for this?? Still the user name is not showing up!! |
#618
|
|||
|
|||
Quote:
I have a question now spontaneously speak d elas tables. How could i get a table in the avatr to center vertically? |
#619
|
||||
|
||||
BUG:
The status edit block in member profile doesnt update, if i enter a status it shows in postbit but profile always says the default no status message. |
#620
|
|||
|
|||
Quote:
this is for me? |
#621
|
||||
|
||||
What is the Cache Time (in minutes) set to for that block?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|