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 11-05-2005 06:29 PM

What I said: You want to edit the timestamps :)

So basically, the admin would create the categories and the user has to choose one, right?

attroll 11-05-2005 06:48 PM

Quote:

Originally Posted by Andreas
What I said: You want to edit the timestamps :)

So basically, the admin would create the categories and the user has to choose one, right?

Yes that would be exactly what I was thinking. Sort of like what you do when you want to post in the forums on vB. You pick the category you want your jounral in. For those that do not want or need categories then you could have it default so they do not have categories.

I wish there was a way around the timestamp but I can think of no other way.

I also have more suggestions if you would like to here them?

attroll 11-05-2005 07:17 PM

Andreas

If you need anyone to test out the new features or the new update I would be more then wiling to. I have a test site setup right now just for this hack at http://thruhikers.net/forum/journal.php. I have done some modifications to it but it is still all origanol except for some template modifications.

if you want to log in you the name test and password test.

Cole2026 11-05-2005 07:31 PM

Hmm, for the Specify Users option that allows you to specify users that can view your entry/journal:

It might be easier to have people specify users there and use the:
fetch_userid_from_username() function to get those corrisponding userIDS.

Andreas 11-05-2005 07:51 PM

Yes, this is planned for future Versions

attroll 11-06-2005 01:46 AM

Here is a suggestion that you might have already incorperated in the next release, but just in case you haven't.

In the JOURNAL temlpate fix it so that unregistered users can not see the MY JOURNAL button by doing something to this effect and you could added a icon instead of a button like I did below.

Replace this:
Code:

<form method="post" action="journal.php?do=gotomyjournal"><input class="button" type="submit" name="myjournal" value="My Journal" /></form></td>
With this:
Code:

<if condition="$bbuserinfo['userid']">
<a href="journal.php?do=gotomyjournal"><img src="$stylevar[imgdir_button]/myjournal.gif" border="0" alt="Guestbook for this entry" /></a></td>
</if>


Bytecon 11-06-2005 09:11 PM

Quote:

Originally Posted by Paul M
Well yes, there are now, since you've now added them. They wern't there when I downloaded it earlier - I can only report on what I have - esp if you change it without saying anything. :)

FYI, I also had to manually rebuild the bitfields before I could use it (or edit usergroups).

Paul,

I tried this, when i try to edit usergroups it just loops with the following message ..

"Rebuilt Bitfields Successfully"

Any idea how I can access the usergroups again? Did I do something wrong?

SnowBot 11-06-2005 09:24 PM

OK we are on 30 pages so my appology if this has been said.

When you add a picture to the quiz it uploads it to

www.yoursite.com/forum/images/quiz

The picture shows fine in the admincp BUT when you look at the journal page for the quiz the image does not show as it is trying to point to

www.yoursite.com/images/quiz

How can this be fixed?

Thanks

Snowy

Andreas 11-06-2005 09:55 PM

@SnowBot

I don't understand a word :)
What are you talking about "quiz"?

@Bytecon
Disable Product "Extended Signature Limits" if you have it installed.

john1744 11-06-2005 10:00 PM

Kirby you can close that issue in your bug tracker about the WYSIWYG at the test forum, it started working today again when I reinstalled Firefox. :)

The hack seems to be shaping up quite nicely.

Andreas 11-06-2005 10:22 PM

@john1744
It was most likely just outdated JS, as I recently updated to 3.5.1 :)

MissKalunji 11-06-2005 10:59 PM

is it me or the vbjournal doesnt work wtih 3.5.1

Andreas 11-06-2005 11:12 PM

Must be you as it works fine for me ;)

What exactly does not work?

MissKalunji 11-06-2005 11:17 PM

Quote:

Originally Posted by Andreas
Must be you as it works fine for me ;)

What exactly does not work?

well usergroup permissions when i go into usergroup nuthing appears about userpage

MissKalunji 11-06-2005 11:22 PM

im sooooooo sorry i posted into the wrong hack lol *runs and hide*

sorry lol

cybertrash 11-07-2005 12:57 AM

never mind figured it out :)

Andreas 11-07-2005 01:06 AM

Hmm ... the folder is called upload as it contains the directories that need to be uploaded to your webserver :)

cybertrash 11-07-2005 01:09 AM

hm just wonderin why are the defaults for usergroups set as no?

Andreas 11-07-2005 01:12 AM

Cause I don't know for which usergroups you would like to enable which permissions, so giving nobody any permissions is the safest way :)

cybertrash 11-07-2005 01:13 AM

oh i see :)

i've installed it succesfully "kinda"
having one problem, please take a look
http://www.dollwar.com/forums/journal.php

