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
  #452  
Old 11-03-2004, 12:51 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 xg3
Hey, can you explain the further? I would really like to change this on my site. Thanks!
well the first query to be run in the showjournal section in journal.php is named $getjournalinfo or something like that, in there you could modify the where clause from
PHP Code:
WHERE journal_id=".$j." 
to
PHP Code:
WHERE journal_id=".$j." OR journalist=".addslashes($j)." 
this has not been tested but it should work

only most possible problem with doing that is user names with spaces could cause problems
Reply With Quote
  #453  
Old 11-03-2004, 02:52 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 memobug
You didn't miss anything about the importer. It's too bad though. This script looks good, but a huge installed base of journalers can't get into it because all the tables were named differently, even though their structure is actually very similar.

It's been almost a year already. Quite a shame, but it's the teaser in the first post

If we all got together and paid someone to do it, how much do you think it would cost?

Matt
actually im working on it right now

um some questions though since i couldn't install the port of ryangle's fully, what the database field 'title' for? is it like User's Journal? or is it like whatever the user wanted to call their journal?
Reply With Quote
  #454  
Old 11-03-2004, 07:29 PM
xg3 xg3 is offline
 
Join Date: Jan 2004
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
well the first query to be run in the showjournal section in journal.php is named $getjournalinfo or something like that, in there you could modify the where clause from
PHP Code:
WHERE journal_id=".$j." 
to
PHP Code:
WHERE journal_id=".$j." OR journalist=".addslashes($j)." 
this has not been tested but it should work

only most possible problem with doing that is user names with spaces could cause problems
hmm this isn't working. What is the format of the url with this change? Maybe I'm seeing something wrong.
Reply With Quote
  #455  
Old 11-03-2004, 09:55 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 xg3
hmm this isn't working. What is the format of the url with this change? Maybe I'm seeing something wrong.
oh you would also have to modify the gloalize for the journal.php where ever j is defined as an INT change it to STR
Reply With Quote
  #456  
Old 11-03-2004, 11:32 PM
xg3 xg3 is offline
 
Join Date: Jan 2004
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
oh you would also have to modify the gloalize for the journal.php where ever j is defined as an INT change it to STR
ok i did that, and it's still not working. is the url supposed to be:

http://www._.com/journal.php?do=showjournal&j=name

?
Reply With Quote
  #457  
Old 11-04-2004, 12:48 AM
xg3 xg3 is offline
 
Join Date: Jan 2004
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also I have a couple of requests.

1) Can you make the entries order so that the most recent entries are on top?
2) A Buddies list on the left or right column.

Basically, like Xanga..here's an example: http://www.xanga.com/home.aspx?user=JohnKerry

See how there is a simple list of links to buddies on the left side and the new entries are in descending order. Thanks!
Reply With Quote
  #458  
Old 11-04-2004, 05:28 AM
memobug memobug is offline
 
Join Date: Jun 2002
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
actually im working on it right now

um some questions though since i couldn't install the port of ryangle's fully, what the database field 'title' for? is it like User's Journal? or is it like whatever the user wanted to call their journal?
Wow, that is some great news!

What is title? It actually depends on which table you mean:

1. journal.title = memobug's Journal
that is the journal name although it wasn't user configurable, it was set to the username's Journal

2. journal_entry.title = Late Night!
that is the title of that entry

3. journal_comments.title = Re: Late Night!
that is the title of the comment - Re: ~~~~~~ was the default

If you have any other questions, please ask. I have hacked the Ryangel port to death (to life?), so I have some familiarity with it.

I really hope the structure of mine is the roughly the same as yours? I have 3 tables:

journal
journalid int(11)
title text
description text (unused?)
imagename text (unused?)
entries int(11)
views int(11)
enabled smallint(6)
timestamp int(11)
userid int(11)

journal_entry
entryid int(11)
title text
entry text
private smallint(6)
timestamp int(11)
userid int(11)
journalid int(11)
displayorder int(11)
comments int(11)

journal_comments
commentid int(11)
title varchar(70)
comment text
timestamp int(11)
entryid int(11)
journalid int(11)
userid int(11)
displayorder int(11) (seems to be always zero - unused?)

Thanks & regards,

Matt
Reply With Quote
  #459  
Old 11-04-2004, 01:09 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

also was display order ever used?

also was the usergroup table ever modified?
Reply With Quote
  #460  
Old 11-04-2004, 01:27 PM
nexialys
Guest
 
Posts: n/a
Default

i don't know for me, but a journal is read from left to right, from the post from today to the last IF we want to know the past of the member.. we can even search or browse by order, but i like the way it is right now, adding flexibility.
Reply With Quote
  #461  
Old 11-04-2004, 03:31 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

i was wondering how many people are interested in the importer containing an uninstall for Ryangle's Journal, ie. templates,phrases,settings,languages,phrasegroups, and any other additions/changes made in the database?
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:19 AM.


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.08545 seconds
  • Memory Usage 2,338KB
  • 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
  • (4)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
  • (10)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