Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBulletin Diary Details »»
vBulletin Diary
Version: 1.02, by Coroner Coroner is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.4 Rating:
Released: 09-23-2009 Last Update: 12-22-2009 Installs: 49
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

What is it ?
It's a simple diary for your vBulletin. It looks like a blog, but isn't.
Users can write their entries into the diary. If they like, they can crypt the entries (base64) [prepared for mcrypt (but isn't implemented].
There are NO comments for diary entries !!! A diary is personal.

vB Diary uses it's own calendar. Each user has his own diary. All entries can only viewed by the user itself (there is NO right for any other - also administrator(s), moderator(s), ...). Each diary page is a whole day, but a day can contain more than one entry.

Each user also have a friendship book, were other users can write in (13 personal questions about f.e. "favorite drink", "favorite color" ...). User can only edit their friendship entries - the diary user can delete it.

If you like, you can allow guests to have a diary, too.

But remember:
Each guest write into the same diary and guest can't have a friendship book or write into it.
I haven't tested guest enough ... but I think, lots of SPAM-Bots will write into it.

Installation:
Quick & easy (there is NO documentation). Upload all files (in the "upload" folder) onto your server. Go into your AdminCP and import the product. Go into Usergroups and set the Permission for EACH usergroup.
Create a link into your Navbar -> diary.php
Remember:
There is no AdminCP and no Options (Settings) for the diary.

Demo:
http://www.php-unlimited.com/diary.php

See images for more info.

Download Now

File Type: zip vBDiary102.zip (76.8 KB, 137 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 09-24-2009, 06:02 PM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hasann View Post
wow gr8 product stefan nice done.
Thanks Hasann my friend. How r u ?
Reply With Quote
  #13  
Old 09-24-2009, 06:57 PM
dengbej's Avatar
dengbej dengbej is offline
 
Join Date: Aug 2008
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very useful thanks.
Reply With Quote
  #14  
Old 09-25-2009, 05:05 PM
derandechser derandechser is offline
 
Join Date: May 2008
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, once again a great mod! One Question: Is it possible, to choose date in future for diary entries? I know, it seems a litte bit strange for a diary, but i like to use this modification in another way. Would it be possible to set dates in future?

Thanxs and greetings,
Peter
Reply With Quote
  #15  
Old 09-25-2009, 06:08 PM
Azhrialilu's Avatar
Azhrialilu Azhrialilu is offline
 
Join Date: Aug 2003
Location: Stretton, Derbyshire
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is very nice!
Reply With Quote
  #16  
Old 09-26-2009, 06:35 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by derandechser View Post
Hey, once again a great mod! One Question: Is it possible, to choose date in future for diary entries? I know, it seems a litte bit strange for a diary, but i like to use this modification in another way. Would it be possible to set dates in future?

Thanxs and greetings,
Peter
Yes, it's a little bit strange. But ...
in diary_newentry.php
search
Code:
if ($new_dateline > TIMENOW) $new_dateline = TIMENOW;
and change into:
Code:
// if ($new_dateline > TIMENOW) $new_dateline = TIMENOW;
Reply With Quote
  #17  
Old 09-28-2009, 05:14 AM
Martyn1983 Martyn1983 is offline
 
Join Date: Nov 2008
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, liking this mod

Is there any way on calander view to reduce the size of the previous/next month? It's outwith the main width of my forum and needs some tweaking!

Cheers,
Martyn
Reply With Quote
  #18  
Old 09-28-2009, 12:52 PM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not really to reduce.

In the Template "diary_calendar_main" you will found the following code:
Code:
   <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" style="width:100%" class="tborder">
    $prev_month
   </table>
   <br />
   <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" style="width:100%" class="tborder">
    $this_month
   </table>
   <br />
   <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" style="width:100%" class="tborder">
    $next_month
   </table>
   <br />
This is the whole "left" site of the calendar
Reply With Quote
  #19  
Old 09-28-2009, 06:48 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

O.o it seems S-MAN missed this one on the 24th

Nice job and tagged, might implement on my new site so thanks!!!
Reply With Quote
  #20  
Old 09-28-2009, 11:23 PM
ExplosiveGFX ExplosiveGFX is offline
 
Join Date: Sep 2009
Location: vBulletin.org
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Add a Navbar dropdown for this!

Find:
PHP Code:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]accesskey="5">$vbphrase[faq]</a></td
add below it
PHP Code:
<td id="DIARY" class="vbmenu_control"><a href="$show[nojs_link]#DIARY">Diary</a> <script type="text/javascript"vbmenu_register("DIARY"); </script></td
Find
PHP Code:
</div>
    <!-- / 
community link menu -->
    </if> 
add below
PHP Code:
    <!-- DIARY menu -->
    <
div class="vbmenu_popup" id="DIARY_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        <
tr><td class="thead">Diary</td></tr>        
        <
tr><td class="vbmenu_option"><a href="http://explosivegfx.com/forum/diary.php?do=new">New Diary Entry</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="http://explosivegfx.com/forum/diary.php?do=settings">Diary Settings</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="http://explosivegfx.com/forum/diary.php?do=calendar">Diary Calendar</a></td></tr>
        <
tr><td class="vbmenu_control"><a href="http://explosivegfx.com/forum/diary.php">Your Diary</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="http://explosivegfx.com/forum/diary.php?do=edit">Diary Title</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="http://explosivegfx.com/forum/diary.php?do=friend">Diary Friends</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="http://explosivegfx.com/forum/diary.php?do=search">Search Diaries</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="http://explosivegfx.com/forum/diary.php?d=1">All Diaries</a></td></tr>
        </
table>
    </
div>
    <!-- / 
DIARY menu --> 
@Coroner, if you wanna put that in the first post with phrases, I don't mind.
Reply With Quote
  #21  
Old 12-02-2009, 02:27 AM
grey_goose grey_goose is offline
 
Join Date: Jun 2009
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I suddenly started getting a MySQL error when trying to select the calendar:

Database error in vBulletin 3.8.3:

Invalid SQL:
SELECT
*
FROM diary_entry
WHERE userid=1
AND dateline BETWEEN 1257048000 AND
ORDER BY dateline ASC;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY dateline ASC' at line 6
Error Number : 1064
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:24 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.10435 seconds
  • Memory Usage 2,363KB
  • 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
  • (3)bbcode_code
  • (4)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete