vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   vB Journal 1.5 Beta 3 (https://vborg.vbsupport.ru/showthread.php?t=100385)

ddavis 12-18-2005 07:40 PM

Quote:

Originally Posted by T3MEDIA
I tried to upgrade but the old templates still look the same... (your signage on the bottom) and I get a database error even if I update the journals in admincp


I had the same problem - but if you look around line 120 of the vbjournal_class.php file - which is the code creating the problem:

Code:

FROM myvb3_ journal_entries AS journal_entries LEFT JOIN myvb3_journals AS journals ON
if you look closely, there's a space in the php code after the open quotes before 'journal entries'
Code:

FROM ".TABLE_PREFIX." journal_entries AS journal_entries
so the rendered output is looking for myvb3_<SPACE>journal_entries instead of myvb3_journal_entries

AN-net 12-20-2005 05:05 PM

Quote:

Originally Posted by ddavis
I had the same problem - but if you look around line 120 of the vbjournal_class.php file - which is the code creating the problem:

Code:

FROM myvb3_ journal_entries AS journal_entries LEFT JOIN myvb3_journals AS journals ON
if you look closely, there's a space in the php code after the open quotes before 'journal entries'
Code:

FROM ".TABLE_PREFIX." journal_entries AS journal_entries
so the rendered output is looking for myvb3_<SPACE>journal_entries instead of myvb3_journal_entries

ok thank you. also i have resolved my WYSIWYG editor issue so i should be able release beta 2 soon:)

T3MEDIA 12-22-2005 12:53 AM

Quote:

Originally Posted by AN-net
ok thank you. also i have resolved my WYSIWYG editor issue so i should be able release beta 2 soon:)

So scared to test.. lol...
should I try to fix or wait for your beta two?

AN-net 12-29-2005 05:01 PM

vB Journal 1.5.0 Beta 2
Beta 2 marks a vast improvement in the front-end editor interface for the vB Journal system. Including a new interface for the vB Journal Buddy System that is much more user-friendly than before. Also this interface provides a more secure way for your users to add their friends to their vB Journal Buddy List. Another addition to the system is a php back-end check for entries, comments, and journals. This will ensure information sent for insertion or updating will be correct. Another thing this new error check system will be those users who have javascript disabled will not be able to get around the front-end javascript check system. The error checking system will also give you, the administrator, more control with several new settings in your vB Journal Administration Panel. These new settings include minimum and maximum character lengths for entries and comments.

Check the first post for the Beta 2 Zip File which includes the updated installer and upgrade script. As always thank you for installing the vB Journal System and your continued support.
Sincerely,
Anthony Scudese
Lead Developer, vB Journal

T3MEDIA 01-01-2006 09:57 AM

Quote:

Originally Posted by AN-net
it should have updated the old templates...you did not get any errors while upgrading?

I tried again... and the installer insists its a beta 1 to beta 2 install of course that gave database errors.
So I dug and luckly I had in my unzip forlder a beta 1 unziped file.

I uploaded that but I cant jump to template and phrases.

Is there a simple way I can manualy do this install?

These installers force you to do things one way and if you cant it wont continue.

My tables are already there so I cant go forward in the install and I do not know how to disect your php to figure what goes where.

Corriewf 01-01-2006 04:36 PM

Will there be a final version for 3.0.x and 3.5 or just 3.5? I want to install this on one of my boards that is 3.0.x but dont want to get shafted on final version.....

AN-net 01-01-2006 05:48 PM

Quote:

Originally Posted by Corriewf
Will there be a final version for 3.0.x and 3.5 or just 3.5? I want to install this on one of my boards that is 3.0.x but dont want to get shafted on final version.....

a final version will be released for 3.0.x and then that final version will be ported to 3.5

AN-net 01-01-2006 05:49 PM

Quote:

Originally Posted by T3MEDIA
I tried again... and the installer insists its a beta 1 to beta 2 install of course that gave database errors.
So I dug and luckly I had in my unzip forlder a beta 1 unziped file.

I uploaded that but I cant jump to template and phrases.

Is there a simple way I can manualy do this install?

These installers force you to do things one way and if you cant it wont continue.

My tables are already there so I cant go forward in the install and I do not know how to disect your php to figure what goes where.

i contacted u via pm

Guest190829 01-01-2006 07:28 PM

I'll test this out either later today or tomorrow. :)

T3MEDIA 01-02-2006 05:00 PM

Quote:

Originally Posted by AN-net
there are no categories in this version and probably not till version 2. the author can not be changed through front-end. again that is probably not a likely feature until version 2. the main focus of 1.5 is to improve the basic system we have right now. version 2 will extend 1.5 by adding more frivulous features.

here is a question... how do I delete journals of users that are no longer on the site? say I ban a few members. or they close thier accounts how do I know who is who I see the journals work by first member is journal 1... is there a userid somewhere I can use to bulk remove dead journals?


All times are GMT. The time now is 01:44 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01254 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete