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?

AN-net 01-02-2006 05:24 PM

Quote:

Originally Posted by T3MEDIA
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?

userids are stored in the DB in the journals table however that probably isnt what you are looking for. a better way may be if you have the profile edit installed you can see if they had a journal. also the search engine by the username is also helpful. in following versions(beta 3 or 4) i may going to include some maintenance tools which should make an admins life easier.

AN-net 01-16-2006 06:32 PM

I just finished the Administration Maintenance Tools and I am wanting suggestions for the Administration Panel for vB Journal. Please post suggestions as soon as possible.

T3MEDIA 01-20-2006 01:38 AM

when this goes pro will old users beable to upgrade? I cant follow the beta testing...

AN-net 01-20-2006 08:01 AM

Quote:

Originally Posted by T3MEDIA
when this goes pro will old users beable to upgrade? I cant follow the beta testing...

yes the upgrade script is like vbulletin's, it sends you to next upgrade script until your up to date.

AN-net 01-20-2006 03:45 PM

just so you know T3 if the Betas dont work the pro wont work either because no one has reported any problems. if you want to tell me what your problems are with it then i can get it working for you. please contact me if you want me to help.

T3MEDIA 01-27-2006 02:15 AM

Well we pm'ed but it seems we lost each other. What is happening is the install wont let me continue. I assume I have old tables? But I have no idea what to remove or keep.

So I am stuck the install does not let me skip or do anything.

I would love some help... just hard to reach you at times and everyone knows 3.5 is the new thing so its hard to get help on the old boards (besides asking you that is)

TruthElixirX 01-30-2006 10:58 PM

I am isntalling this for a client. When I run the install script I get this on step two.

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: CREATE TABLE IF NOT EXISTS journals (
                `journal_id` int(10) NOT NULL auto_increment,
                `journalname` varchar(50) NOT NULL default '',
                `journalist` varchar(50) NOT NULL default '',
                `journalist_id` int(10) NOT NULL default '0',
                `journaldate` int(10) NOT NULL default '0',
                `journaldesc` varchar(90) NOT NULL default '',
                `ipaddress` varchar(15) NOT NULL default '',
                `journalviews` int(10) NOT NULL default '0',
                `entrycount` int(7) NOT NULL default '0',
                `commentcount` int(12) NOT NULL default '0',
                `lastentry` varchar(80) NOT NULL default '',
                `lastentry_date` int(10) NOT NULL default '0',
                `lastentry_id` int(10) NOT NULL default '0',
                `journal_totalrating` int(15) NOT NULL default '0',
                `journal_totalvotes` int(10) NOT NULL default '0',
                `status` tinyint(4) NOT NULL default '0',
                `whovoted` mediumtext NOT NULL,
                `private` tinyint(4) NOT NULL default '0',
                `allowbuddies` tinyint(4) NOT NULL default '0',
                `whocanview` varchar(150) NOT NULL default '',
                `active` tinyint(4) NOT NULL default '0',
                `privatecount` int(10) NOT NULL default '0',
                `lastentry_misc` mediumtext NOT NULL,
                PRIMARY KEY  (`journal_id`),
                UNIQUE KEY `journalist` (`journalist`),
                UNIQUE KEY `journalist_id` (`journalist_id`),
                KEY `lastentry_date` (`lastentry_date`)
                ) ENGINE=MyISAM DEFAULT CHARSET=latin1
       
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 'DEFAULT CHARSET=latin1' at line 29

mysql error number: 1064

Date: Monday 30th of January 2006 07:51:37 PM
Script: http://themediaforums.com/admincp/journalinstaller.php
Referer: http://themediaforums.com/admincp/journalinstaller.php
Username: tech
IP Address: 162.39.149.138

Please please please tell me you're still giving support.... Thanks a million.

AN-net 01-31-2006 12:01 AM

Quote:

