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

Reply
 
Thread Tools
vB Journal for vBulletin 3.0.3(v1.0.1) Details »»
vB Journal for vBulletin 3.0.3(v1.0.1)
Version: 1.0.1, by AN-net AN-net is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 09-16-2004 Last Update: 09-22-2005 Installs: 462
DB Changes Template Edits
Code Changes  
No support by the author.

vB Journal v1.0.1
By Antonbomb22(Anthony Scudese)

vB Journal 1.5 Beta 1 is now available, click here.

Features:
  • Full vBulletin 3.0.3 intergration
  • Install file for SQL queries
  • Comment System
  • "GoToMyJournal"
  • link from postbit to journal
  • link from profile to journal
  • link from memberlist to journal
  • usergroup permissions
  • journal buddy system(by Wonko)
  • Journal Search Engine
  • journal highlight
  • bbcode parsing
  • smilie parsing
  • Admin Cp Support Section
  • Journal Status Icons
  • Who is viewing
  • most recent journal entries and journals
  • Who Can View for journals and entries
  • Complete journal and entry privacy
  • Comment on entries or journals
  • Journal Moderation(Like Post and Thread Moderation)
  • Entry Moderation(Like Post and Thread Moderation)
  • Pagination
  • Rating System
  • Lock System
  • Moods
  • "Can Have Journal" on a per user basis
  • Ip Logging
  • Journalists can name their journals
  • Export entries in TXT or XML format
  • Flood System
  • Administrators have absolute permissions
  • Search in Journal
  • Last Entry on Journal Index
  • Numerous AdminCp Settings
  • Unique Standard vB Images for vB Journal
  • View Single Entry
  • and so much more...

Version 1.0.1:
  • Many parts of vB Journal 1.0.0 were rewritten to cap security holes lurking within the code.

Features for later versions:
  • journalists can specify colors for their journal
  • attachments
  • subscriptions
  • journal moderators
  • report system
  • more administration options
  • complete phrasing

Demos:
Add-Ons(I Will not give support for these because i did not create them):
Side Credits:
  • Journal Buddy System ~ WonkotheSane
  • Closed Beta Tester ~ Pitman
  • Closed Beta Tester ~ DantX
  • Helpful Person ~ Oblivion Knight
And to all those who helped me find my mistakes and encourage me

