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

Reply
 
Thread Tools
vBdiary & vBblog - Convert a forum into a diary or weblog (blog) forum. Details »»
vBdiary & vBblog - Convert a forum into a diary or weblog (blog) forum.
Version: 1.2, by Adult SEO Adult SEO is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: vBulletin Blog - Version: 3.6.4 Rating:
Released: 12-20-2006 Last Update: 12-23-2006 Installs: 109
DB Changes Uses Plugins
Additional Files Is in Beta Stage  
No support by the author.

Notice: This mod is no longer being developed by the original author. As of today (1-1-2008) it will be continued by Laura!

This mod will enable you to convert a forum into a diary of weblog (blog) forum. A diary or blog can be started by any user who has permissions to post in the forum and only the author of the diary is able to post entries.

The autor of the diary is able to protect the diary with a password so that only users (also guests) who know the password are able to view the diary or blog.

This mod may contain some bugs as I did not yet test it extensively. Please let me know if you find any bugs and I will work on it. Feature requests are also verry welcome!

Have Fun!
Jan Jaap

Updates:
  • v1.1
    • Diary Forum Display
    • Diary Thumbnails (professional, using the vBulletin Avatar thumbnail management system)
    v1.2
    • vBBlog extension
    • Comments page (comments per diary/blog entry)
    • Customized Diary/Blog template wich shows the post date for diaries and entry title for blogs in a <h2> tag.
This mod makes use of the original vBulletin systems so it will perform on a big high traffic forum. Aprox. 30 hours have been invested in this mod so far. Ofcourse also a lot of study work to get to know the vBulletin systems like Postbit factory and datamanager.

No template edits are needed, all is managed via the plugin system, a onetime install and further configuration from the original vBulletin forum adminpanel.

Screenshots:

Forum Configuration Options


New Diary & Edit Diary Password Option


Password Screen if protected by a password, admins do not need to enter a password.


Diary Forum Display

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 12-22-2006, 10:40 PM
Calibre_k Calibre_k is offline
 
Join Date: Feb 2006
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ADULT SEO... any ideas why I get this........

I get this when I try to add .xml

Database error in vBulletin 3.6.4:

Invalid SQL:
ALTER TABLE `forum` ADD `is_diary` INT( 5 ) NOT NULL DEFAULT '0';;

MySQL Error : Duplicate column name 'is_diary'
Error Number : 1060
Reply With Quote
  #43  
Old 12-22-2006, 11:15 PM
Adult SEO's Avatar
Adult SEO Adult SEO is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!

I don't know as the Install Script should suppress errors.

This is the orignal v1.1 install code:
PHP Code:
$db->hide_errors();
$result $db->query_write("ALTER TABLE `".$vbulletin->config["Database"]["tableprefix"]."forum` ADD `is_diary` INT( 5 ) NOT NULL DEFAULT '0';");
$result $db->query_write("ALTER TABLE `".$vbulletin->config["Database"]["tableprefix"]."thread` CHANGE `password` `diary_password` VARCHAR( 255 ) NOT NULL;");
$result $db->query_write("ALTER TABLE `".$vbulletin->config["Database"]["tableprefix"]."thread` ADD `diary_password` VARCHAR( 255 ) NOT NULL DEFAULT '';");
$result $db->query_write("CREATE TABLE `".$vbulletin->config["Database"]["tableprefix"]."diarythumbnails` (  `threadid` int(20) unsigned NOT NULL DEFAULT '0',  `filedata` mediumblob,  `dateline` int(10) unsigned NOT NULL DEFAULT '0',  `filename` varchar(100) NOT NULL DEFAULT '',  `visible` smallint(6) NOT NULL DEFAULT '1',  `filesize` int(10) unsigned NOT NULL DEFAULT '0',  `width` smallint(5) unsigned NOT NULL DEFAULT '0',  `height` smallint(5) unsigned NOT NULL DEFAULT '0',  PRIMARY KEY (`threadid`));");
$db->show_errors(); 
You can try to do each query manualy from your vBulletin adminpanel -> Maintainance -> Execute SQL Query

You simply copy the code between the query_write("..."); and replace ".$vbulletin->config["Database"]["tableprefix"]." with your table prefix.

Best Regards,
Jan Jaap
Reply With Quote
  #44  
Old 12-23-2006, 06:59 AM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just to save you some time, you can use this
PHP Code:
TABLE_PREFIX 
instead of
PHP Code:
$vbulletin->config["Database"]["tableprefix"
Reply With Quote
  #45  
Old 12-23-2006, 02:35 PM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Error in the ACP. No announcement. see screenshout
Attached Thumbnails

same here
Reply With Quote
  #46  
Old 12-23-2006, 02:46 PM
Adult SEO's Avatar
Adult SEO Adult SEO is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by basilrath View Post
same here
Hi!

This is due to missing phrases. This will be fixed with the next update.

Again hours of work have been spent on the original vBulletin datamanager wich is pretty adanced!

I'm almost done with it.

The nice thing of all this work is, that all will perform like vBulletin default.

Best Regards,
Jan Jaap
Reply With Quote
  #47  
Old 12-23-2006, 03:16 PM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry to moan !!!!!!!!!!

its a great hack

daft question can we allow members to view the blog or diary etc without them being able to post in reply to the postings within the particular diary or does the password set up mean you can view and post in reply all time.

im confusing myself lol

i mean can you make it so members can view the particular diary / blog entry but not be able to reply to it unless that particular member allowas it.

the password system stops the viewing but allows posting in reply when not passworded.

just wondererd sorry to go on lol merry xmas by the way !
Reply With Quote
  #48  
Old 12-23-2006, 04:43 PM
Adult SEO's Avatar
Adult SEO Adult SEO is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!

Other users then the author even the admin should not be able to reply!

How were you able to reply to a diary of a difrent user?

Best Regards,
Jan Jaap
Reply With Quote
  #49  
Old 12-23-2006, 04:57 PM
fishmaster fishmaster is offline
 
Join Date: Nov 2006
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jan,

When a member has GARS loaded it causes GARS to malfunction causing a database error. I believe it may be do to the template?
Reply With Quote
  #50  
Old 12-23-2006, 09:58 PM
Adult SEO's Avatar
Adult SEO Adult SEO is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!

The Mod has been updated! It now offers an entry page where registered users are able to post comments.

It may look simple, yet it took me 15 hours today to get the comment system setup since it's based on the original vBulletin Postbit factory. The effort is that it will be useable on big high traffic forums and that it's compatible with all servers.

Have Fun!
Jan Jaap
Reply With Quote
  #51  
Old 12-23-2006, 09:59 PM
Adult SEO's Avatar
Adult SEO Adult SEO is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.grijsje.nl/grijze-roodstaart-dagboeken/8135-dagboek-isis.html" target="_blank">http://www.grijsje.nl/grijze-roodsta...boek-isis.html</a>
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 08: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.06230 seconds
  • Memory Usage 2,326KB
  • 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_php
  • (2)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
  • (1)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