Personal Bookmarks from AQB Soft

Hello everybody.
This is a support forum for our Personal Bookmarks module.
If you have some questions or suggestions regarding it feel free to post them here or contact us directly.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 15 May 2015

Simple & Superb! Great job, my friend! :)

Just one tiny issue..I have F-Chat by Andrew, and it also uses the tab slider.

As you can see, they are fighting for same piece of real estate. Where can I change it?

And, How can I flip the text to be facing the other way? (same direction as Chat Now)

Ok. Thanks for a great tool! :) 

Quote · 15 May 2015

Also.. testing on Samsung Galaxy Note 4 for responsiveness, the 'trash can' doesnt appear until you again tap the bookmark tab while it is slid open.

Edit- Tested on Ipad mini retina, and same issue.

Looks like a touch screen issue, because it doesnt appear on PC until you hover over.  May be better if it was static (always present, not awaiting hover?)

Just a thought sir. :)

Quote · 15 May 2015

To change default vertical position of the tab edit the file

modules/aqb/personal_bookmarks/js/main.js

after the line

width:300,

add the line

top:300,

where 300 - is the vertical position in pixels. And to change text orientation replace

textOrientation:"tb",

with

textOrientation:"bt",

 

To make the trash can icon always visible edit the file

modules/aqb/personal_bookmarks/templates/base/floating_block.html

in the code

i.aqb_personal_bookmarks_trash {
    display: none;

change the word none to block.

 

P.S. After all these edits do not forget to clean site's cache and your browser's cache.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 15 May 2015

Youre great, Anton. :) Thank you! 

Quote · 15 May 2015

Ok, buddy. another issue. Im sorry for being the only one with issues right now.. but i im just kind of 'beta-testing' it. im TRYING to break it with normal possible usage. better now then when it goes live on my site...

ok.. the problem here is:

1: THE + Add Link should probably ALWAYS remain at the top of the bookmark screen, instead of sliding down until its out of sight.

2: We need a way to scroll down for bookmarks that have gone beyond the length of the bar. Especially true for mobile devices, which show less than PCs.

3: There is more vertical spacing on 'word wrap' of a long URL, then there is space between it and the next URL. It makes the bottom of the word wrap, look like the top of the next URL.

See screenshot below for all 3 issues.

Thanks again buddy!

 

Quote · 15 May 2015

Ok, thanks for being our beta tester. This way we would have to pay you for that soon. :)

Module is updated to version 1.0.1. You can update it simply by replacing the files

modules/aqb/personal_bookmarks/js/main.js
modules/aqb/personal_bookmarks/templates/base/floating_block.html

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 15 May 2015

*LOL* You pay me by listening to my ideas! :) So im already paid. ;)

Ok.. trying it now. I'll report back. :)

Quote · 15 May 2015

Brilliant! You fixed all three issues, and it works GREAT!!!

There is, im afraid to say, one issue remaining.. and its not a big one.. z-index.

Can you set the z-index so that when it is open, it will open OVER other tabs, and not hide the trash can?

(as usual.. heres the picture. ;) )

Quote · 15 May 2015

Currently z-index for that block is set to 1000 which is bigger than anything in Dolphin out of the box. I don't know what value is being used by the F-Chat. So I'm unable to say what value you should set for the new tab. But you can try to increase that value for the Personal Bookmarks block by editing it in the
modules/aqb/personal_bookmarks/templates/base/floating_block.html
see the line
z-index: 1000!important;

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 15 May 2015

Thats really weird.

F-chat is only set to 10...

    padding: 10px;
   position: absolute;
   right: 15px;
   top: 35px;
   width: 250px;
  z-index:10;

Ill work with it and see what I can do. Its not a fault of 'My Bookmarks', so i know that. ;)
On the contrary, actually... with your 1.01 modifications, bookmarks is a VERY awesome tool to have! It will make navigating fun for the WHOLE family!! :D (ok.. may not grandma.)

Cheers sir!

Oh.. left you a note a bit ago. just reply when you have time. ;)

Quote · 15 May 2015

If you will provide us with a test account for your site then we can look into it. It is possible that the F-Chat thing is a flash based object, if it is then it requires a little bit more CSS efforts to be hidden under a regular HTML div.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 18 May 2015

Update to V1.0.2:

