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
  #142  
Old 09-19-2004, 05:26 PM
Vivi Ornitier's Avatar
Vivi Ornitier Vivi Ornitier is offline
 
Join Date: Nov 2001
Location: Black Mage Village
Posts: 442
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its workin fine on mine, perfect install on 3.0.0

http://forums.squareultima.com/journal.php

thx for the stuff
Reply With Quote
  #143  
Old 09-19-2004, 06:13 PM
rinkrat's Avatar
rinkrat rinkrat is offline
 
Join Date: Jan 2002
Location: Long Beach
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Amiga-uk
You say that the order HAS to be oldest -> Newest?

Is there any way to make the Newest posts of the journal appear at the top, like in normal topics?

Installed anyway, and it's a great hack. Thanks a lot. ;D

Yeah wading through a person's history to get to the new one will be a pain after awhile.
Reply With Quote
  #144  
Old 09-19-2004, 06:48 PM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think it should be simple to re-order the query results to display entries from newest to oldest.

I am trying to work on a importer from the old journal but I am having trouble with syntax needed to move the date. If anyone is good at this and wants to look it over, you can do so here
https://vborg.vbsupport.ru/showthrea...089#post554089
Reply With Quote
  #145  
Old 09-19-2004, 09:06 PM
Bolas's Avatar
Bolas Bolas is offline
 
Join Date: Jan 2003
Location: Venice
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

to reorder (no choose by user)?
Just change ASC to DESC in the longest query in journal.php file...

in journal.php find
PHP Code:
GROUP BY journal_entries.entry_id
ORDER BY entrydate ASC
LIMIT $start
,$perpage 
replace it with
PHP Code:
GROUP BY journal_entries.entry_id
ORDER BY entrydate DESC
LIMIT $start
,$perpage 
Reply With Quote
  #146  
Old 09-19-2004, 10:50 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
I found the problem of TheArchitect (bad DHTML menu), but I'm studing it.
It's the browser version.

Error with
Mozilla-Firefox 0.8

No problem with:
Mozilla-Firefox 0.9
Mozilla-Firefox 1.0 pr
Internet Explorer
Konqueror

May the problem be in the Gecko engine older than Gecko/20040707 version (excluded)?
to my knowledge i followed the vb's setup for dropdown menus....
Reply With Quote
  #147  
Old 09-19-2004, 11:37 PM
theArchitect's Avatar
theArchitect theArchitect is offline
 
Join Date: Sep 2004
Location: Sydney
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here are the template errors:
  1. journal_entrybits - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 32
  2. journal_journalbits - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 24
  3. journal_showentrypage - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 47
Thankyou for your support.
Reply With Quote
  #148  
Old 09-20-2004, 12:07 AM
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 will look into this
Reply With Quote
  #149  
Old 09-20-2004, 12:48 AM
???`S?LV?R???`'s Avatar
???`S?LV?R???` ???`S?LV?R???` is offline
 
Join Date: Aug 2003
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys
Hu AN-net... you will have an update in no long... i'm looking at the install script and see you have no real install process... i'll create a single file for everything to ADD/CREATE in the db...

will be up in about 10...
Did you create it? and if so... care to share?
Reply With Quote
  #150  
Old 09-20-2004, 12:50 AM
Bolas's Avatar
Bolas Bolas is offline
 
Join Date: Jan 2003
Location: Venice
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
to my knowledge i followed the vb's setup for dropdown menus....
I know, but this happens only ( I hope ) with mozilla 0.8.
Mumble... try checking if the nesting of the <div> and the <table> is similar to the vbulletin original one.
Maybe a parent DIV/TD has some style properties...
Reply With Quote
  #151  
Old 09-20-2004, 02:51 AM
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 theArchitect
Here are the template errors:
  1. journal_entrybits - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 32
  2. journal_journalbits - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 24
  3. journal_showentrypage - Parse error: parse error, unexpected ';' in \forum\includes\adminfunctions_template.php(3056) : eval()'d code on line 47
Thankyou for your support.
try replacing journal_journalbits with this
HTML Code:
<tr>
<td class="$bgclass"><if condition="$shownewentryicon[$journalid]"><img src="$stylevar[imgdir_statusicon]/journal_new.gif" border="0" alt="This Journal contains new entries." /><else /><if condition="$journal[status]==1"><img src="$stylevar[imgdir_statusicon]/journal_lock.gif" border="0" alt="This Journal is Locked!" /><else /><img src="$stylevar[imgdir_statusicon]/journal_old.gif" border="0" alt="This Journal does not contain new entries." /></if></if></td>
<td class="$bgclass" width="100%"><div style="float: right"><img src="$stylevar[imgdir_rating]/rating_$rating.gif" /></div><a href="journal.php?do=showjournal&j=$journal[journal_id]"><if condition="$journal[journalname]">$journal[journalname]<else />$journal[journalist]'s Journal</if></a><if condition="$viewing[$journalid]>0"><span class="smallfont">($viewing[$journalid] viewing)</span></if><if condition="$show[privatelock]"><img src="$stylevar[imgdir_statusicon]/wol_lockedout.gif" alt="This Journal is Private" /></if><br /><div class="smallfont">$journal[journaldesc]</td>
<td class="$bgclass" align="center" nowrap="nowrap">$journal[journalviews]</td>
<td class="$bgclass" align="center" nowrap="nowrap">$journal[entrycount]</td>
<td class="$bgclass" align="center" nowrap="nowrap">$journal[commentcount]</td>
<td class="$bgclass" nowrap="nowrap">
<if condition="$journal[entrycount]>0">
<div class="smallfont" align="$stylevar[left]">
	<div style="clear:both">
		<a href="journal.php?do=showentry&e=$journal[lastentry_id]" title="Go To Last Entry"><strong>$journal[lastentry]</strong></a>
	</div>
	<div align="$stylevar[right]">
		$lastedate<span class="time">&nbsp; $lastetime
		<a href="journal.php?do=showentry&e=$journal[lastentry_id]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="Go To Last Entry" border="0" /></a>
	</div>
</div>
<else />
<div class="smallfont" align="center">No Entries</div>
</if>
</td>
</tr>
i searched in journal_entrybits but i could not even find a ";" so....
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 04:44 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.13450 seconds
  • Memory Usage 2,358KB
  • 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
  • (1)bbcode_html
  • (2)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