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

Reply
 
Thread Tools
vB Journal 1.5 Beta 3 Details »»
vB Journal 1.5 Beta 3
Version: 1.5 Beta 3, by AN-net AN-net is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 11-07-2005 Last Update: 02-12-2006 Installs: 24
DB Changes Template Edits
Code Changes Additional Files Is in Beta Stage  
No support by the author.

vB Journal 1.5.0 Beta 3
by Anthony Scudese
  • Description:
    Allow your community members to express themselves like never before with their own journal! vB Journal 1.5.0 extends the popular vB Journal 1.0.x system with tons of new features and more stability than ever before.
  • Features:
    • Full vBulletin 3.0.x intergration
    • 1.0.1 Features:
      • 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
    • 1.5.0 Beta 1 Features:
      • Multiple Syndication Settings Including RSS 0.91, RSS 2.0, Atom 1.0, XML, CSV, and TXT.
      • vBulletin Standard Editors Added
      • Preview Entry
      • Reverse Entry Order
      • Improved Search Engine
      • Recent Comments for an Entry on Single Entry Page
      • Admin Settable Sort Orders
      • Printable Entry Format
      • Dynamic Last Entry
      • Database Indexes For More Speed
      • Optimized Code
      • Comes with Template, Phrase, and Database Installer and Upgrader.
      • Increased Security
    • 1.5.0 Beta 2 Features:
      • Reworked Editor Templates
      • Support For WYSIWYG
      • Back-End Post Checker
      • New Journal Buddy Interface
      • Navigation Bars Added Back
      • New Settings for Minimum/Maximum Postings
      • Known Bug Issues Solved
    • 1.5.0 Beta 3 Features:
      • Known Bugs Resolved
      • New Feature Settings
      • Majority of Settings Converted to Bitfields
      • Some Maintenance Tools Added
  • Disclaimer:
    • Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances.
    • The copyright notice may not be modified or removed.
  • Support:
    • Where to Get Support?
      • AIM: Antonbomb22
      • antonbomb22(at)gmail.com
      • this thread!
    • How to Report An Error:
      1. State The Error Message
      2. The Version of both vBulletin and vB Journal you are using.
      3. What page the error occured on(i.e. journal.php?do=showjournal)
      4. Screenshot if necessary
    • Read All The Entire First Post and Any Official Posts Following Before Posting An Error/Problem
  • Side Credits:
    • Zero Tolerance
    • KirbyDE
    • Danny.vbt
    • WonkotheSane
  • Contents of vBJournal_1-5-0_Beta3.zip:
    • install.txt
    • Upload
      • journal.php
      • admincp
        • journaladmin.php
        • journalinstaller.php
        • journalmaintenace.php
        • journalupgrade.php
        • journalupgrade2.php
        • journalupgrade3.php
        • journalupgrade4.php
        • vbj_install_class.php
        • vbj_phrases_install.xml
        • vbj_templates_install.xml
        • vbj_phrases_upgrade2.xml
        • vbj_templates_upgrade2.xml
        • vbj_templates_upgrade3.xml
      • includes
        • vbjournal_class.php
      • images
        • buttons
          • delete.gif
          • discuss.gif
          • newcomment.gif
          • newentry.gif
          • newentry_small.gif
          • newjournal.gif
        • statusicon
          • journal_lock.gif
          • journal_new.gif
          • journal_old.gif
    • Upgrade
      • 1-0-1_to_1-5-0_Beta1
        • Instructions.txt
      • 1-5-0_Beta1_to_1-5-0_Beta2
        • Instructions.txt
      • 1-5-0_Beta2_to_1-5-0_Beta3
        • Instructions.txt
  • Demo:
  • Updates/Fixes:

Please Click Install

Show Your Support

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

Comments
  #32  
Old 11-15-2005, 09:57 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@An-Net
Yes, just remove the collation/charset stuff and it will work.
However, make sure that fields you are processing string operations on (like CONCAT or FIND_IN_SET) should be BINARY, otherwise you might/will run into problems with conflicting collations.

@Kenny Pollock
Make sure you are using the latest Version and unmodified templates.
If it still does not work, make a bugreport.

As for recounting: It's not a feature yet, but i'll make a note to add smth, in the future.
Reply With Quote
  #33  
Old 11-15-2005, 11:24 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 Andreas
@An-Net
Yes, just remove the collation/charset stuff and it will work.
However, make sure that fields you are processing string operations on (like CONCAT or FIND_IN_SET) should be BINARY, otherwise you might/will run into problems with conflicting collations.
Now im confused. *cries*
Reply With Quote
  #34  
Old 11-16-2005, 12:22 AM
Kenny Pollock Kenny Pollock is offline
 
Join Date: Nov 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andreas
@Kenny Pollock
Make sure you are using the latest Version and unmodified templates.
If it still does not work, make a bugreport.

As for recounting: It's not a feature yet, but i'll make a note to add smth, in the future.
Thanks for the response.

The footer shows: vB 3.5 Journal (1.0.2 Alpha 1) by KirbyDE, based on vB Journal 1.0.1 by Antonbomb22

Is that the latest for 3.5?
Reply With Quote
  #35  
Old 11-16-2005, 12:27 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, that is very old.
Current Version is Beta 1, the previous one was Alpha 3.
Reply With Quote
  #36  
Old 11-16-2005, 01:07 PM
nighteyes's Avatar
nighteyes nighteyes is offline
 
Join Date: Oct 2001
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So is the zip going to be updated so I can try to upgrade this on our MySQL 4 installation?
Reply With Quote
  #37  
Old 11-16-2005, 07:15 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

yes i will try to upgrade this tonight.
Reply With Quote
  #38  
Old 11-16-2005, 11: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

This fix addresses problems within the upgrade script relating to MySQL 4.0 Compatability problems.

upload and overwrite journalupgrade2.php, new file attached.
Reply With Quote
  #39  
Old 11-18-2005, 04:40 PM
Sean S's Avatar
Sean S Sean S is offline
 
Join Date: Jan 2004
Location: Chicago
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
This fix addresses problems within the upgrade script relating to MySQL 4.0 Compatability problems.

upload and overwrite journalupgrade2.php, new file attached.
quick question, sorry if it is already stated or not. Is it possible to make the journal so that each journal uses the userid in the url? instead of "do=showjournal&j=id". The reason that I'm asking this is because I want each member to have a journal according to her/his real forum id.

thank you.
Reply With Quote
  #40  
Old 11-18-2005, 07:41 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

currently no, and for this version i do not see it being a feature. users can easily access their journals through journal.php?do=gotomyjournal
Reply With Quote
  #41  
Old 11-19-2005, 03:47 AM
Sean S's Avatar
Sean S Sean S is offline
 
Join Date: Jan 2004
Location: Chicago
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
currently no, and for this version i do not see it being a feature. users can easily access their journals through journal.php?do=gotomyjournal
ok thank you, was just curious
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 03:44 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.05059 seconds
  • Memory Usage 2,320KB
  • 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_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
  • (1)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