Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MyBookmarks for vBulletin Details »»
MyBookmarks for vBulletin
Version: 1.00, by bad_madman bad_madman is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-15-2002 Last Update: Never Installs: 46
 
No support by the author.

Web based Bookmark collection for your forum users.
I think that I am no more in the beta phase :nervous: But let me know, if you find what or have suggestions :bunny:

Latest version: 1.20 (7-30-2002)
- 07-30-2002 - 02:13 PM GMT: new bmadmin.php with help for new template 'mybookmarks_settings'

Updates 1.20 (7-30-2002):
- Complete support of different languages by new template.
- Containing all German and English templates now.
- Import Bookmarks from bookmarks file.
- Option: Allow/disallow save of public bookmarks.
- Option: User can ignore URL validity.
- Option: What may a deactivated/banned/warned user do...
- Bug: no max number allowed bookmarks on 'add' page.
- Small bug fixes in file bookmarks.php
- More possibilities in bmadmin.php

other Features:
-- perfect integration into user control panel
-- add hyperlink (or 'hot key') on each thread: 'add to Bookmarks'
-- Censor option for words in title/description/category for public Bookmarks
-- URLs with censored words cannot save as public Bookmarks.
-- Ban user with bad Bookmarks. User cannot use Bookmarks any more
-- Warn user with bad Bookmarks.
-- Report user's public bookmark(s) to administrator.
-- Browse all public Bookmarks.
-- Compatibility with FireFly's vBpad.
-- Allow/disallow users to change his hits/votes counter
-- Optional: User must agree MyBookmarks rules.
-- Optional: User must agree MyBookmarks rules again after warning.
-- Optional: Number public bookmarks/views (or image) in member profile.
-- Optional: Number public bookmarks/views (or image) in members list.
-- Admin options as extra file admin/bmadmin.php:
  - disable use of bookmarks for user
  - change user's bookmark status
  - delete private or all bookmarks
  - set all bookmarks to private
  - warn/ban user
  - email/PM user
  - usergroup permissions
  - min. posts required per usergroup
  - search bookmark users
  - max Bookmarks per user
-- Options in vBulletin CP Options:
  - turn MyBookmarks on and off
  - max characters for bookmark title, url and description
  - browse public Bookmarks on/off
  - enable/disable search
  - category name for unassigned bookmarks
  - mail footer for bookmark 'send mail to friend'
  - enable/disable 'browse public bookmarks'
  - enable/disable rating, hits counting, url response check
-- MyBookmark Options:
  - public/private bookmarks
  - add other users public bookmarks
  - hits counting
  - email bookmark to friend
  - bookmark rating
  - bookmark categories
  - extensive search options
  - browse bookmarks in popup window
  - random bookmark
  - member profile integration
  - 2 different views
  - bookmark statistics
  - backup option for own bookmarks
--Very simple installation

Screenshots:
- Admin options
- User CP integration
- Browse Bookmarks [view 1]
- Browse Bookmarks [view 2]
- Add Bookmark
- Edit Bookmark
- Bookmark categories
- Search
- Statistics and Backup
- MyBookmarks in popup

Installation / Update:
- Read !readme.txt in ZIP-ARCHIV!

Download:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 07-19-2002, 03:14 AM
Razor's Avatar
Razor Razor is offline
 
Join Date: Jan 2002
Location: Grand Rapids, MI
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice job. Great hack.
Reply With Quote
  #63  
Old 07-19-2002, 05:55 AM
Ig@r's Avatar
Ig@r Ig@r is offline
 
Join Date: Feb 2002
Location: MN
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool, I love it
Reply With Quote
  #64  
Old 07-19-2002, 06:08 AM
Sue's Avatar
Sue Sue is offline
 
Join Date: Nov 2001
Location: Springfield, MA
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It all installed great for me, but the Bookmarks section doesn't show up in the UserCP for me or any other member, and not in the profile either. Dunno what you need to look at. I can GET to the bookmarks page fine, but no links show anywhere on my board (as I said, in profiles and whatnot) to get there. help *sniff*

http://www.libragrrl.com/forums/bookmarks.php

Dunno if you can see that as a guest.
Reply With Quote
  #65  
Old 07-19-2002, 09:45 AM
Ordovicium's Avatar
Ordovicium Ordovicium is offline
 
Join Date: Oct 2001
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made a little change.
I add the bookmarks into the "Who is online" window:

Open online.php and find:
PHP Code:
case 'online':
      
$userinfo[where] = "Viewing <a href='online.php?s=$session[sessionhash]'>Who's Online</a>";
      break; 
after that add:
PHP Code:
case 'bookmarks':
      
$userinfo[where] = "Viewing <a href='bookmarks.php?s=$session[sessionhash]'>Bookmarks</a>";
      break; 
Still in online.php
find:
PHP Code:
case 'online.php':
    
$userinfo[activity] = 'online';
    break; 
and after that add:
PHP Code:
case 'bookmarks.php':
    
$userinfo[activity] = 'bookmarks';
    break; 
That's all folks
Reply With Quote
  #66  
Old 07-19-2002, 11:08 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about adding it so we will know who's bookmarks they are viewing (if they are viewing public bookmarks)?
Reply With Quote
  #67  
Old 07-19-2002, 11:28 AM
bad_madman's Avatar
bad_madman bad_madman is offline
 
Join Date: Oct 2001
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Little fix:
- fix blank page after jump in 'vote bookmark popup' (see )

Downlaod zip archive again and upload bookmarks.php into your forums directory. Replace the old file. That's all...
Reply With Quote
  #68  
Old 07-19-2002, 11:45 AM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok You still have an error. This is the prob. You fixed it but you left something out. I get this as the URL when i press the URL in the RATE screen. /messageboard/&action=jump&bmid=1

THERE IS NO BOOKMARK.PHP before the &action=jump&bmid=1

I hope you no what i mean haha. Please fix thanks.
Reply With Quote
  #69  
Old 07-19-2002, 11:55 AM
Ordovicium's Avatar
Ordovicium Ordovicium is offline
 
Join Date: Oct 2001
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Birdie501: Thanx for the translation, but during the installation I found few problems.
Why did you add as backgroundcolor always the code #1960ca ??
I replaced it now with categorybackcolor.
The search template was a little bit more edited. The Table was smaller as before. In this Version, it has now thesame width as before.

But I will say thank you again, to edit these templates!!
Reply With Quote
  #70  
Old 07-19-2002, 11:59 AM
bad_madman's Avatar
bad_madman bad_madman is offline
 
Join Date: Oct 2001
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Many thanks @BigJohnson. If I wouldn't have you :cheeky: :classic:
Is fixed...

Quote:
Originally posted by BigJohnson
Ok You still have an error. This is the prob. You fixed it but you left something out. I get this as the URL when i press the URL in the RATE screen. /messageboard/&action=jump&bmid=1

THERE IS NO BOOKMARK.PHP before the &action=jump&bmid=1

I hope you no what i mean haha. Please fix thanks.
Reply With Quote
  #71  
Old 07-19-2002, 12:00 PM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Ordovicium
well the translation was for my site, then i decided to make it public and forgot to change that!

Yes i also changed the width of some tables but without success! My page has a width of 736 pix. Some of the template does not fit into that size. But even if i try to change the table width it doesn't work. Can somebody help me out?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08180 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete