vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBJournal for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=96462)

ThePimp 09-19-2005 04:11 AM

Kirby, something to maybe consider in a future release...
In the Journal Settings, it might be a good feature to have where you can set the language that is used in the system. Such as "Blog" instead of "Journal", or something similar.

It's not too difficult to Find / Replace, just thinking it may be a slick addition.

The other thing would be maybe an online xml version of the journal, and an RSS syndicate link where people can publish their journal entries elsewhere. (This could easily tie into Zero's RSS system, or one of the other ones out there.)

Hopefully this makes sense.

Andreas 09-19-2005 04:16 AM

@ThePimp
There won't be any new featurss until this is stable.
However, making it fully phrased is planned for the near future.

ThePimp 09-19-2005 04:17 AM

Quote:

Originally Posted by KirbyDE
@ThePimp
There won't be any new featurss until this is stable.
However, making it fully phrased is planned for the near future.

Cool, I've got it installed on a 350k+ post / 20k+ user community, and it seems to be working well. No bugs as of yet. I'll let you know if I find any.

.Tim 09-19-2005 04:56 AM

Install went fine, I thought, but I get this when I try and edit permissions:

Code:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Administrators',
        `description` = '',
        `usertitle` = 'Administrator',
        `opentag` = '',
        `closetag` = '',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `ucash_paycheck` = '0',
        `forumpermissions` = '470810623',
        `attachlimit` = '0',
        `pmquota` = '65535',
        `pmpermissions` = '3',
        `pmsendmax` = '5',
        `calendarpermissions` = '63',
        `wolpermissions` = '31',
        `adminpermissions` = '3',
        `genericpermissions` = '204472319',
        `genericoptions` = '22',
        `profilepicmaxwidth` = '150',
        `profilepicmaxheight` = '150',
        `profilepicmaxsize` = '4294967295',
        `avatarmaxwidth` = '200',
        `avatarmaxheight` = '200',
        `avatarmaxsize` = '4294967295',
        `profileviewpermissions` = '15',
        `userpagepermissions` = '0',
        `imghost` = '3',
        `imghostset` = '1024',
        `imghost_width` = '1600',
        `imghost_height` = '1200',
        `imghost_files` = '1000',
        `journalpermissions` = '1'
WHERE usergroupid=6;

MySQL Error  : Unknown column 'userpagepermissions' in 'field list'
Error Number : 1054

:confused:

Andreas 09-19-2005 05:00 AM

Do you have amykhar's Userpage Hack installed by any chance?
If so, it is not installed correctly and the cause for this Error.

.Tim 09-19-2005 05:04 AM

I did, thought I removed it but guess not. I'll take a look. Thanks.

FleaBag 09-19-2005 08:41 AM

Excellent work Kirby once again, you work very hard you deserve some credit! On a side note, as I am using an older version of mySQL than 4.0.4 - what exactly will NOT happen if I try to install this?

Andreas 09-19-2005 08:46 AM

Private entries/journals that are allowed to be viewed by Journal Buddies or Users in "Who Can View" will not be updated, so they won't show up even if you are one of the Users who has permission to view unless they are edited (just click edit and save afterwards).
Also, if the last entry of a Journal is private it might show up on the journal index if you do not have permission to view it.

FleaBag 09-19-2005 10:00 AM

Ah that's cool... There was minimal use of private journals on my site so can't see it causing many issues! :)

jesus likes pie 09-19-2005 10:40 AM

Quote:

Originally Posted by KirbyDE
@jesues likes pie
If it tells you that it is deactivated then it is deactivated.


Actually it's a bug. It was on, whether you belive me or not. I had to turn it OFF, save, and then turn it BACK on.

That did the trick. I suggest you look into this as I'm sure a lot of people will have issues with this.

jesus likes pie 09-19-2005 10:43 AM

Quote:

Originally Posted by .Tim
Install went fine, I thought, but I get this when I try and edit permissions:

