The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MyBookmarks for vBulletin Details »» | |||||||||||||||||||||||||
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
|
Comments |
#92
|
||||
|
||||
Quote:
Quote:
Quote:
PHP Code:
PHP Code:
Quote:
Thx for your report :classic: Boofo's solution is ok (remove javascript from template showthread) or change 'hot key' (Birdie501's solution). And I have changed the installation instructions... :bandit: |
#93
|
||||
|
||||
Hi bad_madman,
can you please tell me what you have changed, because i dont want to search through or make a new install. Thanks. |
#94
|
|||
|
|||
How do I do the following?
Public Bookmarks list with username. Browse all public Bookmarks. I want my users to be able to be able to see all Public Bookmarks. The only way I see to see others public bookmarks (besides in their user Control Panel) is to do a search. I would like them to be able to see all the public bookmarks and all the Public categories. (infact if users could store bookmarks in already created categories it would be cool as well. Thanks! |
#95
|
||||
|
||||
Quote:
Code:
post.*".iif($bmpublicbrowse!="0",",SUM(bookmarks.public) AS bmcount","").",post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,".iif($forum[allowicons],'icon.title as icontitle,icon.iconpath,','')." Code:
post.*".iif($bmpublicbrowse!="0",",SUM(bookmarks.public) AS bmcount,SUM(bookmarks.counter) AS allhits","").",post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,".iif($forum[allowicons],'icon.title as icontitle,icon.iconpath,','')." Code:
".iif ($bmpublicbrowse!="0","LEFT JOIN bookmarks ON bookmarks.userid=user.userid","")." WHERE $postids GROUP BY post.postid Code:
".iif ($bmpublicbrowse!="0","LEFT JOIN bookmarks ON bookmarks.userid=user.userid AND bookmarks.public='1'","")." WHERE $postids GROUP BY post.postid |
#96
|
||||
|
||||
Quote:
Code:
<a href="http://domain/forum/bookmarks.php?&action=mpbrowse&userid=all">View all user's public Bookmarks</a> search for Code:
// $allcategories=1; |
#97
|
|||
|
|||
Quote:
|
#98
|
|||
|
|||
Quote:
|
#99
|
|||
|
|||
There's an admin options link in the view public bookmarks. When I click on it it says I don't have permission. Whats it for?
|
#100
|
||||
|
||||
Strange...I'm not finding any of this in my Showthread.php.
Quote:
|
#101
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|