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
  #202  
Old 09-22-2004, 12:06 AM
Bolas's Avatar
Bolas Bolas is offline
 
Join Date: Jan 2003
Location: Venice
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you mean in the personal journal... so you want to remove the possibility to comment at the bottom of the page?

Do you mean when you are in an url like
http://www.foo.net/forum/journal.php?do=showjournal&j=4

Ok, first backup your templates, all the files hosted in the server and let's go...

in template 'journal_journalpage'
FIND '$reccombits'

This var is the output of the comments. Maybe you would like to purge out the textarea (to add comment) and the comment list.



So...

FIND
PHP Code:
<if condition="$can[comment] AND $journalinfo[status]!=1">
<
br />
<
a name="adcom"></a>
<
form action="journal.php?do=insertcomment&amp;j=$jmethod="post" name="comment" onsubmit="return validate()">
<
input type="hidden" name="commenter" value="$bbuserinfo[username]/>
<
input type="hidden" name="commenterid" value="$bbuserinfo[userid]/>
<
input type="hidden" name="j" value="$j/>
<
table class="tborder" align="center" cellspacing="$styelvar[cellspacing]cellpadding="$stylevar[cellpadding]border="0">
<
tbody>
<
tr>
<
td class="tcat"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('journal_addcom')"><img id="collapseimg_journal_addcom" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_journal_addcom].gif" alt="" border="0"></a>Add Comment to <if condition="$journalinfo[journalname]">$journalinfo[journalnameJournal <else />$journalinfo[journalist]'s Journal</if></td>
</tr>
</tbody>
<tbody id="collapseobj_journal_addcom" style="$vbcollapse[collapsetobj_journal_addcom]">
<tr>
<td class="alt1">Title: <input type="text" name="title" value="" maxlength="100" size="70" /></td>
</tr>
<tr>
<td class="alt2" align="center"><fieldset><legend>Comment:</legend><table><tr><td><textarea name="comment" cols="60" rows="4"></textarea></td></tr></table></fieldset></td>
</tr>
<tr>
<td class="tfoot" align="center"><input type="submit" value="Add Comment!" class="button" /></td>
</tr>
</tbody>
</table>
</form>
</if>
<if condition="$canview[comments]">
<br />
<table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%">
<tbody>
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
journal_reccom')"><img id="collapseimg_journal_reccom" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_journal_reccom].gif" alt="" border="0"></a>Recent Comments:</td>
</tr>
</tbody>
<tbody id="collapseobj_journal_reccom" style="$vbcollapse[collapsetobj_journal_reccom]">
$reccombits
</tbody>
<tr>
<td class="tfoot">&nbsp;</td>
</tr>
</table>
</if>
<br /> 
REPLACE IT WITH
PHP Code:
&nbsp
Reply With Quote
  #203  
Old 09-22-2004, 12:12 AM
teksigns's Avatar
teksigns teksigns is offline
 
Join Date: Sep 2003
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bolas
Do you mean in the personal journal... so you want to remove the possibility to comment at the bottom of the page?

Do you mean when you are in an url like
http://www.foo.net/forum/journal.php?do=showjournal&j=4

Ok, first backup your templates, all the files hosted in the server and let's go...

in template 'journal_journalpage'
FIND '$reccombits'

This var is the output of the comments. Maybe you would like to purge out the textarea (to add comment) and the comment list.



So...

FIND
PHP Code:
<if condition="$can[comment] AND $journalinfo[status]!=1">
<
br />
<
a name="adcom"></a>
<
form action="journal.php?do=insertcomment&amp;j=$jmethod="post" name="comment" onsubmit="return validate()">
<
input type="hidden" name="commenter" value="$bbuserinfo[username]/>
<
input type="hidden" name="commenterid" value="$bbuserinfo[userid]/>
<
input type="hidden" name="j" value="$j/>
<
table class="tborder" align="center" cellspacing="$styelvar[cellspacing]cellpadding="$stylevar[cellpadding]border="0">
<
tbody>
<
tr>
<
td class="tcat"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('journal_addcom')"><img id="collapseimg_journal_addcom" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_journal_addcom].gif" alt="" border="0"></a>Add Comment to <if condition="$journalinfo[journalname]">$journalinfo[journalnameJournal <else />$journalinfo[journalist]'s Journal</if></td>
</tr>
</tbody>
<tbody id="collapseobj_journal_addcom" style="$vbcollapse[collapsetobj_journal_addcom]">
<tr>
<td class="alt1">Title: <input type="text" name="title" value="" maxlength="100" size="70" /></td>
</tr>
<tr>
<td class="alt2" align="center"><fieldset><legend>Comment:</legend><table><tr><td><textarea name="comment" cols="60" rows="4"></textarea></td></tr></table></fieldset></td>
</tr>
<tr>
<td class="tfoot" align="center"><input type="submit" value="Add Comment!" class="button" /></td>
</tr>
</tbody>
</table>
</form>
</if>
<if condition="$canview[comments]">
<br />
<table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%">
<tbody>
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
journal_reccom')"><img id="collapseimg_journal_reccom" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_journal_reccom].gif" alt="" border="0"></a>Recent Comments:</td>
</tr>
</tbody>
<tbody id="collapseobj_journal_reccom" style="$vbcollapse[collapsetobj_journal_reccom]">
$reccombits
</tbody>
<tr>
<td class="tfoot">&nbsp;</td>
</tr>
</table>
</if>
<br /> 
REPLACE IT WITH
PHP Code:
&nbsp


no not exactly


when comments are made at the bottom of the page like at:

http://www.foo.net/forum/journal.php?do=showjournal&j=4

then as a administrator i have no way of removing comments
that need removed later .......


how do i remove a single comment that was posted this way .....
there is no delete buttons at the bottom of the page .....
Reply With Quote
  #204  
Old 09-22-2004, 12:19 AM
Bolas's Avatar
Bolas Bolas is offline
 
Join Date: Jan 2003
Location: Venice
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah ok... 'cause my users are confused by this type of comment and I will remove it.
Reply With Quote
  #205  
Old 09-22-2004, 01:12 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 teksigns
no not exactly


when comments are made at the bottom of the page like at:

http://www.foo.net/forum/journal.php?do=showjournal&j=4

then as a administrator i have no way of removing comments
that need removed later .......


how do i remove a single comment that was posted this way .....
there is no delete buttons at the bottom of the page .....
you can delete comments via http://www.yoursite.com/forums/journ...wcomments&j=xx

each comment will have a delete button

recent comments is not only for journal wide comments but for comments in reply to entries recent comments doesnt allow any kind of moderation from there since it just informs you of recent comments nothing more(no parsing etc.)
Reply With Quote
  #206  
Old 09-22-2004, 01:40 AM
9mmPrincess 9mmPrincess is offline
 
Join Date: Jun 2004
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

quick question for an-net or anyone:

when you check the box for "make this entry private", then it says "allow journal buddies to view". if i just check "yes, allow journal buddies to view" do i still have to put their userids in the field below? and does userids mean what i think it means-the persons NUMBER, or does it mean the persons username?

thanks
Reply With Quote
  #207  
Old 09-22-2004, 02:18 AM
teksigns's Avatar
teksigns teksigns is offline
 
Join Date: Sep 2003
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AN-net : Thank you

-------------------------------------

any chance of getting email notifications or pm notifications when a new comment is added to the journal .....
Reply With Quote
  #208  
Old 09-22-2004, 02:52 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 9mmPrincess
quick question for an-net or anyone:

when you check the box for "make this entry private", then it says "allow journal buddies to view". if i just check "yes, allow journal buddies to view" do i still have to put their userids in the field below? and does userids mean what i think it means-the persons NUMBER, or does it mean the persons username?


thanks
if you choose private and choose allow buddies view then you dont need to put your journal buddyies id's in the field, the field is meant for people you usually dont let view your entries/journal userids refers to their number and username refers to their name, so only use userid/number
Reply With Quote
  #209  
Old 09-22-2004, 03:24 AM
Moya's Avatar
Moya Moya is offline
 
Join Date: May 2004
Posts: 356
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi An-Net

Is it possible for my member to edit their own entries. I allow everything under usegroup permission but they still cannot edit their journal. They don't have the edit button show up
Reply With Quote
  #210  
Old 09-22-2004, 06:05 AM
9mmPrincess 9mmPrincess is offline
 
Join Date: Jun 2004
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
if you choose private and choose allow buddies view then you dont need to put your journal buddyies id's in the field, the field is meant for people you usually dont let view your entries/journal userids refers to their number and username refers to their name, so only use userid/number

got it, thanks
Reply With Quote
  #211  
Old 09-22-2004, 08:03 AM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
i will be looking into a template installer
hi an-net, any news on this? also, is there a recent zip of all the file edits made up to this point?

-yinyang

PS - i'm looking forward to your next hack...
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:31 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.10407 seconds
  • Memory Usage 2,379KB
  • 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
  • (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