Originally Posted by TruthElixirX
I am isntalling this for a client. When I run the install script I get this on step two.

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: CREATE TABLE IF NOT EXISTS journals (
                `journal_id` int(10) NOT NULL auto_increment,
                `journalname` varchar(50) NOT NULL default '',
                `journalist` varchar(50) NOT NULL default '',
                `journalist_id` int(10) NOT NULL default '0',
                `journaldate` int(10) NOT NULL default '0',
                `journaldesc` varchar(90) NOT NULL default '',
                `ipaddress` varchar(15) NOT NULL default '',
                `journalviews` int(10) NOT NULL default '0',
                `entrycount` int(7) NOT NULL default '0',
                `commentcount` int(12) NOT NULL default '0',
                `lastentry` varchar(80) NOT NULL default '',
                `lastentry_date` int(10) NOT NULL default '0',
                `lastentry_id` int(10) NOT NULL default '0',
                `journal_totalrating` int(15) NOT NULL default '0',
                `journal_totalvotes` int(10) NOT NULL default '0',
                `status` tinyint(4) NOT NULL default '0',
                `whovoted` mediumtext NOT NULL,
                `private` tinyint(4) NOT NULL default '0',
                `allowbuddies` tinyint(4) NOT NULL default '0',
                `whocanview` varchar(150) NOT NULL default '',
                `active` tinyint(4) NOT NULL default '0',
                `privatecount` int(10) NOT NULL default '0',
                `lastentry_misc` mediumtext NOT NULL,
                PRIMARY KEY  (`journal_id`),
                UNIQUE KEY `journalist` (`journalist`),
                UNIQUE KEY `journalist_id` (`journalist_id`),
                KEY `lastentry_date` (`lastentry_date`)
                ) ENGINE=MyISAM DEFAULT CHARSET=latin1
       
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 'DEFAULT CHARSET=latin1' at line 29

mysql error number: 1064

Date: Monday 30th of January 2006 07:51:37 PM
Script: http://themediaforums.com/admincp/journalinstaller.php
Referer: http://themediaforums.com/admincp/journalinstaller.php
Username: tech
IP Address: 162.39.149.138

Please please please tell me you're still giving support.... Thanks a million.

go into the install file and remove DEFAULT CHARSET= latin1 where ever it exists. this probably solves the dilema.

TruthElixirX 01-31-2006 12:02 AM

Thanks aton!

AN-net 02-03-2006 08:06 PM

beta 3 is coming close to release, so i am still taking suggestions. the focus of this next release is on administration which includes options and the control panel. please submit suggestions quickly!

T3MEDIA 02-04-2006 07:45 AM

Quote:

Originally Posted by AN-net
beta 3 is coming close to release, so i am still taking suggestions. the focus of this next release is on administration which includes options and the control panel. please submit suggestions quickly!

Can the (this isnt what you asked but) installer run things seperately?

T3MEDIA 02-04-2006 06:36 PM

Thanks got it up and running... however for some reason I can not edit my journals... and there isnt a image icon in the WYSIWYG editor. Any reason why that is? I looked in the Usergroup and I have them all checked to yes... I should be able to edit my own Journals... as well I dont see an option to turn off images... yet they are off

Thanks.

T3MEDIA 02-04-2006 11:14 PM

This code used to go into vbindex... anyone know the proper sql query I should use for the new version?
PHP Code:

$getlateste$DB_site->query("SELECT journal_entries.entrytitle,journal_entries.entrydate,journal_entries.entry_id,
            journal_entries.entrytext,journal_entries.journal_id,journals.journalist,journals.journalist_id 
            FROM "
.TABLE_PREFIX."journal_entries AS journal_entries 
            LEFT JOIN "
.TABLE_PREFIX."journals AS journals ON (journal_entries.journal_id=journals.journal_id) 
            WHERE journal_entries.entry_active=1 AND journal_entries.private!=1 AND journals.private!=1 
            ORDER BY journal_entries.entrydate DESC
            LIMIT 5
            "
);
            
