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
  #162  
Old 09-20-2004, 02:44 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SasukeNC
ohh i see now.. thnx architect, i went to the thing but there seems to be a problem. Its missing some fields for some reason and it looks like the pic below.
https://vborg.vbsupport.ru/showpost....8&postcount=56
Reply With Quote
  #163  
Old 09-20-2004, 02:52 PM
theArchitect's Avatar
theArchitect theArchitect is offline
 
Join Date: Sep 2004
Location: Sydney
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SasukeNC
ohh i see now.. thnx architect, i went to the thing but there seems to be a problem. Its missing some fields for some reason and it looks like the pic below.
Easy fix. Go to admincp/usergroup.php and replace:

Code:
	print_table_header($vbphrase['journal_permissions']);
 	print_yes_no_row($vbphrase['can_view_journal'], 'usergroup[canviewjournal]', $ug_bitfield['canviewjournal']);
 	print_yes_no_row($vbphrase['can_have_journal'], 'usergroup[canhavejournal]', $ug_bitfield['canhavejournal']);
  	print_yes_no_row("Can View Comments", 'usergroup[canviewcomments]', $ug_bitfield['canviewcomments']);
 	print_yes_no_row($vbphrase['can_comment_journals'], 'usergroup[cancommentjournals]', $ug_bitfield['cancommentjournals']);
 	print_yes_no_row($vbphrase['can_rate_journals'], 'usergroup[canratejournals]', $ug_bitfield['canratejournals']);
 	print_yes_no_row($vbphrase['can_report_entries'], 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);
 	print_yes_no_row($vbphrase['can_edit_own_journal'], 'usergroup[caneditownjournal]', $ug_bitfield['caneditownjournal']);
 	print_yes_no_row("Can Edit Own Journal Entries", 'usergroup[caneditownentries]', $ug_bitfield['caneditownentries']);
 print_yes_no_row($vbphrase['can_delete_own_journal'], 'usergroup[candeleteownjournal]', $ug_bitfield['candeleteownjournal']);
 	print_yes_no_row("Can Delete Own Journal Entries", 'usergroup[candeleteownentries]', $ug_bitfield['candeleteownentries']);
 	print_yes_no_row($vbphrase['can_search_journal'], 'usergroup[cansearchjournal]', $ug_bitfield['cansearchjournal']);
 // print_yes_no_row($vbphrase['can_edit_others_journal'], 'usergroup[caneditothersjournal]', $ug_bitfield['caneditothersjournal']);
 // print_yes_no_row($vbphrase['can_edit_others_entries'], 'usergroup[caneditothersentries]', $ug_bitfield['caneditothersentries']);
 // print_yes_no_row($vbphrase['can_delete_others_journal'], 'usergroup[candeleteothersjournal]', $ug_bitfield['candeleteothersjournal']);
 // print_yes_no_row($vbphrase['can_delete_others_entries'], 'usergroup[candeleteothersentries]', $ug_bitfield['candeleteothersentries']);
  	print_table_break();
with

Code:
print_table_header("Journal Permissions");
    	print_yes_no_row("Can View Journal", 'usergroup[canviewjournal]', $ug_bitfield['canviewjournal']);
    	print_yes_no_row("Can Have Journal", 'usergroup[canhavejournal]', $ug_bitfield['canhavejournal']);
    	print_yes_no_row("Can View Comments", 'usergroup[canviewcomments]', $ug_bitfield['canviewcomments']);
 	print_yes_no_row("Can Comment Journals", 'usergroup[cancommentjournals]', $ug_bitfield['cancommentjournals']);
    	print_yes_no_row("Can Rate Journals", 'usergroup[canratejournals]', $ug_bitfield['canratejournals']);
 	print_yes_no_row("Can Report Journals", 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);
 	print_yes_no_row("Can Edit Own Journal", 'usergroup[caneditownjournal]', $ug_bitfield['caneditownjournal']);
 	print_yes_no_row("Can Edit Own Journal Entries", 'usergroup[caneditownentries]', $ug_bitfield['caneditownentries']);
 	print_yes_no_row("Can Delete Own Journal", 'usergroup[candeleteownjournal]', $ug_bitfield['candeleteownjournal']);
 	print_yes_no_row("Can Delete Own Journal Entries", 'usergroup[candeleteownentries]', $ug_bitfield['candeleteownentries']);
 	print_yes_no_row("Can Search Journal", 'usergroup[cansearchjournal]', $ug_bitfield['cansearchjournal']);
 // 	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]', $ug_bitfield['candeleteothersentries']);
    	print_table_break();
Also make sure you upload AN-Net's updated PHP file found here https://vborg.vbsupport.ru/showpost....&postcount=130

Then make sure you thank rinkrat for the alteration of the usergroup.php file.
Reply With Quote
  #164  
Old 09-20-2004, 03:09 PM
SasukeNC SasukeNC is offline
 
Join Date: Apr 2004
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow that did the trick. thanks alot for all the help. BTW, are there any other fixes/updates i should make to the script? thanks again.
Reply With Quote
  #165  
Old 09-20-2004, 03:14 PM
theArchitect's Avatar
theArchitect theArchitect is offline
 
Join Date: Sep 2004
Location: Sydney
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SasukeNC
wow that did the trick. thanks alot for all the help. BTW, are there any other fixes/updates i should make to the script? thanks again.
No worries. Happy to help.

If you have a look at the first post you will see a list of the latest fixes.
Reply With Quote
  #166  
Old 09-20-2004, 04:35 PM
spence2 spence2 is offline
 
Join Date: Jun 2002
Location: usa
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When phrasefix.php [posted by AN-net] did not fix my phrase problem [same "missing" phrases in usergroup permissions in admin options] ...

1. In my control panel I searched through phrases for " Can View Journal "
2. Found it in "custom" phrases
3. Clicked to duplicate it in my "English" translation box [which appears directly below the phrase]
4. Clicked "save"
5. And magically ... for whatever reason ... all of my missing phrases then appeared correctly in the permissions page.
Reply With Quote
  #167  
Old 09-20-2004, 04:45 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 spence2
When phrasefix.php [posted by AN-net] did not fix my phrase problem [same "missing" phrases in usergroup permissions in admin options] ...

1. In my control panel I searched through phrases for " Can View Journal "
2. Found it in "custom" phrases
3. Clicked to duplicate it in my "English" translation box [which appears directly below the phrase]
4. Clicked "save"
5. And magically ... for whatever reason ... all of my missing phrases then appeared correctly in the permissions page.
doh! totally forgot about the english language pack
Reply With Quote
  #168  
Old 09-20-2004, 07:00 PM
???`S?LV?R???`'s Avatar
???`S?LV?R???` ???`S?LV?R???` is offline
 
Join Date: Aug 2003
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I heard there was a problem with user's having animated gif's as their avatars, has this been fixed yet?
Reply With Quote
  #169  
Old 09-20-2004, 07:04 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

someone reported that but users on my website seem to have no problem with animated gif avatars check out seraph's journal or my journal

architect i can not find a single ';' in either journal_entrybits or journal_showentrypage
Reply With Quote
  #170  
Old 09-20-2004, 09:09 PM
Bolas's Avatar
Bolas Bolas is offline
 
Join Date: Jan 2003
Location: Venice
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

maybe.. Architect's problem is not in the template itself, but near the code that eval the template you checked.

You can debug it:

instead of run
[code=php]
eval('$output = "' . fetch_template('TEMPLATE-NAME') . '";');
[/code]

try
[code=php]
eval('$output = "' . fetch_template('TEMPLATE-NAME') . '";');
echo $output;
exit;
[/code]

Check the output in your browser, go to line 33 and there are a lot of probabilities you will find an error in the php code.
It's not on line 33? look around... ;-)
Reply With Quote
  #171  
Old 09-20-2004, 11:33 PM
theArchitect's Avatar
theArchitect theArchitect is offline
 
Join Date: Sep 2004
Location: Sydney
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
architect i can not find a single ';' in either journal_entrybits or journal_showentrypage
I have checked and re-checked. I will try uninstalling and re-installing (though this will have to wait a couple of days until I get some spare time) as I must have got something during the install process as Journal entries are not displaying. Comments come up ok, but no entries.

Thankyou for your assistance. I will let you know how I go.
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 02:37 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.06143 seconds
  • Memory Usage 2,346KB
  • 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
  • (2)bbcode_code
  • (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