Notes:
  • The WOL(Who's Online) is not yet finished but will be released shortly due to some bugs and flaws
  • You may not remove the copyright notice!
  • An import script for Ryangle's ported Journal will be made so dont install this hack for now if you have the vb3 port of Ryangle's

Support:
~READ FIRST POST COMPLETELY BEFORE POSTING PROBLEMS AND MAKE SURE YOU DID ALL EDITS AND REQUIREMENTS!~

Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances.

If you should run into any errors, problems, confusion, or maybe even a suggestion please
foward them to one of the following places:
Contents of Zip:
  • install.txt
  • journal.php
  • journaladmin.php
  • journalinstall.php
  • images

I have also provided several screenshots

Please click install

If you are missing phrases or blank spaces in the usergroup manager click here.

Updates/Fixes:

Supporters / CoAuthors

Show Your Support

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

Comments
  #112  
Old 09-18-2004, 02:36 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nineball
I have the hack working it is a great. Got a question about being able to delete your own and other journals for admins.

// print_yes_no_row("Can Edit Others Journal", 'usergroup[caneditothersjournal]', $ug_bitfield['caneditothersjournal']);
// print_yes_no_row("Can Edit Others Entries", 'usergroup[caneditothersentries]', $ug_bitfield['caneditothersentries']);
// print_yes_no_row("Can Delete Others Journal", 'usergroup[candeleteothersjournal]', $ug_bitfield['candeleteothersjournal']);
// print_yes_no_row("Can Delete Otheers Entries", 'usergroup[candeleteothersentries

The options are commented out in the usergroup and the dataitems do not seem to be added to the database. Is this something that will be enabled in a future release. I tried uncommenting them but got a DB error.

Thanks. Great Job
yes those will be used in a future release, admins have those powers anyway
Reply With Quote
  #113  
Old 09-18-2004, 02:41 PM
rex_b rex_b is offline
 
Join Date: Jul 2004
Location: LA
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Silver Dawn,

I also have the articles hack, but I'm having no problems with articles/journal installed..
Reply With Quote
  #114  
Old 09-18-2004, 02:42 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Silverdawn222
Hi,

Works excellently. However, I have a problem. We also run the Articles Hack on our forum. This popular hack uses plugin usergroup permission bitfields like yours (in includes/init.php). There seems to be a conflict because I can't properly set the permissions without it jumping between article permissions and journal permissions. And I'm afraid deleting the articles feature is really not an option because that's what our site is all about. I'm talking about this piece of code (the first part is your custom fields, the second is the Article Hack's):

PHP Code:
// field names for journal permissions
$_BITFIELD['usergroup']['journalpermissions'] = array(
    
'canviewjournal'            => 1,
    
'canhavejournal'            => 2,
    
'canviewcomments'            => 4,
    
'cancommentjournals'          => 8,
    
'canratejournals'            => 16,
    
'canreportentries'        => 32,
    
'caneditownjournal'        => 64,
    
'caneditownentries'        => 128,
    
'candeleteownjournal'         => 256,
    
'candeleteownentries'         => 512,
    
'cansearchjournal'        => 1024 //,
//     'caneditothersjournal'        => 2048,
//     'caneditothersentries'        => 4096,
//     'candeleteothersjournal'      => 8192,
//     'candeleteothersentries'      => 16384
);

// ### INSERT PLUGIN USERGROUP PERMISSIONS BITFIELDS HERE ###
// ----------------------------------------------------------

$_BITFIELD['usergroup']['articlepermissions'] = array(
    
'canviewarticles'        => 1,
    
'canviewcomments'        => 2,
    
'canpostarticles'        => 4,
    
'cancomment'             => 8,
    
'canedownart'            => 16,
    
'canedothart'            => 32,
    
'candelownart'            => 64,
    
'candelothart'            => 128,
    
'canfeature'            => 256,
    
'cansearchart'            => 512,
    
'canratearticles'        => 1024,
    
'canviewartmedia'        => 2048
);

// ----------------------------------------------------------
// ###  END PLUGIN USERGROUP PERMISSIONS BITFIELDS HERE   ### 
ok change the journals permissions to the following:
PHP Code:
// field names for journal permissions
$_BITFIELD['usergroup']['journalpermissions'] = array(
    
'canviewjournal'            => 1,
    
'canhavejournal'            => 2,
    
'canviewjournalcomments'            => 4,
    
'cancommentjournals'          => 8,
    
'canratejournals'            => 16,
    
'canreportentries'        => 32,
    
'caneditownjournal'        => 64,
    
'caneditownentries'        => 128,
    
'candeleteownjournal'         => 256,
    
'candeleteownentries'         => 512,
    
'cansearchjournal'        => 1024 //,
//     'caneditothersjournal'        => 2048,
//     'caneditothersentries'        => 4096,
//     'candeleteothersjournal'      => 8192,
//     'candeleteothersentries'      => 16384
); 
and in journal.php
change find:
PHP Code:
if($permissions['journalpermissions'] & CANVIEWCOMMENTS)
{
    
$canview['comments']= true;
}
else
{
    
$canview['comments']= false;

replace that with:
PHP Code:
if($permissions['journalpermissions'] & CANVIEWJOURNALCOMMENTS)
{
    
$canview['comments']= true;
}
else
{
    
$canview['comments']= false;

in usergroup.php find:
PHP Code:
print_yes_no_row("Can View Comments"'usergroup[canviewcomments]'$ug_bitfield['canviewcomments']); 
replace that with:
PHP Code:
print_yes_no_row("Can View Comments"'usergroup[canviewjournalcomments]'$ug_bitfield['canviewjournalcomments']); 
that should fix the conflict
Reply With Quote
  #115  
Old 09-18-2004, 02:56 PM
Rambo Rambo is offline
 
Join Date: Oct 2003
Location: Scotland, UK
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
the first error has to do with debug and the second one has to deal with is_browser in global.php which is not even edited in hack

do you have debug on?
hmm..

Nope dont think i have debug on, i thought id leave the functions.php as it is without editing and the mod seems to work well now o.O
Reply With Quote
  #116  
Old 09-18-2004, 03:13 PM
Silverdawn222 Silverdawn222 is offline
 
Join Date: Jun 2003
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks AN-Net, it worked great! I still have a slightly annoying problem - see the screenshot below.
Reply With Quote
  #117  
Old 09-18-2004, 03:18 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Silverdawn222
Thanks AN-Net, it worked great! I still have a slightly annoying problem - see the screenshot below.
There is a fix for this problem .. in this thread
Reply With Quote
  #118  
Old 09-18-2004, 03:34 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rambo
hmm..

Nope dont think i have debug on, i thought id leave the functions.php as it is without editing and the mod seems to work well now o.O
if you dont edit functions.php the who is viewing will not work
Reply With Quote
  #119  
Old 09-18-2004, 03:40 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bolas
Just 2 question:

will visitors (registered or not) of a Journal choose the ASC/DESC order of the posts by date?
will owners of a journal choose a style (and lock it) for their pages?

Ah, er.. so.. this is a good work! Gratz
yes they can choose the order for the journals on the index but inside a journal they can not since a journal goes from the first page to the last

colors and setup are not available in this version but in future versions yes, locking can only be done by administrators currently
Reply With Quote
  #120  
Old 09-18-2004, 04:13 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For complete compatiably upload the following updated journal.php file

this update will make it so that if a link/url is put in without a url bbocode tags that it will be parsed anyways
Reply With Quote
  #121  
Old 09-18-2004, 04:48 PM
spence2 spence2 is offline
 
Join Date: Jun 2002
Location: usa
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AN-net!

Your support is superlative. Thank you, thank you, thank you!
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 11:51 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.06232 seconds
  • Memory Usage 2,376KB
  • Queries Executed 28 (?)
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
  • (6)bbcode_php
  • (6)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
  • (4)pagenav_pagelinkrel
  • (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_postinfo_query
  • fetch_postinfo
  • 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