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)

Andreas 09-16-2005 10:00 PM

vBJournal for vBulletin 3.5
 
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.

nexialys 09-17-2005 08:39 PM

Quote:

No description here yet
oh, nevermind, reputation take the place of a description...

TTG 09-17-2005 08:46 PM

One of the most eagerly awaited conversions for 3.5.0.
Installed and working with no problems .. so far :)

Clicked install

Paul M 09-17-2005 08:49 PM

Ah, finally. :)

This will going on my test system shortly.

Paul M 09-17-2005 09:02 PM

Hmm, actually - how is installing this going to affect my existing journal tables ?

Andreas 09-17-2005 09:07 PM

It will blow them up ^.^
Ok, no joking: Not much, it will add 2 fields to the journals table and 1 field to the journal_entries table.
That's it.

kall 09-17-2005 10:17 PM

Kirby, I love you and I want to have your babies.

*clicks Install*

kall 09-17-2005 10:27 PM

Hmm. Seems the Install thingee didn't Upgrade my existing tables.

Unknown column 'allowedusers' in where clause.

Andreas 09-17-2005 10:35 PM

Hmm, should have been created.
Anyway, just create it yourself :)

White_Snake 09-17-2005 10:37 PM

nice :D

been waiting for this one

eNforce 09-17-2005 11:02 PM

This is really cool.

Some questions and a possible problem.

Where do I edit moods, there's no link in the Journal page in ACP. Can only edit moods after adding one. And when I click edit I get a database error.

Code:

Database error in vBulletin 3.5.0 Release Candidate 3:

Invalid SQL:
SELECT mood_name,mood_id,mood_image FROM journal_moods WHERE mood_id=;

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 '' at line 1
Error Number : 1064
Date        : Saturday, September 17th 2005 @ 07:02:21 PM
Script      : http://www.areyouserios.com/admincp/journaladmin.php?do=editmood&mid=1
Referrer    : http://www.areyouserios.com/admincp/journaladmin.php?do=moderatemoods
IP Address  : 137.186.150.120
Username    : Brad
Classname    : vb_database


Omega Prime 09-17-2005 11:06 PM

I've uploaded the files and the product xml, but I see the following even when the journal's enabled in the admincp:

Quote:

The journal module has been deactivated.
Any help is appreciated :)

Andreas 09-17-2005 11:06 PM

TBH, I never bothered with moods ^^
Will take a look at it.

Andreas 09-17-2005 11:07 PM

@Omega Prima
If that does appear then it is deactivated.

hydrostatic 09-17-2005 11:10 PM

Thank you you're my hero! *clicks install*

No more manually adding templates!

Omega Prime 09-17-2005 11:16 PM

Quote:

Originally Posted by KirbyDE
@Omega Prima
If that does appear then it is deactivated.

As I said earlier, I have it enabled where it says:

Quote:

Is Journal System Active?

Andreas 09-17-2005 11:19 PM

@Omega Prima
Hit save on this screen

@eNforce
I've updated the ZIP. Overwrite journaladmin.php and cpnav_journalhack.xml
You will envounter "Cound not find Phrase xyz"-Errors.
Those are trivial, don't have any functional effect and will be fixed in later Versions.

eNforce 09-17-2005 11:28 PM

Ooooooo, great! :)

Another mood problem, when I post an entry, in the drop down menu for moods there isn't anything to select. Though there are moods configured via ACP

Andreas 09-17-2005 11:29 PM

Should be there ... and is for me?

Barakat 09-17-2005 11:31 PM

Quote:

The journal module has been deactivated.
install great but this is what i have on my board

Andreas 09-17-2005 11:33 PM

If this does appear then the Journal is deactivated.

Zelda-King 09-17-2005 11:37 PM

Been looking forward to this. Installing right now!

Barakat 09-17-2005 11:44 PM

its works but nothing inside it ? emm need to add a mood and mood images ?

and when i try to access it a msg appear like that :-

Barakat you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting

Osterling 09-17-2005 11:44 PM

How do I deactivate? Thank you.

