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
  #1242  
Old 06-03-2006, 01:16 PM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

iamnofear - I got your PM but you don't seem to be accepting any so I can't reply.

Quote:
iamnofear has chosen not to receive private messages or may not be allowed to receive private messages. Therefore you may not send your message to him/her.
Reply With Quote
  #1243  
Old 06-03-2006, 03:46 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I assume I have 1.0.2 Alpha 1 installed (that's what it says at the top of my readme file).

What is the recommended route to upgrade from 1.0.2 Alpha 1 to 1.0.2 Beta 1?
Reply With Quote
  #1244  
Old 06-04-2006, 04:55 AM
Sarthek Sarthek is offline
 
Join Date: May 2006
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am somehow not satisfied with this journal. Modern blogs have calendar in members blogs, custom link menu, custom layouts (colors, themes) and more.

Where is all this?
Reply With Quote
  #1245  
Old 06-04-2006, 02:49 PM
version2's Avatar
version2 version2 is offline
 
Join Date: Feb 2003
Location: Philly
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sarthek
I am somehow not satisfied with this journal. Modern blogs have calendar in members blogs, custom link menu, custom layouts (colors, themes) and more.

Where is all this?
Well, I have always been of the mind that beggars can't be choosers. We are not paying so...we really can't complain. That said, I would love to see the journal become more of a blog system so my users would use it more especially since I use it offer it as a premium service for those that help support the site.

Anyway, still think its a great hack and when I have the time I wouldn't mind lending a hand and hacking it up a bit and adding some addons. But, it will be a while. I have been going through a messy divorce and my life has been shit for years.

Not anymore though!
Reply With Quote
  #1246  
Old 06-05-2006, 12:50 AM
Halarkin Halarkin is offline
 
Join Date: May 2004
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd really really love it if the SQL queries in this hack were cleaned up. I have a very high-traffic site and some of my members have 50, 100, 400 journal entries. For some reason, the larger their journal, the heavier the queries, and this mod is really taxing the server.

Please clean it up.
Reply With Quote
  #1247  
Old 06-05-2006, 01:26 PM
Franky45 Franky45 is offline
 
Join Date: Apr 2006
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello.

Is this mod really stable? And works it with vbseo?

Sorry for my english.:surprised:
Reply With Quote
  #1248  
Old 06-05-2006, 03:23 PM
Sarthek Sarthek is offline
 
Join Date: May 2006
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by version2
Well, I have always been of the mind that beggars can't be choosers. We are not paying so...we really can't complain.
This words are exactely, which I got from free forum developers, when I asked when some bugs will be fixed.

I soon after realized I need to move to paied forum (vB) to have full suport and out of the box product.

So, I wouldn't mind to pay for blog software, as our portal is sort of income, I just hate to wait.
Reply With Quote
  #1249  
Old 06-07-2006, 01:10 PM
louis_chypher's Avatar
louis_chypher louis_chypher is offline
 
Join Date: Mar 2006
Location: Boise, Idaho
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A little "you" fun with the journal.

First credit goes to where credit is due (you know who you are)

Adding the [you] tag to the journal:

in Journal.php find:

Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$text= $bbcode_parser->do_parse($entry['entrytext'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
insert under
Code:
$text=str_replace('[you]', $vbulletin->userinfo['username, $text);
find:
Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$entry['entrytext']= $bbcode_parser->do_parse($entry['entrytext'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
insert under
Code:
$entry['entrytext']=str_replace('[you]', $vbulletin->userinfo['username'], $entry['entrytext']);
"..take the [you] code and replace it with the user's name who is veiwing the thread.."

see: https://vborg.vbsupport.ru/showthrea...99#post1000099 for the details

Oh, I also got the [hide] hack, its not all prettied up yet but my users love being able to hide their je's from a user group, to work in with the journal as well.
Reply With Quote
  #1250  
Old 06-07-2006, 08:35 PM
newbe_haselina newbe_haselina is offline
 
Join Date: May 2006
Location: Germany near Stuttgart
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I sorry bothering you with this stuff, but I'm creeping throw this thread since more than a hour and I don't have any idea how to "install" the mood-sql zip (page 3). I'm sorry to say that I'm not very experienced with databases. Can anybody please advise?

Thanks a lot in advance,
best regards,
haselina
Reply With Quote
  #1251  
Old 06-08-2006, 06:45 AM
smdani smdani is offline
 
Join Date: Nov 2004
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi guys,

I’ve some problem running 1.0.2 Alpha 3 with vbulletin 3.5.0 and MySQL 3.23.58 (Andreas helped us installing 1.0.2 Alpha 3)

I’m receiving continuous warnig messages like this in my php error log
Quote:
Warning: mysql_free_result(): supplied argument is not a valid MySQL result <therootofmyforum>/includes/class_core.php on line 744
Date: Wednesday 07th of June 2006 09:15:20 PM
Username: <username>
IP Address: <userip>
After dealing for long time with this, I found that this warning occurs when anyone enters at any journal page

Did you notice any similar problem and how to solve it?. I did some searches at this tread but didn’t find any similar issue

I’m receiving at least 5 warnings per minute like this, and it obviously ends collapsing my server

Thanks in advance
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 03:48 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.05374 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
  • (4)bbcode_code
  • (4)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