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
  #882  
Old 03-05-2005, 10:06 PM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey how come you cant delte comments?????
Reply With Quote
  #883  
Old 03-05-2005, 10:09 PM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MajorFm.com
All permissions are set to YES on usergroup manager for admin

But i dont see a delete button for the comments bit...
same thing here for me.
Reply With Quote
  #884  
Old 03-07-2005, 10:54 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In journalbits, that entry $journal[lastentry] is making the title too long and stretching front page. Where can I go to fix the substr? Thanks

Never mind. I reduced lastentry varchar from 80 to 50 directly in database.
Reply With Quote
  #885  
Old 03-09-2005, 12:16 AM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

would some one be so kind to make a cron job to delete users no longer on the site? I have too many users and too many have journals.
thanks.
Reply With Quote
  #886  
Old 03-09-2005, 08:17 AM
memobug memobug is offline
 
Join Date: Jun 2002
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you want to delete the users or their journals? I am not sure about the criterion "no longer on the site" but there are functions to delete users based on inactivity and post count.

1. There is a prune users function in the admin control panel under USERS.

2. If you need a mod that prunes users on a regular basis, here's one:
https://vborg.vbsupport.ru/showthread.php?t=75740

Regards,

Matt
Reply With Quote
  #887  
Old 03-09-2005, 02:53 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone please tell me what is wrong with the below? That module is causing an unclosed tag at the bottom of the page </html and when you click on any link in front page, it sometimes takes you to a blank page with only the rest of the tag > at the top

PHP Code:
 $getlateste$DB_site->query(
            SELECT journal_entries.entrytitle,journal_entries.entrydate, 
            journal_entries.entry_id,journal_entries.entrytext, 
            journal_entries.journal_id,journals.journalist,journals.journalist_id 
            FROM "
.TABLE_PREFIX."journal_entries AS journal_entries 
            LEFT JOIN "
.TABLE_PREFIX."journals AS journals ON (journal_entries.journal_id=journals.journal_id) 
            WHERE journal_entries.entry_active=1 AND journal_entries.private!=1 AND journals.private!=1 
            ORDER BY journal_entries.entrydate DESC 
            LIMIT 5 
            "
); 
            
$countlatest$DB_site->num_rows($getlateste); 
            