Minor fix for IE11 compatibility. A complete reinstallation isn't required. It is enough to simply update the files

modules/aqb/personal_bookmarks/js/jquery.mb.flipText.js

modules/aqb/personal_bookmarks/js/mbExtruder.js

and clean a site's JS cache.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 23 May 2015

Hello,   

   This won't install on 7.2.0?  Any suggestions?

 

Thanks for your help

Quote · 10 Oct 2015

What does the error message say?

My guess is that you need to change the version from 7.1.x to 7.2.x

Quote · 10 Oct 2015

That's the only message I got. "Failed

It's 7.2.0 fresh install.  

 

Thanks for trying,

All help is appreciated!

Quote · 11 Oct 2015

Hello,   

   This won't install on 7.2.0?  Any suggestions?

 

Thanks for your help

 Most likely it was uploaded/extracted incorrectly. Before hitting the install button ensure that you have the following folders structure after uploading the module:

modules/aqb/personal_bookmarks/classes/...

modules/aqb/personal_bookmarks/install/...

modules/aqb/personal_bookmarks/js/...

modules/aqb/personal_bookmarks/templates/...

modules/aqb/personal_bookmarks/request.php

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 12 Oct 2015

Got It.  I re-downloaded it and installed it over. Installed properly this time. 

 

Thanks

Quote · 13 Oct 2015
 
 
Suggestion This module could have a dual purpose if he could follow in the admin pannel that'd be great. Sometimes it so module and always uses the same pages, admin gain much time.
Baloo
Quote · 12 Jan 2016
Suggestion This module could have a dual purpose if he could follow in the admin pannel that'd be great. Sometimes it so module and always uses the same pages, admin gain much time.

Done. But you need to update the module with a newer version (1.0.3). If you would like to keep your existing bookmarks database then update the module manually:

1. Overwrite existing files with new ones.

2. Run the following SQL query using phpMyAdmin

INSERT INTO `sys_injections_admin` (`name` , `page_index` , `key` , `type` , `data` , `replace` , `active` ) 
VALUES ('aqb_personal_bookmarks', '0', 'injection_header', 'php', 'return BxDolService::call(''aqb_personal_bookmarks'', ''get_bookmarks_floating_block'', array(true));', '0', '1'); 

3. Clean your site's DB cache.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 12 Jan 2016

Anton,

three things please.

 

1. Where can we alter the width of the bookmark 'tab' i want to try and make it about 1/3 smaller as to take less screen on mobiles.

2. where can we alter the OPEN bookmark apps width and font size? again.. to lower screen estate on mobiles.

3. A request. Can you consider adding the ability for users to click/hold and drag a bookmark up or down to rearrange them? (touch screen and standard screen)

Quote · 21 Apr 2016

1. Where can we alter the width of the bookmark 'tab' i want to try and make it about 1/3 smaller as to take less screen on mobiles.

That is not an easy task unfortunately. It uses a 3rd party library to display that "flap" which in turn uses another 3rd party library to draw vectorized text vertically. So there is no en easy way to change the style of that flap unfortunately, since it is hardcoded across multiple files.

2. where can we alter the OPEN bookmark apps width and font size? again.. to lower screen estate on mobiles.

See the file modules/aqb/personal_bookmarks/js/main.js, the line

width:300,

3. A request. Can you consider adding the ability for users to click/hold and drag a bookmark up or down to rearrange them? (touch screen and standard screen)

Ok, probably we'll add this.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 21 Apr 2016

Version 1.1: Bookmarks now can be reordered by darg'n'drop.

For those who want to get the update but don't want to loose existing database of bookmarks do the following:

1) Execute the following SQL query over your database (the easiest way is by using the phpMyAdmin tool from cPanel):

ALTER TABLE `aqb_personal_bookmarks_entries` ADD COLUMN `order` INT NOT NULL DEFAULT 0;

2) Download the V1.1 installation package, extract it and upload it to modules/aqb/ folder, overwriting existing files.

3) Clean your site's templates and JS cache and your browser's cache. 

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 28 Apr 2016

Great to hear!

Thank you for lightning fast update!

 

The ability to use in admin AND rearrange links makes this a MUST have admin tool!!!

Now I can have my site maintenance link always just a fly-out away!

Quote · 29 Apr 2016
 
 
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.