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

Reply
 
Thread Tools
vBJournal for vBulletin 3.5 Details »»
vBJournal for vBulletin 3.5
Version: 1.0.2 Beta, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 09-16-2005 Last Update: 11-16-2005 Installs: 597
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This is a Port of vB Journal by An-Net

A t t e n t i o n
This Hack is unsupported and incompatible with PHP 5.
You are herby advised to not use it.
If you do have this hack installed it is advised to use vBulletin Blog instead.
You can import current entries to vBulletin Blog via Impex and uninstall this hack afterwards.

Supporters / CoAuthors

Show Your Support

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

Comments
  #942  
Old 02-07-2006, 05:47 PM
mikeB's Avatar
mikeB mikeB is offline
 
Join Date: Dec 2001
Location: CT
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do new journal entries = new threads? is it possible to start a simultaneous thread and journal entry and have the comments be reflective?
Reply With Quote
  #943  
Old 02-08-2006, 06:01 PM
abrecher abrecher is offline
 
Join Date: Jan 2004
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by D|ver
i also have problems with the private journal feature it is also not working
Same problem here! Does anybody have a fix for this yet please ???
Reply With Quote
  #944  
Old 02-11-2006, 09:03 AM
StuartDH StuartDH is offline
 
Join Date: Oct 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Will it be possible to run this with the new vBjournal 1.5 beta2 that's running on v3?
Reply With Quote
  #945  
Old 02-11-2006, 03:13 PM
rrokdoka rrokdoka is offline
 
Join Date: Jan 2003
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is an awesome hack! Just what i wanted to put on my forums!! The only thing that i cant get to work is my "close windows" when you click on a journal entry. When i click on it.... it just stays there nothing happens do any of you guys know how to fix that or whats wrong with that?
Reply With Quote
  #946  
Old 02-11-2006, 04:29 PM
rrokdoka rrokdoka is offline
 
Join Date: Jan 2003
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm... i have VbGallery on my website and when i click on the Journals page from the gallerys i get a blank sheeet.... anyone else having this problem?
Reply With Quote
  #947  
Old 02-11-2006, 08:18 PM
snafuu snafuu is offline
 
Join Date: Feb 2005
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I have this installed. I just converted my old phpBB forum to vB, and the phpbb one had a 'blog' mod installed. I compared the databases from the vB one and the phpBB one, and they were very similar. My users really want their 'blog' posts on the new one. Is there a way I can import the phpbb one into the new vB one?

the phpbb one looks like this:

-- Table structure for table `phpbb_weblog_entries`
--

CREATE TABLE `phpbb_weblog_entries` (
`entry_id` mediumint(8) unsigned NOT NULL default '0',
`weblog_id` mediumint(8) unsigned NOT NULL default '0',
`entry_access` tinyint(4) unsigned NOT NULL default '0',
`entry_subject` varchar(60) NOT NULL default '',
`entry_text` text NOT NULL,
`bbcode_uid` varchar(10) NOT NULL default '',
`entry_mood` smallint(5) NOT NULL default '0',
`entry_currently` smallint(5) NOT NULL default '0',
`currently_text` varchar(60) NOT NULL default '',
`entry_time` int(11) NOT NULL default '0',
`entry_views` mediumint(8) unsigned NOT NULL default '0',
`enable_bbcode` tinyint(1) unsigned NOT NULL default '1',
`enable_smilies` tinyint(1) unsigned NOT NULL default '1',
`enable_html` tinyint(1) unsigned NOT NULL default '0',
`memorable` tinyint(1) unsigned NOT NULL default '0',
`no_replies` tinyint(1) unsigned NOT NULL default '0',
`entry_replies` mediumint(8) unsigned NOT NULL default '0',
`entry_last_post_userid` mediumint(8) unsigned NOT NULL default '0',
`entry_last_post_id` mediumint(8) unsigned NOT NULL default '0',
`entry_poster_id` mediumint(8) NOT NULL default '0',
`entry_trackbacks` smallint(5) unsigned NOT NULL default '0',
`entry_deleted` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`entry_id`),
KEY `weblog_id` (`weblog_id`),
KEY `entry_last_post_userid` (`entry_last_post_userid`),
KEY `entry_last_post_id` (`entry_last_post_id`),
KEY `entry_poster_id` (`entry_poster_id`)
) TYPE=MyISAM;