Code:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Administrators',
        `description` = '',
        `usertitle` = 'Administrator',
        `opentag` = '',
        `closetag` = '',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `ucash_paycheck` = '0',
        `forumpermissions` = '470810623',
        `attachlimit` = '0',
        `pmquota` = '65535',
        `pmpermissions` = '3',
        `pmsendmax` = '5',
        `calendarpermissions` = '63',
        `wolpermissions` = '31',
        `adminpermissions` = '3',
        `genericpermissions` = '204472319',
        `genericoptions` = '22',
        `profilepicmaxwidth` = '150',
        `profilepicmaxheight` = '150',
        `profilepicmaxsize` = '4294967295',
        `avatarmaxwidth` = '200',
        `avatarmaxheight` = '200',
        `avatarmaxsize` = '4294967295',
        `profileviewpermissions` = '15',
        `userpagepermissions` = '0',
        `imghost` = '3',
        `imghostset` = '1024',
        `imghost_width` = '1600',
        `imghost_height` = '1200',
        `imghost_files` = '1000',
        `journalpermissions` = '1'
WHERE usergroupid=6;

MySQL Error  : Unknown column 'userpagepermissions' in 'field list'
Error Number : 1054

:confused:



ALTER TABLE usergroup ADD userpagepermissions CHAR(15) NOT NULL;

Running that query should make the error go away by putting his column back.

guv2000 09-19-2005 11:20 AM

good hack ;)
i install and clicked install.
thnx ;)

Andreas 09-19-2005 11:53 AM

@Jesus likes Pie
It's actually not a Bug but working as designed.

The settings are cached, and this cache needs to be built once which isn't done by the installatin script as I expected the Admin to check/modify the settings anyway.
You don't have to turn it off and on again, just click Save.

Are there really people who don't take a look at the settings first? Strange ...

Andreas 09-19-2005 12:07 PM

Quote:

Originally Posted by jesus likes pie
ALTER TABLE usergroup ADD userpagepermissions CHAR(15) NOT NULL;

Running that query should make the error go away by putting his column back.

Adding a column to fix errors caused by a Hack that is not even being uses (anymore) does not make much sense, does it?

???`S?LV?R???` 09-19-2005 01:16 PM

Quote:

Originally Posted by KirbyDE

@???`S?LV?R???`
It will work, but the installation does not work 100% if you are upgrading from a 3.0 installation. .

what if it's a fresh installation of it? any problems/issues? what about uninstallation?

Andreas 09-19-2005 01:18 PM

A fresh installation will not be affected, as well as uninstall.

???`S?LV?R???` 09-19-2005 01:22 PM

Quote:

Originally Posted by KirbyDE
A fresh installation will not be affected, as well as uninstall.

Good to hear, alright well I got 3.5.0 Rc2 installed, will that be a problem at all?

Andreas 09-19-2005 01:25 PM

No. Should work just fine with RC2.
But one of the next Versions will require RC3 at least.

???`S?LV?R???` 09-19-2005 01:28 PM

Quote:

Originally Posted by KirbyDE
No. Should work just fine with RC2.
But one of the next Versions will require RC3 at least.

thanks again, good to know, I was just holding off on the install of rc3 until gold came out since it would be easier, btw any time frame the newer version of the journal that will require atleast rc3 will be released?

Andreas 09-19-2005 01:29 PM

Nope, no ETA.

ged 09-19-2005 02:17 PM

Quote:

Originally Posted by KirbyDE
It should, unless you uninstall it.
To be 100% safe, I'd suggest to backup your journals, journal_entries, journal_comments, journal_moods and journal_settings tables first.

Ok, I will backup, but I have got some more questions, will it reinstall templates? I had to re-create my styles and vbJournal templates are missing on these new templates, will it do that? Second, will it publish all the journals as it did on 3.0.x?

jesus likes pie 09-19-2005 03:31 PM

Quote:

Originally Posted by KirbyDE
@Jesus likes Pie
It's actually not a Bug but working as designed.

The settings are cached, and this cache needs to be built once which isn't done by the installatin script as I expected the Admin to check/modify the settings anyway.
You don't have to turn it off and on again, just click Save.

Are there really people who don't take a look at the settings first? Strange ...

kirby, I DID click save...it didnt do anything. I had to turn it off and on to make it work. Obviously I clicked save...who wouldn't.

