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.
Hello everybody. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
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! :) |
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. :) |
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 { 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 |
Youre great, Anton. :) Thank you! |
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!
|
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 Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
*LOL* You pay me by listening to my ideas! :) So im already paid. ;) Ok.. trying it now. I'll report back. :) |
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. ;) ) |
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 Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Thats really weird. F-chat is only set to 10... padding: 10px; Ill work with it and see what I can do. Its not a fault of 'My Bookmarks', so i know that. ;) Cheers sir! Oh.. left you a note a bit ago. just reply when you have time. ;) |
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 |
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 |
Hello, This won't install on 7.2.0? Any suggestions?
Thanks for your help |
What does the error message say? My guess is that you need to change the version from 7.1.x to 7.2.x |
That's the only message I got. "Failed It's 7.2.0 fresh install.
Thanks for trying, All help is appreciated! |
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 |
Got It. I re-downloaded it and installed it over. Installed properly this time.
Thanks |
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 |
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 |
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) |
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 |
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 |
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! |