$latestentrybits ""
            if(
$countlatest>0
            { 
                while(
$latest$DB_site->fetch_array($getlateste)) 
                { 
                    
$latestentrydatevbdate($vboptions['dateformat'], $latest['entrydate'], 1); 
                    
$latestentrytimevbdate($vboptions['timeformat'], $latest['entrydate']); 
                    
exec_switch_bg(); 
                    if(
strlen($latest[entrytitle])>20
                    { 
                        
$latest[entrytitle]= "".substr($latest[entrytitle],0,20)."..."
                    } 
                    if(
strlen($latest[entrytext])>150
                    { 
                        
$latest[entrytext]= "".substr($latest[entrytext],0,150)."..."
                    } 
                    eval(
'$latestentrybits .= "' fetch_template('journal_latestentrybits') . '";'); 
                } 
                
$DB_site->free_result($latest); 
            } 
            else 
            { 
                
$latestentrybits=$vbphrase['adv_no_entries']; 
            } 
 
    eval(
'$home[$mods[\'modid\']][\'content\'] = "' fetch_template('adv_portal_latestjournalentry') . '";'); 
unset(
$latestentrybits,$latest,$latestentrytime,$latestentrydate,$countlatest); 
Reply With Quote
  #888  
Old 03-10-2005, 03:05 AM
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

Tried the importer that was posted a few pages back and ran into some problems with it which Wonko the Sane corrected and you will find reflected in the attached file.

1. Run this query in php my admin to rename your original ryangel journal tables so we still have them in case something goes wrong. If your using a table prefix, you'll need to add that to the query below.


PHP Code:
ALTER TABLE journal RENAME old_journal;
ALTER TABLE journal_comments RENAME old_journal_comments;
ALTER TABLE journal_entry RENAME old_journal_entry
2. Upload file in admincp and run it. It's already set to use the "old_" prefix we set above.

Thanks to nsanden who made the importer in the first place.
Reply With Quote
  #889  
Old 03-10-2005, 04:03 AM
Guest190829
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Lionel
Can someone please tell me what is wrong with the below? That module is causing an unclosed tag at the bottom of the page </html and when you click on any link in front page, it sometimes takes you to a blank page with only the rest of the tag > at the top

PHP Code:
 $getlateste$DB_site->query(
            SELECT journal_entries.entrytitle,journal_entries.entrydate, 
            journal_entries.entry_id,journal_entries.entrytext, 
            journal_entries.journal_id,journals.journalist,journals.journalist_id 
            FROM "
.TABLE_PREFIX."journal_entries AS journal_entries 
            LEFT JOIN "
.TABLE_PREFIX."journals AS journals ON (journal_entries.journal_id=journals.journal_id) 
            WHERE journal_entries.entry_active=1 AND journal_entries.private!=1 AND journals.private!=1 
            ORDER BY journal_entries.entrydate DESC 
            LIMIT 5 
            "
); 
            
$countlatest$DB_site->num_rows($getlateste); 
            
$latestentrybits ""
            if(
$countlatest>0
            { 
                while(
$latest$DB_site->fetch_array($getlateste)) 
                { 
                    
$latestentrydatevbdate($vboptions['dateformat'], $latest['entrydate'], 1); 
                    
$latestentrytimevbdate($vboptions['timeformat'], $latest['entrydate']); 
                    
exec_switch_bg(); 
                    if(
strlen($latest[entrytitle])>20
                    { 
                        
$latest[entrytitle]= "".substr($latest[entrytitle],0,20)."..."
                    } 
                    if(
strlen($latest[entrytext])>150
                    { 
                        
$latest[entrytext]= "".substr($latest[entrytext],0,150)."..."
                    } 
                    eval(
'$latestentrybits .= "' fetch_template('journal_latestentrybits') . '";'); 
                } 
                
$DB_site->free_result($latest); 
            } 
            else 
            { 
                
$latestentrybits=$vbphrase['adv_no_entries']; 
            } 
 
    eval(
'$home[$mods[\'modid\']][\'content\'] = "' fetch_template('adv_portal_latestjournalentry') . '";'); 
unset(
$latestentrybits,$latest,$latestentrytime,$latestentrydate,$countlatest); 

It's the template we need, not the php file.
Reply With Quote
  #890  
Old 03-11-2005, 01:05 AM
Omega Prime's Avatar
Omega Prime Omega Prime is offline
 
Join Date: Sep 2002
Location: ::Infinity::
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reeve of shinra
Tried the importer that was posted a few pages back and ran into some problems with it which Wonko the Sane corrected and you will find reflected in the attached file.

1. Run this query in php my admin to rename your original ryangel journal tables so we still have them in case something goes wrong. If your using a table prefix, you'll need to add that to the query below.


PHP Code:
ALTER TABLE journal RENAME old_journal;
ALTER TABLE journal_comments RENAME old_journal_comments;
ALTER TABLE journal_entry RENAME old_journal_entry
2. Upload file in admincp and run it. It's already set to use the "old_" prefix we set above.

Thanks to nsanden who made the importer in the first place.

I tried it out, but here's what happens:

I ran step one with no problem. For step 2, I ran the script and it shows "--Finished" with no errors. But... doesn't the script supposed to make new tables such as "journal_entries", etc? I don't use any prefix for my journal, and I didn't alter the script you provided, so I'm not sure if I'm missing anything
Reply With Quote
  #891  
Old 03-11-2005, 01:20 AM
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 should edit those instructions. Rename the tables using the query I gave, use the journal installer from this hack, then use the importer.

Edit: in your case, install the journal as you would on a clean install, then run the importer again.
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 05:15 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.05392 seconds
  • Memory Usage 2,380KB
  • 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
  • (3)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