Andreas 11-07-2005 01:13 AM

I get a "no permission" screen :)

cybertrash 11-07-2005 01:17 AM

heh whoops. heres the error

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT COUNT(*) AS journals FROM forum_journals
WHERE active=1
AND (journalist_id=1 OR private !=1 OR FIND_IN_SET('1', allowedusers));

MySQL Error : Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (hp8_english_ci,IMPLICIT) for operation 'find_in_set'
Error Number : 1267
Date : Sunday, November 6th 2005 @ 10:16:43 PM
Script : http://www.dollwar.com/forums/journal.php
Referrer : https://vborg.vbsupport.ru/showthread.php?p=814360
Classname : vb_database

Andreas 11-07-2005 01:23 AM

That should not happen.
Which collation does column allowedusers in table forum_journals use?

cybertrash 11-07-2005 01:25 AM

hm.. sorry but what is "collation" and how would i know how to find it

Andreas 11-07-2005 01:31 AM

<a href="http://dev.mysql.com/doc/refman/4.1/en/charset.html" target="_blank">http://dev.mysql.com/doc/refman/4.1/en/charset.html</a>

cybertrash 11-07-2005 01:34 AM

mmm. i have no idea.. very confusing lol

attroll 11-07-2005 03:06 AM

Quote:

Originally Posted by cybertrash
mmm. i have no idea.. very confusing lol

Sorry I can not help you with what he is referring to either. I looked in the data base tables and the template but did not find anthing refering to the table forum_journals that he is referring to. I think he was refering to database tables but I have no table called forum_journals in my data base. Sorry

Oblivion Knight 11-07-2005 05:22 AM

Quote:

Originally Posted by attroll
Sorry I can not help you with what he is referring to either. I looked in the data base tables and the template but did not find anthing refering to the table forum_journals that he is referring to. I think he was refering to database tables but I have no table called forum_journals in my data base. Sorry

[high]forum_[/high] will be the table prefix that is being used by this admin.. ;)

Bytecon 11-07-2005 06:02 AM

Quote:

Originally Posted by Andreas
@Bytecon
Disable Product "Extended Signature Limits" if you have it installed.

Thanks!

Is there any way to get it working with that enabled? Is this a problem with Extended signature limits or a conflict with the two?

SnowBot 11-07-2005 08:35 AM

Quote:

Originally Posted by SnowBot
OK we are on 30 pages so my appology if this has been said.

When you add a picture to the quiz it uploads it to

www.yoursite.com/forum/images/quiz

The picture shows fine in the admincp BUT when you look at the journal page for the quiz the image does not show as it is trying to point to

www.yoursite.com/images/quiz

How can this be fixed?

Thanks

Snowy

LMAO SORRY Kirby, i was drunk when i posted this, hehhe but my beer was good :)

Sinistra 11-07-2005 09:25 AM

Oblivion Knight Have you relesed the journal with them fixes I asked about yet?

Andreas 11-07-2005 12:38 PM

Quote:

Originally Posted by Bytecon
Thanks!

Is there any way to get it working with that enabled? Is this a problem with Extended signature limits or a conflict with the two?

It's a problem with your Version of Extended Signature Limits not being compatiable with vBulletin 3.5.1

@Lord Katsuhito
Which bugfixes exactly?

Sinistra 11-07-2005 01:45 PM

The fallowning bug fixes

Quote:

Originally Posted by Lord Katsuhito
OK I found a new glitch when you post characters like & " " and some others it changes into

& &amp;
" &quot;

Any way to fix this?


Andreas 11-07-2005 01:56 PM

Can't reproduce that:
http://kirbydemos.ath.cx/forum/journ...ry&e=19&enum=3

Sinistra 11-07-2005 02:02 PM

What I get

Andreas 11-07-2005 02:25 PM

This is not my board ...

Did you try on my board?

Sinistra 11-07-2005 02:35 PM

I am using the patch O Kinght put out so it would be a glitch in his system I would think?

lanc3lot 11-07-2005 04:46 PM

Hello again Andreas, waiting for the beta version :)

Can i remove in this version, the ability to my journalists, to create private journals?

Also, if someone create a private journal, should be "Viewable" at least from the admins of the forum?

Andreas 11-07-2005 04:54 PM

@lancelot
Users can create private journals and those are not shown to the admin on jorunal index, but they are accessible.

Thanks for the reminder, I have to change this for Beta 2 so they are not accesible.

lanc3lot 11-07-2005 04:59 PM

Hm, is there anyway to "display" them in the journal page, at least for the admins usergroup?:)


All times are GMT. The time now is 12:07 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.03235 seconds
  • Memory Usage 1,822KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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