vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - [DBTech] Thread / Post Bookmarking v1 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=258738)

DragonByte Tech 02-11-2011 10:00 PM

[DBTech] Thread / Post Bookmarking v1 (vB4) [AJAX]
 
1 Attachment(s)
What is Thread / Post Bookmarking?
Thread / Post Bookmarking from DragonByte Tech is a modification designed to allow users to bookmark threads and posts for later perusal, quickly and easily.

About Thread / Post Bookmarking
Browser bookmarks folder getting out of hand? Tired of being constrained to one computer to have access to your bookmarks? Thread / Post Bookmarking stores your bookmarks on the forum itself, allowing you and your members to bookmark threads and posts with ease and review it from any computer.

Other addons available @ www.DragonByte-Tech.com/forum
Priority support for Lite version is handled at the Developers Website.

-------------------------------------------------------------------------------------------

If you like this mod please hit the https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!

-------------------------------------------------------------------------------------------

Feature List
  • Review / Go to / Delete bookmarks from UserCP
  • Per-usergroup permissions for bookmarking threads
  • Per-usergroup permissions for bookmarking posts
  • AJAX bookmarking in threads

-------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer of all pages which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

staffurdu 02-12-2011 12:27 PM

Awesome installed and working fine!! thanks

COL NIL SATIS 02-12-2011 01:22 PM

Outstanding,will add this now,many thanks

mokonzi 02-12-2011 02:51 PM

Looks good. Will get adding this to my site soon... :D

Bacon Butty 02-12-2011 03:12 PM

Looks good. Where are the settings edited?

Dr.osamA 02-12-2011 11:55 PM

Demo plzzz

thank you

OldSchoolDSL 02-13-2011 01:29 AM

Installed and working

4.1.1 :)

Question: Any plans on extending this for the blogs as well? It often seems many of the modifications here forget about those communities who do have active bloggers.

BlueCheri 02-13-2011 03:42 AM

Useful, tagged.

OldSchoolDSL 02-13-2011 03:14 PM

Confirmed to work with jQuery 1.5.0

To apply update, simply look for the template dbtech_bookmark_thread and change the version number (don't forget to save and reload).

Should look like:

PHP Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script

Original I think was 1.4.4 and all I did was change it to 1.5.0

3amalah 02-13-2011 05:38 PM

Amazing Thanks

Demo

Add Topic From Here

http://www.almsmk.com/threads/69545

Then Show It Here

http://www.almsmk.com/usercp.php

vBulletin
123456

DragonByte Tech 02-13-2011 09:48 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2162169)
Confirmed to work with jQuery 1.5.0

To apply update, simply look for the template dbtech_bookmark_thread and change the version number (don't forget to save and reload).

Should look like:

PHP Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script

Original I think was 1.4.4 and all I did was change it to 1.5.0

Not to seem like I'm questioning you or anything but is there a point to changing the jquery version?

I wrap everything in noConflict so assuming there's a newer version already loaded it shouldn't cause any issues, should it?

Or will that same function stop newer versions from loading further down?

Kinda new to jQuery so I still don't know how they handle upgrading libraries :p


Fillip

your24hourstore 02-13-2011 10:07 PM

Quote:

Originally Posted by Bacon Butty (Post 2161769)
Looks good. Where are the settings edited?

took me forever to find it betty, lol because i run micro classifieds and it has a bookmark feature on the toolbar, so I kept thinking it wasn't working. then after reading carefully i see that its in usercp, no settings to speak off just 2 links goto to the top toolbar click settings>>then at the bottom of the my settings block you will see two links my bookmarked posts and my bookmarked threads :)

OldSchoolDSL 02-14-2011 12:12 AM

Quote:

Originally Posted by DragonByte Tech (Post 2162309)
Not to seem like I'm questioning you or anything but is there a point to changing the jquery version?

I wrap everything in noConflict so assuming there's a newer version already loaded it shouldn't cause any issues, should it?

Or will that same function stop newer versions from loading further down?

Kinda new to jQuery so I still don't know how they handle upgrading libraries :p


Fillip

So far... Just about every new jQuery release has equaled to be quicker loading & less resource usage... Normally for the end user, but sometimes server side depending on what it is applied to.

Older versions of jQuery sometimes would conflict if used together (1.4.2 or older)

AcidX 02-14-2011 07:14 AM

Nice and simple. Installed and recommended.

DragonByte Tech 02-14-2011 07:03 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2162366)
So far... Just about every new jQuery release has equaled to be quicker loading & less resource usage... Normally for the end user, but sometimes server side depending on what it is applied to.

Older versions of jQuery sometimes would conflict if used together (1.4.2 or older)

Only if the .noConflict wasn't used, though.

I've tested and updated all my modifications to use v1.5.0 now, though, so as of their next releases (this + Postbit Tabs being the only public ones at the moment I believe) they will be using the new version :)


Fillip

OldSchoolDSL 02-15-2011 12:10 AM

Quote:

Originally Posted by DragonByte Tech (Post 2162587)
Only if the .noConflict wasn't used, though.

