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
  #1302  
Old 07-07-2005, 08:39 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hbalagh1
i have the same problem anyone have any ideas?
You could try reading the original [first] post.
Reply With Quote
  #1303  
Old 07-07-2005, 09:10 PM
Martin Martin is offline
 
Join Date: Jan 2002
Location: Honolulu
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is waht I get since upgrading:

Quote:
Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/forums/public_html/journal.php on line 867
Reply With Quote
  #1304  
Old 07-07-2005, 11:28 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Martin
This is waht I get since upgrading:
Had the file a week or so ?

See https://vborg.vbsupport.ru/showpost....postcount=1262
Reply With Quote
  #1305  
Old 07-10-2005, 11:03 PM
Code Monkey's Avatar
Code Monkey Code Monkey is offline
 
Join Date: May 2004
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you plan on adding an editor so formating of posts will be easier?
Reply With Quote
  #1306  
Old 07-11-2005, 03:17 AM
Code Monkey's Avatar
Code Monkey Code Monkey is offline
 
Join Date: May 2004
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see it in the instructions and I'm not reading 85 pages. But if you want it to show on the who's online page.

Open "includes/functions_online.php":

find
PHP Code:
        case 'modcplogin':
            
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
            break; 
add below

PHP Code:
        case 'journal':
            
$userinfo['action'] = 'Viewing Journal';
            
$userinfo['where'] = "<a href="$userinfo[location]" title="Journal">Journal</a>";
            break; 
find

PHP Code:
    case 'archive':
        
$userinfo['activity'] = 'archive';
        break; 
below add

PHP Code:
    case 'journal.php'
        
$userinfo['activity'] = 'journal'
        break; 
Reply With Quote
  #1307  
Old 07-11-2005, 04:08 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 JumpD
I don't see it in the instructions and I'm not reading 85 pages. But if you want it to show on the who's online page.

Open "includes/functions_online.php":

find
PHP Code:
        case 'modcplogin':
            
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
            break; 
add below

PHP Code:
        case 'journal':
            
$userinfo['action'] = 'Viewing Journal';
            
$userinfo['where'] = "<a href="$userinfo[location]" title="Journal">Journal</a>";
            break; 
find

PHP Code:
    case 'archive':
        
$userinfo['activity'] = 'archive';
        break; 
below add

PHP Code:
    case 'journal.php'
        
$userinfo['activity'] = 'journal'
        break; 
this is a simplified version of whos online for journal but i never released due to some conflictions with variables. my planned version was for an exact location of what journal and where.

also to answer ur question about an editor, this wont be available till version 2.

on the topic of version 2 I have successfully ported the main journal page over to OOP. the new functions an very extendable which will make taking information, counts, and other things from vbjournal and use them else where by simply including the vbjournal class file
Reply With Quote
  #1308  
Old 07-11-2005, 04:59 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
my planned version was for an exact location of what journal and where.
For a more comprehensive version try this ;

find ;

PHP Code:
    case 'bugs.php':
        
$userinfo['activity'] = 'bugs';
        break; 
add below ;

PHP Code:
    // ##### Journals ##### 
    
case 'journal.php':
        
$userinfo['activity'] = 'journal';
        
$userinfo['journal'] = $values['j'];
        
$userinfo['journaldo'] = $values['do'];
        
$userinfo['journalentry'] = $values['e'];
        break; 
find ;

PHP Code:
        case 'modcplogin':
            
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
            break; 
add below ;

PHP Code:
        // ##### Journals ##### 
        
case 'journal':
            
$userinfo['action'] = "Using Journal System";
            switch (
$userinfo['journaldo'])
            {
                case 
'showjournal':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']">Viewing Journal</a>";
                    break;

                case 
'showentry':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showentry&e=$userinfo['journalentry']">Viewing Journal Entry</a>";
                    break;

                case 
'editentry':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showentry&e=$userinfo['journalentry']">Editing Journal Entry</a>";
                    break;

                case 
'addentry':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']">Adding Journal Entry</a>";
                    break;

                case 
'topjournals':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=topjournals">Viewing Top Journals</a>";
                    break;

                case 
'showjbuddies':
                    
$userinfo['where'] = "<b>Viewing Journal Buddies </b>";
                    break;

                case 
'search':
                    
$userinfo['where'] = "<b>Searching Journals </b>";
                    break;

                case 
'searchresults':
                    
$userinfo['where'] = "<b>Viewing Search Results </b>";
                    break;

                case 
'showcomments':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showcomments&j=$userinfo['journal']">Viewing Journal Comments</a>";
                    if (
$userinfo['journalentry'] > 0$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showcomments&j=$userinfo['journal']&e=$userinfo['journalentry']">Viewing Entry Comments</a>";
                    break;

                case 
'editjournal':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']">Editing Journal</a>";
                    break;

                case 
'downloadjournal':
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]do=showjournal&j=$userinfo['journal']">Downloading Journal</a>";
                    break;

                default:
                    
$userinfo['where'] = "<a href="journal.php?$session[sessionurl]">$vboptions[bbtitle] Journals</a>"
                    break;
            }
            break; 
Not tested recently as I use a slightly different version, but it should work.
Reply With Quote
  #1309  
Old 07-11-2005, 07:05 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

my plan was still more complicated with the name of the actual journal etc.
Reply With Quote
  #1310  
Old 07-12-2005, 01:01 AM
Code Monkey's Avatar
Code Monkey Code Monkey is offline
 
Join Date: May 2004
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, href=\"$userinfo[location]\" always give me a link to the exact location without having to type it out.
Reply With Quote
  #1311  
Old 07-15-2005, 07:07 PM
Hoang Tu Ao Den Hoang Tu Ao Den is offline
 
Join Date: Jan 2004
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello. Does this work for vb 3.0.7 ?
Thanks
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:14 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.05262 seconds
  • Memory Usage 2,398KB
  • Queries Executed 26 (?)
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
  • (12)bbcode_php
  • (5)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_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