--
-- Dumping data for table `phpbb_weblog_entries`
--

INSERT INTO `phpbb_weblog_entries` VALUES (1, 1, 1, 'SnafuMedia presents: BLOGS!', ':shock:', 'd1a5cbe5d1', -1, 5, 'Computer Screen', 1122085630, 182, 1, 1, 1, 0, 0, 1, 48, 6, 2, 0, 0);

Here's what that one looks like: http://snafumedia.com/forum/phpBB2/weblog_entry.php?e=1

Now here's the vB Journal one just for comparison:

--
-- Table structure for table `snafo_journal_entries`
--

CREATE TABLE `snafo_journal_entries` (
`entry_id` int(10) NOT NULL auto_increment,
`journal_id` int(10) NOT NULL default '0',
`entrytitle` varchar(80) NOT NULL default '',
`entrytext` mediumtext NOT NULL,
`entrydate` int(10) NOT NULL default '0',
`ipaddress` varchar(15) NOT NULL default '',
`mood` int(10) NOT NULL default '0',
`entry_totalrating` int(15) NOT NULL default '0',
`entry_totalvotes` int(10) NOT NULL default '0',
`private` tinyint(4) NOT NULL default '0',
`allowbuddies` tinyint(4) NOT NULL default '0',
`whocanview` varchar(150) NOT NULL default '',
`entry_active` tinyint(4) NOT NULL default '0',
`allowedusers` mediumtext,
`np` text NOT NULL,
PRIMARY KEY (`entry_id`),
KEY `journal_id` (`journal_id`)
) TYPE=MyISAM AUTO_INCREMENT=7 ;

--
-- Dumping data for table `snafo_journal_entries`
--

INSERT INTO `snafo_journal_entries` VALUES (1, 1, 'Way to go...', 'Three cheers for Snafu...\r\n\r\nHip-hip Horray!\r\nHip-hip Horray!\r\nHip-hip Horray!\r\n\r\nbsb', 1139504972, '68.197.152.61', 0, 0, 0, 0, 0, '', 1, '', '');

from: http://snafumedia.com/snafo/journal....howjournal&j=1

There's only a couple dozen people who actually use the blog/journal thing, so It would be easy for me to relate one blog ID to a user ID.

ideas?

Thanks.
Reply With Quote
  #948  
Old 02-12-2006, 03:25 PM
TunerNetwork TunerNetwork is offline
 
Join Date: Jul 2004
Location: CT
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey everyone, I tried installing this hack:

When I click on "Visit *My* Journal", i go to a new page and get this error:

Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/tnet/public_html/forum/journal.php(978) : eval()'d code on line 48

Sound familar to anyone? Suggestions, thanks. Either post back here or pm me.

I've been working on my profile page, getting it to go with that "myspace" theme" started lastnight and picking away at it

http://www.tunernetwork.com/forum/member.php?u=2
Reply With Quote
  #949  
Old 02-12-2006, 03:39 PM
Barteken Barteken is offline
 
Join Date: Feb 2006
Location: Belgium
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what does this hack do?:s not quite sure about it... some screens?
Reply With Quote
  #950  
Old 02-12-2006, 03:52 PM
TunerNetwork TunerNetwork is offline
 
Join Date: Jul 2004
Location: CT
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If i get mine working, ill post some screens. Its a journal system for your site. You can set the permissions for who can post journeys etc. Kinda like a blog system. People can tell everyone how boring their life etc. Also you can set who is allowed to read your journal
Reply With Quote
  #951  
Old 02-12-2006, 04:44 PM
AWS's Avatar
AWS AWS is offline
 
Join Date: Nov 2001
Location: Joliet, IL
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TunerNetwork
Hey everyone, I tried installing this hack:

When I click on "Visit *My* Journal", i go to a new page and get this error:

Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/tnet/public_html/forum/journal.php(978) : eval()'d code on line 48

Sound familar to anyone? Suggestions, thanks. Either post back here or pm me.

I've been working on my profile page, getting it to go with that "myspace" theme" started lastnight and picking away at it

http://www.tunernetwork.com/forum/member.php?u=2
That is a php5 bug that is marked as fixed in the bug tracker, but, an update has yet to be released.
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 06:59 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.05079 seconds
  • Memory Usage 2,314KB
  • 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
  • (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
  • (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