$countlatest$DB_site->num_rows($getlateste);
            
$latestentrybits "";
            if(
$countlatest>0)
            {
                while(
$latest$DB_site->fetch_array($getlateste))
                {
                    
$latestentrydatevbdate($vboptions['dateformat'], $latest['entrydate'], 1);
                    
$latestentrytimevbdate($vboptions['timeformat'], $latest['entrydate']);
                    
exec_switch_bg();
                    if(
strlen($latest[entrytitle])>20)
                    {
                        
$latest[entrytitle]= "".substr($latest[entrytitle],0,20)."...";
                    }
                    if(
strlen($latest[entrytext])>150)
                    {
                        
$latest[entrytext]= "".substr($latest[entrytext],0,150)."...";
                    }
                    eval(
'$latestentrybits .= "' fetch_template('journal_latestentrybits') . '";');
                }
                
$DB_site->free_result($lastest);
            }
            else
            {
                
$latestentrybits="There are no entries.";
            } 

Anyone else having IMG issues with this version?

AN-net 02-04-2006 11:24 PM

Quote:

Originally Posted by T3MEDIA
Thanks got it up and running... however for some reason I can not edit my journals... and there isnt a image icon in the WYSIWYG editor. Any reason why that is? I looked in the Usergroup and I have them all checked to yes... I should be able to edit my own Journals... as well I dont see an option to turn off images... yet they are off

Thanks.

are you receiving a no permission error?

|Jordan| 02-10-2006 08:04 PM

How stable is beta 2?

Now i know its a beta, and beta's are not 100% stable, so should i just use 1.0.1

AN-net 02-11-2006 03:35 AM

Quote:

Originally Posted by MyIS_Jordan
How stable is beta 2?

Now i know its a beta, and beta's are not 100% stable, so should i just use 1.0.1

i would say it is very stable for a beta.

AN-net 02-13-2006 06:37 PM

vB Journal 1.5 Beta 3

Beta 3 is a cumulative update with several bugs fixed throughout the core. There has also been a change in the settings table, a majority of the settings are now stored in bitfields to conserve space. Along with the change in storage of settings there has been an addition of new settings which control certain features in the system. These new settings will help you control the amount of queries run on the index and show journal pages.
Whats Next?

Well I have planned that there will be a beta 4. Beta 4 will be update of the UI(User Interface) on the front-end, primarily the addition of a journal control panel. This journal control panel or "JCP" will be lead us into vB Journal 2 where the newer features, such as layout and color control, will be housed in this "JCP". Beta 4's "JCP", however, will not have many advanced features but some new settings for individual journalists. I currently have for new settings are adding a search on and off feature, syndication on and off, etc.

Please if you have any suggestions for improvements or new features for Beta 4 please post them as soon as possible.

Reeve of shinra 02-13-2006 07:38 PM

Some good stuff AN-net. Keep up the good work!

Rukas 02-15-2006 12:59 AM

Ive been following this and 1.5 looks to be coming along great. I would like to throw my hat into the ring to beta test on 3.5.x when you get around to porting it over.

Keep up the great work.

CP, 02-15-2006 01:11 AM

Dude i love you to bits seriously!! its 3:08am and i have uni tommorow 9am start!! I am Sooo happy that you continue to support us 3.0.x board runners! People like you make it worthwhile!! One quick question i see u have made some updates in your first post on beta 1 and beta 2, and your zip for download is beta 3, so if i install the beta 3 everything should be there all updated correct?

Also ive got a points system im sure uve heard of this its the ucash/ushop anyway you can have that intergrated in the journal? So that people can see the points like under the postbit legends?

I am soo looking forward to installing this tommorow! Love you man! I'm going to go to bed happy now! lols :D Cheers

AN-net 02-15-2006 10:21 AM

Quote:

Originally Posted by CP,
Dude i love you to bits seriously!! its 3:08am and i have uni tommorow 9am start!! I am Sooo happy that you continue to support us 3.0.x board runners! People like you make it worthwhile!! One quick question i see u have made some updates in your first post on beta 1 and beta 2, and your zip for download is beta 3, so if i install the beta 3 everything should be there all updated correct?

Also ive got a points system im sure uve heard of this its the ucash/ushop anyway you can have that intergrated in the journal? So that people can see the points like under the postbit legends?

I am soo looking forward to installing this tommorow! Love you man! I'm going to go to bed happy now! lols :D Cheers

yes beta 3 has all updates till now, what about ushop did u want?

CP, 02-15-2006 12:36 PM

oh no ive got the ushop/ucash feature..., it usually displayed under the postbit, it shows how much people have and its like a donate button also, i think its pretty easy to implement it into the journals, let me quickly show you.

https://vborg.vbsupport.ru/external/2006/02/9.jpg

the Paisa you see there is my points feature, aswell as the donate feature, this is usually displayed under the avatar etc, so was wondering if you were going to implement that?

CP, 02-15-2006 02:48 PM

Sorry i have another Question..., you know like blogspot and blogger sites..., can the person who owns the journal customise there page, add videos with html/dohtml tags? etc etc? As HTML is off for vb for security reasons, but can html be on for journals?

AN-net 02-15-2006 05:14 PM

Quote:

Originally Posted by CP,
Sorry i have another Question..., you know like blogspot and blogger sites..., can the person who owns the journal customise there page, add videos with html/dohtml tags? etc etc? As HTML is off for vb for security reasons, but can html be on for journals?

i have not added the option for that but it is only within posts if i did

CP, 02-15-2006 08:33 PM

i dont know but i saw this forum using a hack of yours v.1.0 it was i think and the copyright link goes to aniamtionation.net and they have people with journals with videos in them, tkae a peek here at this journal: http://www.khmerlife.com/forum/membe...astposter&f=64 this is what i was trying to explain, whether the users were able to do this.

Thanks

AN-net 02-15-2006 08:44 PM

Quote:

Originally Posted by CP,
i dont know but i saw this forum using a hack of yours v.1.0 it was i think and the copyright link goes to aniamtionation.net and they have people with journals with videos in them, tkae a peek here at this journal: http://www.khmerlife.com/forum/membe...astposter&f=64 this is what i was trying to explain, whether the users were able to do this.

Thanks

well that is a profile page so it does not involve my hack but the embedding of a video file is possible if you add a custom bbcode for that. animationation.net is my old site, this version points to my current site.

AN-net 02-15-2006 08:46 PM

Quote:

Originally Posted by CP,
oh no ive got the ushop/ucash feature..., it usually displayed under the postbit, it shows how much people have and its like a donate button also, i think its pretty easy to implement it into the journals, let me quickly show you.

http://www.uploadyourimages.com/img/190351img.jpg

the Paisa you see there is my points feature, aswell as the donate feature, this is usually displayed under the avatar etc, so was wondering if you were going to implement that?

i wouldn't include it as a primary feature but maybe an addon once this hack is gold.

CP, 02-15-2006 09:06 PM

ok one very last thing, i will install this beta, my board is heavily hacked anyway and i have the modifed files etc, so if i do get problems and if you do release this fully and it comes out of the beta stages i would easily be able to upgrade without any trouble correct?

AN-net 02-15-2006 10:27 PM

with each new version I issue a new upgrade script that does all templates, database mods, and phrases. i also include .txt's of any other info needed to upgrade from the previous version to the next.

T3MEDIA 02-16-2006 07:02 PM

Quote:

Originally Posted by CP,
Dude i love you to bits seriously!! its 3:08am and i have uni tommorow 9am start!! I am Sooo happy that you continue to support us 3.0.x board runners!

For real that is nice of AN


All times are GMT. The time now is 12:18 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.01462 seconds
  • Memory Usage 1,883KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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