"Drop from favorites" bug

screenshot20110314at112.png

In every photo/video view page, you see "Drop from Favorites" no matter what. Makes no sense.. I didn't add them and where is "Add to Favorites".  If i click it, it says... "File was ADDED TO FAVORITE LIST".  After I refresh the page, it still says "Drop from favorites" which makes sense.  The only missing is "Add to Favorites" or just "Fave".

 

Another thing.. when I click the "Fave" button from one of profiles, it adds to your favorites list however after i refresh the page, the button still says "Fave".  It should change it to something like "Unfave" or "Drop from Favorites".   It would be nice to have a unfave button there ready if they are already added.

Quote · 14 Mar 2011

Hello!

I couldn't reprodice this bug in svn and default 7.0.5 version at boonex.us. May u provide me via Unity mail url and test login details at site where u met this trouble plz?

Regards

Quote · 15 Mar 2011

 

screenshot20110314at112.png

In every photo/video view page, you see "Drop from Favorites" no matter what. Makes no sense.. I didn't add them and where is "Add to Favorites".  If i click it, it says... "File was ADDED TO FAVORITE LIST".  After I refresh the page, it still says "Drop from favorites" which makes sense.  The only missing is "Add to Favorites" or just "Fave".

 

Another thing.. when I click the "Fave" button from one of profiles, it adds to your favorites list however after i refresh the page, the button still says "Fave".  It should change it to something like "Unfave" or "Drop from Favorites".   It would be nice to have a unfave button there ready if they are already added.

I have the exact same issues !!??   Can anyone help with this please ???

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 19 Apr 2011

 

 

screenshot20110314at112.png

In every photo/video view page, you see "Drop from Favorites" no matter what. Makes no sense.. I didn't add them and where is "Add to Favorites".  If i click it, it says... "File was ADDED TO FAVORITE LIST".  After I refresh the page, it still says "Drop from favorites" which makes sense.  The only missing is "Add to Favorites" or just "Fave".

 

Another thing.. when I click the "Fave" button from one of profiles, it adds to your favorites list however after i refresh the page, the button still says "Fave".  It should change it to something like "Unfave" or "Drop from Favorites".   It would be nice to have a unfave button there ready if they are already added.

I have the exact same issues !!??   Can anyone help with this please ???

someone must know this !!

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 19 Apr 2011

Another thing.. when I click the "Fave" button from one of profiles, it adds to your favorites list however after i refresh the page, the button still says "Fave".  It should change it to something like "Unfave" or "Drop from Favorites".   It would be nice to have a unfave button there ready if they are already added.

Does anyone know how to remove profiles which have been added to Favorites? Can't find it how to do this anywhere.

Clicking on Favorite button doesn't change the button (image attache), and in fact you can click the Favorite button many times with the same result: Member added to Favorites

favorite_profile_20111011.png · 9.3K · 190 views
Quote · 10 Oct 2011

 

Another thing.. when I click the "Fave" button from one of profiles, it adds to your favorites list however after i refresh the page, the button still says "Fave".  It should change it to something like "Unfave" or "Drop from Favorites".   It would be nice to have a unfave button there ready if they are already added.

Does anyone know how to remove profiles which have been added to Favorites? Can't find it how to do this anywhere.

Clicking on Favorite button doesn't change the button (image attache), and in fact you can click the Favorite button many times with the same result: Member added to Favorites

 

Dashboard -> Activity -> then click on Hot List

Quote · 10 Oct 2011

ok, I  modified the actions in the database to fade the actions box out after you click a fave, block, hotlist or befriend button for the profile.  

That way you have to mouse over the avatar again, and it has the new options available.

The same mod would apply for the actions in FILE,PHOTO, and VIDEO as well.

It took me a while to figure it out and I need cash for my site, IDK if I should sell it or post it!  

LOL!

oh hell... here it is!

==========

make the action box refresh after selecting befreind, remove, block, hotlist, fwb

==========

in mysqladmon run this query

SELECT * FROM `sys_objects_actions` where `type` = 'Profile'

find befriend should be record 4

in the field Eval you'll find

if ({ID} == {member_id} OR is_friends({ID} , {member_id})) return;

return "$.post('list_pop.php?action=friend', { ID: '{ID}' }, function(sData){ $('#ajaxy_popup_result_div_{ID}').html(sData) } );return false;";

CHANGE TO

if ({ID} == {member_id} OR is_friends({ID} , {member_id})) return;

return "$.post('list_pop.php?action=friend', { ID: '{ID}' }, function(sData){ $('#ajaxy_popup_result_div_{ID}').html(sData) } );

$('#short_profile_info').fadeOut(5000, function(){}); 

return false;";

You are basically adding the red text into the script for each action

so even tho there are different action scripts, insert the red code and the action block will disappear after performing the action.

hope this helps some of you!

Visit my site!  ;)

http://www.mytikibar.com
Quote · 11 Oct 2011

 

 

Another thing.. when I click the "Fave" button from one of profiles, it adds to your favorites list however after i refresh the page, the button still says "Fave".  It should change it to something like "Unfave" or "Drop from Favorites".   It would be nice to have a unfave button there ready if they are already added.

Does anyone know how to remove profiles which have been added to Favorites? Can't find it how to do this anywhere.

Clicking on Favorite button doesn't change the button (image attache), and in fact you can click the Favorite button many times with the same result: Member added to Favorites

 Dashboard -> Activity -> then click on Hot List

Great find!

Would be great if Favorite button on Profile changed to Unfavorite for those without the Sherlock Holmes touch. Wink

Thanks!

Quote · 11 Oct 2011

I actually have a quite extensive mod that adds the unfave button.

It also adds another security group called FWB.  So your members could create a photo/video album with a security of FWB.  When they click the FWB button on the action menu, that person can now see the album.  Then they click the UN FWB button and they no longer can see the album.

It is also listed in the activity menu as well so they can check and see who they've added to their FWB list.

I just have to code the installer for the database.

 

I'd like to offer it for sale just not sure how to do that.

http://www.mytikibar.com
Quote · 11 Oct 2011

 

I'd like to offer it for sale just not sure how to do that.

Good question. Not sure how to instruct you, but there are people in Unity who know. Look up deano92964and mrpowless. Most people here are very helpful, as you also seem to be. Smile

Quote · 11 Oct 2011

Dear Steve,

may i ask you something? I have a unsolved problem, when i delete a photo (regular Boonex Photomodule), the slider with the "deleted" message does not appear and the page does not refresh automatically. But the picture is really deleted.

Do you know where the error can be?

Thank you in advantage

Thomas

Quote · 3 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.