PDA

View Full Version : Mini Mods - Userprogress-Bar


delicjous
03-01-2019, 10:00 PM
To force users to fill the profile you could set up different steps to get done before the widget is hiding. Every step has a css-icon, a lable for get done and done and a description for done and have to be done.

You could define 5 profilefields and 6 steps the user have to get done before the widget is hiding.

If you like that, come and visit my forum: vbulletin-forum.de (https://vbulletin-forum.de)
https://vborg.vbsupport.ru/external/2019/03/1.jpg
This is a very old mod I had created years ago ...but it is still working in vB 5.5.0!

There are not that much options for styling and you have to change css in one of the css-templates.

So hope you like it!
https://vborg.vbsupport.ru/external/2019/03/1.jpg
https://vborg.vbsupport.ru/external/2019/03/1.jpg

Module deleted! I really don't like the behavior of some people here! There are plugins/ addons which 100% copied and tag with a wrong developer! That is copyright violation!

migratoria
03-03-2019, 10:35 AM
Thanks installed!

Works perfectly in vbulletin 5.5.1 alpha 4

migratoria
03-05-2019, 06:01 AM
I have set a different color for the incomplete profile areas. Users can not distinguish the two things well.

}
.progress_step_undone {
color:red;
}
.progress_step_label_done {
text-decoration:line-through;
color:green;
}
.progress_step_label_undone {
color:{vb:stylevar body_link_color};
}

.profilefields .label {
font-weight: bold;
font-size: 12px;
}
.profilefields {
margin: 30px auto auto;
width: 260px;
}
.progress_checked{
color:{vb:stylevar body_link_color};
}
.progress_unchecked{
color:red;
}

delicjous
03-05-2019, 06:12 AM
You have to change the css in the template "css_vbforumuserprogress.css".

redragon29
12-21-2019, 08:27 AM
Nice mod, i'm going to try it now!
Ok so it's working fine now!

i'm on vb 5.5

Fleiding
12-29-2019, 09:26 AM
Can't believe I overlooked this beautiful mod. Working perfectly!

redragon29
12-30-2019, 05:16 AM
Is it possible to get the links where they have to complete?
like for the signature, a link to put theme directly where they have to complete that.

Gamerboy59
02-08-2020, 02:39 PM
Is it possible to get the links where they have to complete?
like for the signature, a link to put theme directly where they have to complete that.

Indeed, that would be useful. Also is it vB5.5.6 compatible @delicjous ?

delicjous
02-11-2020, 05:47 AM
Sorry, I will not change this mod. It should work also with future versions... just try if you need to be shure.

Fleiding
02-13-2020, 02:24 PM
is it vB5.5.6 compatible?
I can confirm it is.