Andreas 09-19-2005 04:27 PM

@ged
It will install all necessary Templates and all your existing Journalks will be available.

@jesus likes pie
I just tested a fresh installation - clicking save is enough.

Brinnie 09-19-2005 04:51 PM

Demo, anyone?

Andreas 09-19-2005 05:00 PM

Install it and you have a Demo :)

jesus likes pie 09-19-2005 06:19 PM

Quote:

Originally Posted by Brinnie
Demo, anyone?


http://ugforums.org/journal.php

Just one :P

macshrine 09-19-2005 08:47 PM

When I try to update the group permissions I get:

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 627

Running vB 3.5 RC3.

kylek 09-19-2005 08:54 PM

Anyone know what to do to uninstall this, need to try and start over as getting too many errors and problems. I know the issue of deleting comments will be fixed on the next version but I cannot even delete a journal of one of my members, get a syntax error. And have never had mood images, or any moods to edit, etc.
Is there an uninstaller?
What files are added to the database?
Are there supposed to be mood image files included in the download? Cant see any.

Zelda-King 09-19-2005 08:57 PM

There aren't any mood images. I just use the default vBulletin ones, personally.

As for uninstalling, have you tried simply doing it via the products manager in the dropdown?

kylek 09-19-2005 09:02 PM

Quote:

Originally Posted by Zelda-King
There aren't any mood images. I just use the default vBulletin ones, personally.

As for uninstalling, have you tried simply doing it via the products manager in the dropdown?

Okay, brain dead right now, Forgot you can uninstall in the product manager's drop down, will give it a try.

Andreas 09-19-2005 10:14 PM

@macshrine
Did you upload the Bitfield XML before importing the Product XML?
Anyway, try admincp/index.php?do=buildbitfields

@kylek
Please note that you will lose all journals if you uninstall this.
Which errors exactly do you get where?
Just telling that you get errors is not that helpful in order to get them fixed.
There are no mood images included.

Jason McConnell 09-20-2005 03:04 AM

[high]* Jason McConnell clicks install :D
[/high]

Got some questions/suggestions though...

Besides using the moods, is there any way you could add a currently listening to/watching/playing textfield?

Are there any plans for displaying the Most Recently Submitted journals on forumhome or as a portal module?-- that'd be greaaaaaat :)

Possible a WOL location?

Totally a suggestion.... but I'd n00b-ify the install instructions. I'd imagine once this hack is out of Beta, there's going to be some vB admins who have no idea what a plugin is, much less realize that there are far less file and template edits than there used to be in 3.0.x versions.

Thanks for a killer hack :D

john1744 09-20-2005 04:12 AM

Kirby, I have a link to a image uploader. How would I go about adding the link to the add entry page with a brief explanation of the link...

Would this be an easy change?

john1744 09-20-2005 04:29 AM

NM I figured it out.

Brinnie 09-20-2005 04:40 AM

Quote:

Originally Posted by KirbyDE
Install it and you have a Demo :)

Lose the attitude or I will ban you..

Brad 09-20-2005 04:47 AM

Quote:

Originally Posted by Brinnie
Lose the attitude or I will ban you..

What attitude?

There is nothing saying you can't install this on a test forum if you wish to see exactly what this hack does, I assume you have one like most people who make modifications to their forums.

john1744 09-20-2005 05:09 AM

Ok, only problem I am seeing so far is the display order, it goes from oldest to newest, shouldn't the newest entries be on top?

Andreas 09-20-2005 06:46 AM

@Jason McConnell
There won't be any new features until this is stable enough.
Afterwards, WOL stuff as well as now listening/viewing is already planned.

ged 09-20-2005 08:25 AM

Quote:

Originally Posted by KirbyDE
@ged
It will install all necessary Templates and all your existing Journalks will be available.

@jesus likes pie
I just tested a fresh installation - clicking save is enough.

Thanks a lot KirbyDE. :)

Andreas 09-20-2005 01:32 PM

Yes - check the navbar Template Edit as you must have edited it incorrectly :)


All times are GMT. The time now is 07:06 PM.

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.02250 seconds
  • Memory Usage 1,834KB
  • 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
  • (2)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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