I've tested and updated all my modifications to use v1.5.0 now, though, so as of their next releases (this + Postbit Tabs being the only public ones at the moment I believe) they will be using the new version :)


Fillip

That is not 100% correct. Some older versions (1.3.x or older) could still conflict even with the .noConflict command. Newer builds however do not have this issue. But as you have updated them... This will not be a problem for you

AURFSCAN 02-15-2011 01:08 AM

Can usergroup permissions be added?

DragonByte Tech 02-15-2011 01:14 PM

Quote:

Originally Posted by AURFSCAN (Post 2162664)
Can usergroup permissions be added?

It might get added to a future version.


Fillip

bulldog51981 02-21-2011 05:37 PM

Outstanding!

wonderfulwat 02-22-2011 11:50 AM

Awesome Mod! :cool:

One thing I'd change is to also have it show up on your own posts. I know there are some mods where you wouldn't want this to happen (Post Thanks comes to mind), but in this case it might be useful to bookmark some of your own favourite posts as well.

DragonByte Tech 02-24-2011 04:08 PM

Quote:

Originally Posted by wonderfulwat (Post 2165376)
Awesome Mod! :cool:

One thing I'd change is to also have it show up on your own posts. I know there are some mods where you wouldn't want this to happen (Post Thanks comes to mind), but in this case it might be useful to bookmark some of your own favourite posts as well.

We didn't really think of that, we'll be sure to take in into consideration for future versions :)


Fillip

Sunka 02-27-2011 02:02 AM

Any chance for usergroup permission?

DragonByte Tech 02-27-2011 02:28 AM

We didn't add it at first because it's not something that affects other people in any way, shape or form so we saw less of a reason to restrict it, but we'll take it into consideration for future versions :)


Fillip

OldSchoolDSL 03-15-2011 12:54 AM

Tested and working with

jQuery 1.5.1

Kaelon 04-09-2011 07:23 PM

This looks great. Any chance of creating something like this for vB3?

Bounce 04-09-2011 08:28 PM

Can the "button" be moved to the bottom of the thread?

Seems pointless bookmarking something that you've not yet read and if you did want to bookmark you'd need to scroll back to the top to bookmark it!

DragonByte Tech 04-11-2011 10:05 PM

Quote:

Originally Posted by hIBEES (Post 2182760)
Can the "button" be moved to the bottom of the thread?

Seems pointless bookmarking something that you've not yet read and if you did want to bookmark you'd need to scroll back to the top to bookmark it!

We'll look into making the button move moveable in a future version :)


Fillip

Hippy 04-12-2011 12:03 AM

Thanks for the mod.. I am testing it out..
I used something similar in vb2 or maybe it was vb

anyway great mod ..

is this a light version if so what more does the other version provide?

thanks again

DragonByte Tech 04-12-2011 12:11 AM

This is the full version, it's just meant as a small mod that someone else might find useful as well :)


Fillip

Bounce 04-12-2011 09:46 PM

Quote:

Originally Posted by DragonByte Tech (Post 2183609)
We'll look into making the button move moveable in a future version :)


Fillip

Thank you sir!

Hippy 04-13-2011 12:24 AM

1 Attachment(s)
@ Fillip
I have a idea you might want to add in the further

A little icon in the area in the forum display page.( example) Like if there is a attachment in the thread it shows the little paper clip..

well if you have that thread bookmarked it will show a little icon

I attachments a screen shot of what I mean..

thanks again for the mod..

Hippy 04-13-2011 10:14 PM

1 Attachment(s)
When viewing who's online you get a unknown location..
If anyone is bothered by this like I am
here's a fix for it..

Before and after screen shots attached along with the directions on how to do it..

feel free to improve it or add it to any further release
thanks again for the release of this mod

Enjoy

--------before ---------------after

Hippy 04-13-2011 10:43 PM

1 Attachment(s)
For those of you that use Icons for UserCP!
you'll like this one

simply upload images to your images/usercp_icons folder
and over write" dbtech_bookmark_usercp_nav_link" template

images and template edit attached

enjoy

Juggernaut 05-30-2011 06:22 AM

Great mod and thanks for the plugin help, as well, Hippy :D

career 06-01-2011 01:22 PM

can you release it for 3.8 ??

DragonByte Tech 06-02-2011 03:40 AM

There's currently no plans for a 3.8 release, however if enough of our users request it, we will :)


Fillip

career 06-02-2011 08:46 AM

Quote:

Originally Posted by DragonByte Tech (Post 2202571)
There's currently no plans for a 3.8 release, however if enough of our users request it, we will :)
Fillip

Thanks Fillip

I looked the code.
Will this work on 3.8 if I change only xml (replace <vb: etc.)?
Or php files have to be changed as well?

DragonByte Tech 06-02-2011 08:51 AM

I'm not sure, we don't support self-conversions so you'd just need to try :)


Fillip

career 06-02-2011 08:54 AM

ok I will

thanks Fillip

career 06-02-2011 09:27 AM

Also I can't register on your site.
Because yesterday i didn't receive any activation email.
I sent a message via "contact us" form but I haven't got any answer yet.
Nickname is the same.


All times are GMT. The time now is 12:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01787 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete