The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Diary Details »» | |||||||||||||||||||||||||||
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
Show Your Support
|
Comments |
#12
|
|||
|
|||
Thanks Hasann my friend. How r u ?
|
#13
|
||||
|
||||
very useful thanks.
|
#14
|
|||
|
|||
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 |
#15
|
||||
|
||||
This is very nice!
|
#16
|
|||
|
|||
Quote:
in diary_newentry.php search Code:
if ($new_dateline > TIMENOW) $new_dateline = TIMENOW; Code:
// if ($new_dateline > TIMENOW) $new_dateline = TIMENOW; |
#17
|
|||
|
|||
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 |
#18
|
|||
|
|||
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 /> |
#19
|
||||
|
||||
O.o it seems S-MAN missed this one on the 24th
Nice job and tagged, might implement on my new site so thanks!!! |
#20
|
|||
|
|||
Add a Navbar dropdown for this!
Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#21
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|