Version: 1.3.6 PL2, by DragonByte Tech
Developer Last Online: Mar 2023
Category: Mini Mods -
Version: 3.8.x
Rating:
Released: 05-31-2010
Last Update: 12-03-2014
Installs: 114
DB Changes Uses Plugins
Additional Files Translations
No support by the author.
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 / moods.
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.
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.
This isn't working for me. Not because there is some bug, but because I can not allow usergroups to use this. I can only disallow usergroups to use this.
This means that you can not use this hack for additional usergroups. I use additional usergroups. Previously I used vbstatus to give them status fucntionality.
Could you consider to add a function to specify which usergroups are allowed to use the status function?
Yes, i have a new Template "status", there I would like to have it.
The Template Code from dbtech_status_postbit / dbtech_status_memberinfo not work in status.
Where are you outputting the status template?
Quote:
Originally Posted by Alfa1
This isn't working for me. Not because there is some bug, but because I can not allow usergroups to use this. I can only disallow usergroups to use this.
This means that you can not use this hack for additional usergroups. I use additional usergroups. Previously I used vbstatus to give them status fucntionality.
Could you consider to add a function to specify which usergroups are allowed to use the status function?
I'll consider doing this for the next release.
Quote:
Originally Posted by onealien
i already have a mood mod that i like running...can this be just used for the 'short message'?
or maybe there is smth else better for that part only?
thanks....
I guess you could edit the input box and set a maxlength attribute to it.
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'dbtech_status'); // Dies sollte in den dateinamen der PHP datei ge?ndert werden. Wenn die Datei test.php heisst, sollte dort test stehen, be test2.php test2 usw usw
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
);
// get special data templates from the datastore
$specialtemplates = array(
);
// pre-cache templates used by all actions
$globaltemplates = array(
'dbtech_status',
);
//Hier schreibt ihr den Namen des Templates herein, welches auf der Seite angezeigt werden soll. ACHTUNG!! Gross und Klein-Schreibung beachten !
// pre-cache templates used by specific actions
$actiontemplates = array(
'dbtech_status',
);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'dbtech_status'); // Dies sollte in den dateinamen der PHP datei ge?ndert werden. Wenn die Datei test.php heisst, sollte dort test stehen, be test2.php test2 usw usw
define('CSRF_PROTECTION', true);
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('dbtech_status') . '");'); //Auch hier muss der Template in einwandfreier Gross un Klein SChreibung angegeben werden.