Log in

View Full Version : Last Updated


Hex_legend
12-19-2008, 12:02 AM
I am looking for a way to add "Last Updated" profiles to the navbar.
I have created a drop down menu for the Profiles, but I would like it to say "New" when there is new updated profiles, along with a link to a page with everyone who has updated recently.
Say on a timeframe of last updated within 3 days

Hex_legend
12-20-2008, 03:42 AM
Anyone?

Lynne
12-20-2008, 03:49 AM
I don't think vB keeps track of the last time a profile was updated (I'm pretty sure). So, this would require a bit of code editing to make it work.

Hex_legend
12-20-2008, 09:28 AM
I don't think vB keeps track of the last time a profile was updated (I'm pretty sure). So, this would require a bit of code editing to make it work.

Would you happen to have any idea on code which can be used to do this?

Taragon
12-20-2008, 09:44 AM
Hello Hex_legend,

This product still works with vb3.7/3.8: https://vborg.vbsupport.ru/showthread.php?t=101462 and perhaps could be used as an example.

Edit:

However, I don’t know how it will react on album creations, visitor messages, and the new social group thingy.
(An update on this would be great btw. :D)

Hex_legend
12-20-2008, 02:04 PM
Hello Hex_legend,

This product still works with vb3.7/3.8: https://vborg.vbsupport.ru/showthread.php?t=101462 and perhaps could be used as an example.

Edit:

However, I don?t know how it will react on album creations, visitor messages, and the new social group thingy.
(An update on this would be great btw. :D)

Thank you Taragon,
I will check this out =]

Lynne
12-20-2008, 03:52 PM
Would you happen to have any idea on code which can be used to do this?
You'd have to go to the profile pages and look at every <form> and then check and see if there is a hook you can use to make a plugin to input the time into a new database field you will need to create for the edit time.