Never mind, I forgot to click refresh on the page. Excuse me.

Zelda-King 09-17-2005 11:47 PM

Quote:

Barakat you do not have permission to access this page. This could be due to one of several reasons:
Same problem here actually. And I've hit save on the Journal Settings page. Before that I was getting 'this module has not been enabled' or something like that.

Also, this needs linking to in the navbar, no?

Andreas 09-17-2005 11:48 PM

@Barakat
Where is "nothing inside it"?
Also, when exactly do you get this message?

@exasko
ACP / vB Journal / vB Journal Settings

@Zelda-King
Yeah, the Template-Edits are not included in the readme ... I guess I assumed they magically would appear automatically. LOL
Gonna add them.

Paul M 09-17-2005 11:49 PM

Quote:

Originally Posted by KirbyDE
It will blow them up ^.^
Ok, no joking: Not much, it will add 2 fields to the journals table and 1 field to the journal_entries table.
That's it.

Actually no it won't since there are no ALTER statements in the install code to do this. You have CREATE statements to create the tables (with the new fields) but these will of course fail if you already have existing journal tables.

I suggest you use CREATE statements to make the tables as they were in the 3.0 version, and then ALTER statements to add the new fields - that way you will cover both new installs and 'upgrades'. :)

Andreas 09-17-2005 11:52 PM

@Paul M
There are ALTER Statements?

eNforce 09-18-2005 12:00 AM

Quote:

Originally Posted by KirbyDE
Should be there ... and is for me?

Hmm, Don't know what my problem is then :(

Omega Prime 09-18-2005 12:04 AM

Quote:

Originally Posted by KirbyDE
@Omega Prima
Hit save on this screen

Well, that worked :)

Just a side question, but how can you have it so that it shows journals on the index in descending order by the last entry date? I know I can set it myself, but there doesn't seem to be a way to have it set like that for all members (the same goes with journal entries) :ermm:

Zelda-King 09-18-2005 12:06 AM

Just checking something: I'm using MySQL 4.0.24-max-log. Is that adequate for this? (I did read the thing about needing 4.0.4+).

kall 09-18-2005 12:07 AM

Quote:

Originally Posted by KirbyDE
Hmm, should have been created.
Anyway, just create it yourself :)

Well obviously. ;)

Just wanted to make the issue known.

Andreas 09-18-2005 12:14 AM

Quote:

Originally Posted by eNforce
Hmm, Don't know what my problem is then :(

Can you attach a dump of your journal_moods table?

@Zelda-King
Your mySQL-Version should be fine.

I've updated the readme with the Templat Edits. If you still have them from 3.0, there should be no changes necessary except the condition in postbit/postbit legacy.

Barakat 09-18-2005 12:19 AM

upload it for the 3rd time and overwrite it but nothing change ? only the deactive disapear and i dont have permision to enter that journal. :mad:

Andreas 09-18-2005 12:24 AM

Well, do you have Permission according to your Usergroup Permissions?

Btw: Uninstalling will delete all existing Journals/Entries/Moods/etc.
I hope you didn't do that and had existing Data ...

jesus likes pie 09-18-2005 12:24 AM

Invalid Attachment specified. If you followed a valid link, please notify the webmaster

Andreas 09-18-2005 12:26 AM

@jesus likes pie
W00t? Maybe your cache is wrong ... reload page?

eNforce 09-18-2005 12:30 AM

Quote:

Originally Posted by KirbyDE
Can you attach a dump of your journal_moods table?

I'm not sure if I did this right, never had to do it before :speechless:

???

Andreas 09-18-2005 12:38 AM

Really strange. I imported this and it shows up for me.

Edit: Ah, OK. There was one Template missing in the XML as it was attached to the wrong product. LOL.
Reimport the XML (1.0.2 Alpha 1 Build 2)

Barakat 09-18-2005 12:58 AM

thanks it works wonderfull thanks thanks thanks


All times are GMT. The time now is 06:19 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.02367 seconds
  • Memory Usage 1,812KB
  • 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
  • (1)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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