PDA

View Full Version : vB Journal for vBulletin 3.0.3(v1.0.1)


Pages : 1 2 3 [4] 5 6 7

AN-net
01-23-2005, 12:28 AM
Just a quick question...what folder do the moods images default to (if I dun put anything in the input box for that , i.e. just the image name)? root or images?

Thanks

CR
any folder you choose;) just be sure to provide the path or url to it

Zachariah
01-24-2005, 12:24 AM
EX: journal.php?do=showjournal&j=1

User(s) see's X amount of entries per page.

I would like to see a char limit (500-1000) option and a link to the "full story + comments" per entry. @ the moment a user can post a book (scroll 5-10 pages)vs. small "previews" and click [more].

Just some thoughts.

AN-net
01-24-2005, 02:36 AM
EX: journal.php?do=showjournal&j=1

User(s) see's X amount of entries per page.

I would like to see a char limit (500-1000) option and a link to the "full story + comments" per entry. @ the moment a user can post a book (scroll 5-10 pages)vs. small "previews" and click [more].

Just some thoughts.
yes that is possible
* AN-net adds to list of journal features for second version

Ninth Dimension
01-24-2005, 04:36 PM
I'm looking to use this hack on an upcoming site of mine.. what I'm interested to know if is it will be possable for admins to set specific members as "featured" journal writers..

I'll go into a bit more detail.. my site is about the paranormal, and so the main forums are going to be used for posts on that topic, i'll be using one of the cool article hacks to post things like reviews on books (such as the da vinci code, for example), and this wonderful journal system for people to keep records of their own paranormal experiances.

Thing is, a few of the members, espiclaly the mods, are people who have dealings with the paranormal every day (such as member of a spiritulist church, a tatrot reader, etc..), and so, while all the other members journals are still worth something - these specific members journals will be far more, uumm, *interesting*, as well (i hope) updated far more often.

Due to this, what I'd be keen on doing is setting a couple of the members as "featured" journals, and somehow have their entries highlighted.. and maybe shown at the top of the list, etc... - you know?

I might even take this as far as having these specific members journals directly listed and linked to from the sites front page.. but that's more of an advanced feature... all I'm keen to know right now is if the idea of setting specific members as features is possable, and if it's currently not, how hard would it be to implament?

AN-net
01-24-2005, 05:20 PM
I'm looking to use this hack on an upcoming site of mine.. what I'm interested to know if is it will be possable for admins to set specific members as "featured" journal writers..

I'll go into a bit more detail.. my site is about the paranormal, and so the main forums are going to be used for posts on that topic, i'll be using one of the cool article hacks to post things like reviews on books (such as the da vinci code, for example), and this wonderful journal system for people to keep records of their own paranormal experiances.

Thing is, a few of the members, espiclaly the mods, are people who have dealings with the paranormal every day (such as member of a spiritulist church, a tatrot reader, etc..), and so, while all the other members journals are still worth something - these specific members journals will be far more, uumm, *interesting*, as well (i hope) updated far more often.

Due to this, what I'd be keen on doing is setting a couple of the members as "featured" journals, and somehow have their entries highlighted.. and maybe shown at the top of the list, etc... - you know?

I might even take this as far as having these specific members journals directly listed and linked to from the sites front page.. but that's more of an advanced feature... all I'm keen to know right now is if the idea of setting specific members as features is possable, and if it's currently not, how hard would it be to implament?
well you could add to the journal table a field that indicates if its a featured journal etc. or you can simply have them add it to the title of their journal Such as : "Featured Journal: xxx".

but it would require some php editing and database changes if you were to fully implement it

Ninth Dimension
01-24-2005, 05:26 PM
OK, that sounds easy enough... it's kind of what I was thinking anyway... I was just wondering if you might already have it implamented already...

I noticed you talked about future releases? I was wondering, when might these happen? if at all? Last thing I want to do is use this hack, mod it to my own needs, the find you've released an update (which I either won't be able to use, or i'll have to mod yet again).

Thx.

AN-net
01-24-2005, 05:29 PM
OK, that sounds easy enough... it's kind of what I was thinking anyway... I was just wondering if you might already have it implamented already...

I noticed you talked about future releases? I was wondering, when might these happen? if at all? Last thing I want to do is use this hack, mod it to my own needs, the find you've released an update (which I either won't be able to use, or i'll have to mod yet again).

Thx.
there will be a future release but when is uncertain since it has yet to be started. once released there will be major changes to the structure and code so you most likely have to modify the file again at least;)

elmore
01-25-2005, 02:57 AM
So I have just been installing the journal system over the past day and I think I have everything but 2 bugs worked out. Both of these seem to be template errors. I've been going over templates now for hours and I'm just burnt. I thought I'd post here to see if someone would be kind enough to give me a gentle shove in the right direction.

Running vBulletin: 3.0.6
vBJournal: v10.0
website: screamingelectron.org

Attached are the screen shots of the two errors I get.

Thanks for the any input! :)

*Update*

I got the template error in error2.jpg fixed up now. Still having the problem with error1.jpg

*/Update*

*Update 2*

Got the first template error worked out now. Nice mod! Great Work!


*/Update 2*

AN-net
01-25-2005, 03:30 AM
So I have just been installing the journal system over the past day and I think I have everything but 2 bugs worked out. Both of these seem to be template errors. I've been going over templates now for hours and I'm just burnt. I thought I'd post here to see if someone would be kind enough to give me a gentle shove in the right direction.

Running vBulletin: 3.0.6
vBJournal: v10.0
website: screamingelectron.org

Attached are the screen shots of the two errors I get.

Thanks for the any input! :)

*Update*

I got the template error in error2.jpg fixed up now. Still having the problem with error1.jpg

*/Update*
check the if conditions;)

Ted S
01-25-2005, 03:47 AM
What would it take to add say 5-10 varchar text fields to the journal? I would like to use this hack as a Dive log system but in order for it to be functional it needs to collect some additional information and I'm wondering how feasible that would be. Thank you!

AN-net
01-25-2005, 04:13 AM
What would it take to add say 5-10 varchar text fields to the journal? I would like to use this hack as a Dive log system but in order for it to be functional it needs to collect some additional information and I'm wondering how feasible that would be. Thank you!
well you would have to modify certain templates, some parts of the file, and add new fields to the journal or entry table

Ted S
01-25-2005, 07:28 AM
well you would have to modify certain templates, some parts of the file, and add new fields to the journal or entry table

So nothing overly complex? I'll give it a shot. Thanks for the amazing hack!

MajorFm.com
01-25-2005, 10:57 PM
How can i edit comments in a journal?

AN-net
01-26-2005, 01:14 PM
How can i edit comments in a journal?
you currently can not edit comments...

Cloud-Warrior
01-26-2005, 02:20 PM
AN-net - I've missed about 20 pages of comments, and did a search by post and didn't see if you did it yet but has there been an importer written for the old vB3 port of Ryangel's hack?

AN-net
01-26-2005, 02:28 PM
AN-net - I've missed about 20 pages of comments, and did a search by post and didn't see if you did it yet but has there been an importer written for the old vB3 port of Ryangel's hack?
it has yet to be released and i haven't been able to work on it due to school and me now have bronchidus(sp?). i am also busy with my personal site right now but if i get some free time i will work on it

jonnerd154
01-28-2005, 04:39 PM
I would like to make a link in the postbit that links to the user's journal. I was planning on using a simple link, and parsing the user's userid into the extended php vars. THEN I noticed that the userid is not the same as the journal id. To me is makes sence to make them the same. What do you think of that...it makes perfect sense to me.

Anyone have another idea on how to make the link I want?

AN-net
01-28-2005, 05:15 PM
I would like to make a link in the postbit that links to the user's journal. I was planning on using a simple link, and parsing the user's userid into the extended php vars. THEN I noticed that the userid is not the same as the journal id. To me is makes sence to make them the same. What do you think of that...it makes perfect sense to me.

Anyone have another idea on how to make the link I want?
that is already possible if you made the changes to functions_showthread.php and showthread.php and the postbit templates. if you did look in the dropdown and there should be a link to the user's journal.

OrangeFlea
01-28-2005, 05:55 PM
Is it possible to include a "new blog entry" indicator for the forumhome?

AN-net
01-28-2005, 06:02 PM
Is it possible to include a "new blog entry" indicator for the forumhome?
you mean like latest entries or # of entries since last visit

MajorFm.com
01-30-2005, 11:19 PM
you currently can not edit comments...
can i not delete comments coz what happens if a member posts abuse in the comments bit?

Paul M
01-30-2005, 11:22 PM
can i not delete comments coz what happens if a member posts abuse in the comments bit?You can delete them, just not edit them.

trackpads
01-30-2005, 11:29 PM
bronchidus

Wasnt that a dinosaur?

AN-net
01-31-2005, 02:07 AM
Wasnt that a dinosaur?
im not sure how to spell what i had but i dont think it was a dinosaur...

Guest190829
01-31-2005, 05:25 AM
I think bronchitis is the right term.

We can all thank dictionary.com now. :lick:

MajorFm.com
01-31-2005, 09:11 AM
You can delete them, just not edit them.
Where do you delete it? i dont see a delete button...?

trackpads
01-31-2005, 12:30 PM
im not sure how to spell what i had but i dont think it was a dinosaur...
Ahh, either way, hope you feel better!

spence2
01-31-2005, 01:14 PM
Thank you for your continuing support for this hack, AN-net. Much appreciated!

MajorFm.com
01-31-2005, 02:05 PM
Thank you for your continuing support for this hack, AN-net. Much appreciated!
Yer i have to say, this hack has been very well supported and deserves evey install it gets!

dune
01-31-2005, 08:25 PM
I feel silly for asking, but just trying to save myself some time. ;)

What bit of code points to the image directory for "moods"? I would like to put a custom path. I didn't see a default directory for them or anything, and would like the journal to look in the images/moods for them.

Thanks AN, great app. Looking forward to future updates of it.

AN-net
01-31-2005, 09:26 PM
I feel silly for asking, but just trying to save myself some time. ;)

What bit of code points to the image directory for "moods"? I would like to put a custom path. I didn't see a default directory for them or anything, and would like the journal to look in the images/moods for them.

Thanks AN, great app. Looking forward to future updates of it.
try a full path such http:// or /images/moods/mood.gif

YUSIF
02-01-2005, 01:35 AM
it's so nice

I did evrything well , and admincp , templates all done fine
and my forums worked fine, but when i try to access the journal it says
you do not have permission to access this page.
This could be due to one of several reasons

and I have update the fix file you have rpelied to some user befor
also I have setup permissions in admincp

but non of these help

so , what I have to do ??

dune
02-01-2005, 04:06 AM
try a full path such http:// or /images/moods/mood.gif

Heh, I guess I wasn't literal enough. ;)

I meant where in YOUR code does it point to the moods directory, so I can alter the path.

Thanks!

AN-net
02-01-2005, 05:59 AM
Heh, I guess I wasn't literal enough. ;)

I meant where in YOUR code does it point to the moods directory, so I can alter the path.

Thanks!
it does not point to any directory. all links for moods are the actual links to them;)

dune
02-01-2005, 06:05 AM
it does not point to any directory. all links for moods are the actual links to them;)

Ah gotcha. Dur. Full path link goes in the "mood manager" page.

Thanks.

YUSIF
02-01-2005, 10:51 AM
it's so nice

I did evrything well , and admincp , templates all done fine
and my forums worked fine, but when i try to access the journal it says
you do not have permission to access this page.
This could be due to one of several reasons

and I have update the fix file you have rpelied to some user befor
also I have setup permissions in admincp

but non of these help

so , what I have to do ??


any help about this ?

AN-net
02-01-2005, 01:04 PM
any help about this ?
did you setup permissions because that would be the only reason y

YUSIF
02-01-2005, 05:49 PM
did you setup permissions because that would be the only reason y


it's so nice

I did evrything well , and admincp , templates all done fine
and my forums worked fine, but when i try to access the journal it says
you do not have permission to access this page.
This could be due to one of several reasons

and I have update the fix file you have rpelied to some user befor
also I have setup permissions in admincp

but non of these help

so , what I have to do ??


yes I did ,, I have said that in first post .

anyway , if you don't mind explain how to set it , maybe I set different thing

ty

AN-net
02-01-2005, 06:45 PM
yes I did ,, I have said that in first post .

anyway , if you don't mind explain how to set it , maybe I set different thing

ty
the permissions are the same as any other usergroup permission. you go into the usergroup editor and edit the desired usergroups and give them the desired permissions for the journal;)

MajorFm.com
02-01-2005, 08:24 PM
Where do you delete it? i dont see a delete button...?
How do i delete comments?

Paul M
02-01-2005, 09:34 PM
How do i delete comments?Well I just use the delete button displayed on them - are your permissions set-up correctly ?

Ted S
02-02-2005, 08:09 AM
Well I just installed this great hack and customized it by adding 20 extra fields. Everything works great, thank you for the hard work!

MajorFm.com
02-02-2005, 11:00 AM
Well I just use the delete button displayed on them - are your permissions set-up correctly ?
All permissions are set to YES on usergroup manager for admin

But i dont see a delete button for the comments bit...

uae-style
02-04-2005, 01:20 AM
i get this error

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /xxxx/xxxxx/xxxx/forums/includes/functions.php on line 2015

and im sure i edited functions.php exactly as it mentioned in install.txt

plz help :nervous:

btw im using vBulletin v3.0.6

uae-style
02-04-2005, 02:29 AM
fixed with notepad

bouncey
02-05-2005, 07:47 PM
Does this journal have any rating system or will there be, like Xanga has eProps?

AN-net
02-06-2005, 12:11 AM
Does this journal have any rating system or will there be, like Xanga has eProps?
it has a built in ratings system;)

MajorFm.com
02-06-2005, 01:44 PM
Anyone?

Ghostsuit
02-11-2005, 04:29 AM
Did a converter for ryangle's journal ever get done?

Paul M
02-11-2005, 07:58 AM
All permissions are set to YES on usergroup manager for admin

But i dont see a delete button for the comments bit...How are you viewing the comments ?

AN-net
02-11-2005, 01:28 PM
Did a converter for ryangle's journal ever get done?
we will work on for version 2

MP3
02-11-2005, 06:31 PM
:)
thanks

Ghostsuit
02-11-2005, 07:37 PM
we will work on for version 2

:( Guess I'll have to hold out till then...hope it's not too long though it's great looking ;).

kenwen
02-12-2005, 10:42 AM
Hi all,

this is a great hack and much loved by my website users but there is one thing I would like to change. Is there a way of changing it so that the latest entries are shown first like a traditional blog?

Thanks
Ken

AN-net
02-12-2005, 01:39 PM
Hi all,

this is a great hack and much loved by my website users but there is one thing I would like to change. Is there a way of changing it so that the latest entries are shown first like a traditional blog?

Thanks
Ken
yes please do a search for changing the order buy using the search feature within the thread

James T Brock
02-12-2005, 11:24 PM
I had the same question. I wanted the new articles to display at the top like a traditional journal. I searched this thread like you suggested and found the post with someone asking the same question, I think on page 6. You stated that it was planned for version 2. But that reply was months ago. Is that still accurate today?

I'd assume it would be an easy modification for us to make in-order for it to work. Do we have the wait till version two or is there a way to mod it for new articles to show in descending order?

spence2
02-13-2005, 12:13 AM
I had the same question. I wanted the new articles to display at the top like a traditional journal. I searched this thread like you suggested and found the post with someone asking the same question, I think on page 6. You stated that it was planned for version 2. But that reply was months ago. Is that still accurate today?

I'd assume it would be an easy modification for us to make in-order for it to work. Do we have the wait till version two or is there a way to mod it for new articles to show in descending order?

Here (https://vborg.vbsupport.ru/showpost.php?p=572482&postcount=552)

James T Brock
02-13-2005, 04:31 PM
Thanks a bunch! I appreceate it.

spence2
02-14-2005, 12:27 AM
You're welcome. Best of luck!

Mystictrunks03
02-15-2005, 04:53 PM
i installed the journal hack on my forum on 3.0.6 and none of the phrases are working cuz i was checking the usergroup settings for it and none of the phrases appeared. wats wrong?

Polo
02-15-2005, 05:29 PM
i installed the journal hack on my forum on 3.0.6 and none of the phrases are working cuz i was checking the usergroup settings for it and none of the phrases appeared. wats wrong?
this problem has been reported many times... there is already a fix, read the first post in the "update and fixes"

thank you :)

suewh
02-15-2005, 06:01 PM
Could anyone recommend someone to install this?

AN-net
02-15-2005, 06:45 PM
if your willing to pay for an installation make a post in the service requests forum;)

suewh
02-15-2005, 07:18 PM
if your willing to pay for an installation make a post in the service requests forum;)

Could you direct me? I'm not familiar with the site. Thx!

AN-net
02-15-2005, 07:25 PM
its the last forum under general codings/questions:)

msimplay
02-15-2005, 08:16 PM
if you choose private and choose allow buddies view thenyou dont need to put your journal buddyies id's in the field, the fieldis meant for people you usually dont let view your entries/journal:) userids refers to their number and username refers to their name, so only use userid/number;)

how do i seperate the user id's i normally do it with a comma
>>> ,

however it doesn't seem to be working those id's can't seem to view the entry how would i go about fixing this

Mystictrunks03
02-15-2005, 08:26 PM
i did the phrase fix and it only did it for some, it didnt show the phrase for reporting and the phrases for editing and deleting others journals and entrys and when those // are by it it doesnt show up and when u take em off, you can see the things but the phrase doesnt show

AN-net
02-16-2005, 02:12 AM
how do i seperate the user id's i normally do it with a comma
>>> ,

however it doesn't seem to be working those id's can't seem to view the entry how would i go about fixing this
it would like 12345,45,56,67

AN-net
02-16-2005, 02:12 AM
i did the phrase fix and it only did it for some, it didnt show the phrase for reporting and the phrases for editing and deleting others journals and entrys and when those // are by it it doesnt show up and when u take em off, you can see the things but the phrase doesnt show
please look over updates/fixes please:) there is a fix for this;)

jbx
02-16-2005, 08:12 AM
Great script.. but i seem to have an problem...

When I go to usergroup permission this is all im seeing...

http://img99.exs.cx/img99/4628/error4bv.gif

Is there a way to fix this.. or at least could you tell me what each option is supposed to be

Thanks

jbx
02-16-2005, 01:22 PM
No Problem its working fine now :D

Once again great script!

msimplay
02-16-2005, 03:37 PM
it would like 12345,45,56,67

i seem to have a weird problem i only seem to be able to use one id ata time and if i use the comma to seperate the id's none of the id's ientered get to see the private thread

Journal buddies are working fine however

AN-net
02-16-2005, 09:08 PM
i will look into this issue over the weekend

msimplay
02-17-2005, 01:35 PM
i will look into this issue over the weekend

thanks

hmm i also seem to have a problem when deleting journals

when i delete the journal using the link the page just goes blank

it doesn't matter if i do it as admin or user account

darcyb
02-17-2005, 10:40 PM
Wow, this was one big update. My eyes are bugging. :)

I'm done the installation and am noticing that variables are not appearing in the bread crumbs, and various things when viewing /forums/journal.php?do=showjournal.

Attached is a screen capture showing information that won't display for the title of journal, journalist, entries, and last-updated shows 12-31-1969.

Any ideas on what I may have done wrong? I didn't notice any errors running the install script and tried to be careful everywhere else. I ran the fixphrases script, and changed the usergroup file with static english titles to get the options to show up, as instructed by the update section of the first page of this thread.

I also set a custom title, but it's ignoring it and still trying to use "username's Journal".

I've created one journal, made one entry in it, and yet the bottom of the screen stats say Journals: 0 | Entries: 0 | Comments: 0

AN-net
02-17-2005, 11:23 PM
you must have journal.php?do=showjournal&journalid=xxx

without that it will not return a correct journal.

you may have to approve your journal/entry if you turned it on;)

darcyb
02-17-2005, 11:45 PM
Sorry, I omitted that part in my post just to reference the file. The URL was in fact /forums/journal.php?do=showjournal&j=1 when I took that screen capture.

I turned on all permissions in the admin user group and no moderation requirements. How do you mean approve it?

Thanks so much for your reply.

darcyb
02-17-2005, 11:53 PM
Ok. Auto approving posts was on, but not auto approving journals. I went in the admin panel and approved it.

Still, the title won't show, the date of creation and last update is 1969 and so on.

darcyb
02-17-2005, 11:57 PM
OH! It's working now. I used the "show all journals" admin thing to try to approve it, and just now went to "moderate journals" and there was a separate approval thing. Since approving it THAT way, everything just came to life.

Does that mean that if I moderate the creation of new journals in the future, forum members will see 1969 dates, and missing journal titles when they click on 'my journal', ,just like I did until I did the approve thing?

AN-net
02-18-2005, 02:57 AM
well technically it will only grab journals that are active/approved so even if an id is given the query will not grab the information until it is approved. so with moderation on the data will not be grabbed for unapproved journals;)

darcyb
02-18-2005, 02:04 PM
Will people creating new journals, not yet approved, click on their 'my journal' link and see the same gobbly goop I did, or is it only because I was an admin and circumvented something?

darcyb
02-18-2005, 03:53 PM
A question. Can journalists turn off the commenting system to their journal? If so, where?

AN-net
02-18-2005, 04:32 PM
Will people creating new journals, not yet approved, click on their 'my journal' link and see the same gobbly goop I did, or is it only because I was an admin and circumvented something?
as of currently they will see that page, i plan on fixing this in version 2

AN-net
02-18-2005, 04:33 PM
A question. Can journalists turn off the commenting system to their journal? If so, where?
as currently no, there will be tons more end user options in the second version:)

darcyb
02-18-2005, 06:36 PM
Ok nice. Sounds great! I look forward to it. Thanks for your replies.

Omega Prime
02-21-2005, 11:45 PM
Just wondering: when can we all expect version 2? I'm hoping to see it (as well as a conversion script of Ryanangle's journal system) within the coming weeks :)

TimBUG
02-23-2005, 07:53 AM
I've just downloaded and installed vb journal. Everything seemed ok when I was installing it, but now I can't access the journals.

When I click on the link to the journals I see the following error message:

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

1. 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?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Do you know what I have done wrong? Or where I should look to try and fix this problem?

Paul M
02-23-2005, 02:13 PM
Have you set the permissions in your usergroup(s).

AN-net
02-23-2005, 04:27 PM
I've just downloaded and installed vb journal. Everything seemed ok when I was installing it, but now I can't access the journals.

When I click on the link to the journals I see the following error message:



Do you know what I have done wrong? Or where I should look to try and fix this problem?
set usergroup permissions in admincp;)

darcyb
02-23-2005, 10:23 PM
If this has been answered already, what page in this thread?

What do I need to edit (and how) to reverse the order of journal entries so that newer ones appear on top, and older ones below?

---time passes---

Ok, found it. I had to change ASC to DESC in journal.php where it says:

$fentries = $DB_site->query("
SELECT journal_entries.entry_id, journal_entries.entrytitle,
journal_entries.entrytext, journal_entries.mood, journal_entries.allowbuddies,journal_entries.entry date,
journal_entries.entry_totalvotes, journal_moods.mood_name, journal_entries.ipaddress,journal_moods.mood_image , journal_entries.entry_totalrating,
journal_entries.private, journal_entries.whocanview,
COUNT(journal_comments.comment_text) AS comments
FROM ".TABLE_PREFIX."journal_entries AS journal_entries
LEFT JOIN ".TABLE_PREFIX."journal_comments AS journal_comments ON (journal_entries.entry_id=journal_comments.entry_i d)
LEFT JOIN ".TABLE_PREFIX."journal_moods AS journal_moods ON (journal_moods.mood_id=journal_entries.mood)
WHERE journal_entries.journal_id='".$j."'
AND entry_active='1'
GROUP BY journal_entries.entry_id
ORDER BY entrydate DESC
LIMIT $start,$perpage
");

Now, how do I reverse the "#1, #2...#n" post URL counter so that it goes from highest to lowest from top to bottom. It's stil going #1 through #n top to bottom which looks/means funny.

TimBUG
02-24-2005, 12:28 AM
Thanks,

I set my permissions in admincp and everything works fine now. Well almost...

My permissions menu in admincp looks like this:
http://www.bug.co.uk/images/admincp.gif

I assume I didn't set up one of the templates properly. Which one?

Polo
02-24-2005, 12:45 AM
Not trying to be rude or anything... but why dont you read the first post? read below "Updates/Fixes:" this problem has been fixed I dont know how many times...

Polo
02-24-2005, 12:46 AM
I would like to see this mod in the premium section... I think it deserves it.

Guest190829
02-24-2005, 01:16 AM
Me too, it will organize fixes to bugs such as the one above^^^ so people don't keep asking the same question.

TimBUG
02-24-2005, 03:13 AM
Thanks for that. It works fine now.

Because the last update was 27 Dec I didn't think to look at any fixes made before that date.

Royalridge
02-25-2005, 06:54 AM
Not sure if this a "bug", a "missed feature" or "by design" but there's a fair amount of output in this script that doesn't go through the auto-censor.

Specifically, the "mouse hover" on the "Latest Entries" and the entry titles on "do=showjournal" aren't parsed.

I've hacked my journal.php to parse these a bit better but is there an "official" fix available? Ideally there should be a switch to decide whether or not this hack uses the auto-censor or not. For those sites that want to let their users swear in their journals ;) ;)

AN-net
02-25-2005, 07:24 PM
oh the swear system was never input into the system. i did not remember to add it and also i personally saw no need for it since its someone's journal but i will consider it in version 2;)

Royalridge
02-25-2005, 09:30 PM
Well for our forum we decided that our normal forum rules regarding language and content were to apply. I would suggest that for Version 2 there is a Admin Control Panel setting that allows the forum administrator the choice of implementing the board auto-censor or not :)

AN-net
02-25-2005, 09:57 PM
of course there would be an option turning it on and off ;)

Royalridge
02-25-2005, 10:11 PM
Oh, and while I'm "wishlisting", support for the advanced editors ;) ;) (I'll be quiet now!)

dtzy
02-27-2005, 04:05 AM
Does the downloadable version works on VB 3.0.7? Have anyone try?

AN-net
02-27-2005, 04:06 AM
it should work on all 3.0.x versions ;)

Thanatos
02-27-2005, 06:33 AM
it should work on all 3.0.x versions ;)
Works just fine for me on 3.0.7..didn't lose a thing upgrading from 3.0.3 to 3.0.6 and then restarting and going to 3.0.7

jcr
02-27-2005, 05:27 PM
in admincp/journaladmin.php

$DB_site->query("DELETE FROM journal_moods WHERE mood_id=".$mid."");

Should be changed to

$DB_site->query("DELETE FROM ".TABLE_PREFIX."journal_moods WHERE mood_id=".$mid."");

Otherwise incredibly fantastic hack :D

T3MEDIA
02-27-2005, 05:57 PM
in admincp/journaladmin.php

$DB_site->query("DELETE FROM journal_moods WHERE mood_id=".$mid."");

Should be changed to

$DB_site->query("DELETE FROM ".TABLE_PREFIX."journal_moods WHERE mood_id=".$mid."");

Otherwise incredibly fantastic hack :Dwhat happens?

T3MEDIA
02-27-2005, 06:00 PM
I was trying to add the PungoSpell for vBulletin3 WYSIWYG and Standard mode hack but she wont go... would love to add this spell checker... NOW I KNOW this isnt your hack but I assumed maybe someone else has this idea as well and would like to share.

Also how do I add smilies into the edit areas? just has simple text.

StewardManscat
02-27-2005, 06:08 PM
Uh-oh. Somewhere in these fifty-odd pages, there is sure to be much discussion on image uploading.

I intend to hack this code to add an image to each journal entry.

If it's been done, or there's a reason I shouldn't , please reply. I am subscribed to this thread now.

Many thanks.

AN-net
02-27-2005, 07:29 PM
there will be attachments in version 2:) and as for an advanced editor i am not sure of as i am unfamiliar with javascript etc.;)

Zero Tolerance
02-27-2005, 07:41 PM
there will be attachments in version 2:) and as for an advanced editor i am not sure of as i am unfamiliar with javascript etc.;)
If you need help with Javascript AN-net, don't hesitate to ask for assistance, it's a language i am more than familiar with, i'd be more than happy to lend a helping hand into such a modification :)

- Zero Tolerance

StewardManscat
02-27-2005, 08:04 PM
Thanks for the reply. Question is whether I should bother. Tried searching for an expected release date in this forum, you know how hard that can be. No commitments, a ballpark will do. Just let me make a decision for now. If release 2 is out next week I certainly won't get off my butt! Many thanks in advance.

nsanden
02-28-2005, 04:55 AM
I was using a heavily modified vbJournal 1.1b By Ryangel before stumbling accross this thread. Anyways if you used the same 1.1b (maybe later versions even) script, here is a 'use at your own risk' script you can use to import your old journals to this new system.

1. Upload script to admincp dir.
2. You should have a clean install of this new system, as this import script uses all the old entry/journal/comment id's.

mods, please delete this if its not allowed for whatever reason.

nsanden
02-28-2005, 05:04 AM
Guess I could skim this thread some more (only read the first 5 or so pages) but curious if anyone has posted a fix/way so that when i view online.php it doesnt say 'Unknown Location' when users are in the journal area?

Omega Prime
02-28-2005, 11:10 PM
I was using a heavily modified vbJournal 1.1b By Ryangel before stumbling accross this thread. Anyways if you used the same 1.1b (maybe later versions even) script, here is a 'use at your own risk' script you can use to import your old journals to this new system.

1. Upload script to admincp dir.
2. You should have a clean install of this new system, as this import script uses all the old entry/journal/comment id's.

mods, please delete this if its not allowed for whatever reason.

Since my forum doesn't use any prefix, am I supposed to just remove the "vb3_" part of the script? I tried it and didn't seem to notice any changes to the journal tables, so I'm not sure what I need to do with this (as I'd really like to convert to AN's system soon)

AN-net
02-28-2005, 11:26 PM
yes if you dont have a table prefix remove those, i am not supporting this converter just giving some advice;)

AN-net
02-28-2005, 11:28 PM
If you need help with Javascript AN-net, don't hesitate to ask for assistance, it's a language i am more than familiar with, i'd be more than happy to lend a helping hand into such a modification :)

- Zero Tolerance
i will contact you when time has come oh wizard of the dark arts(aka javascript)

nsanden
03-01-2005, 05:08 AM
Omega Prime,

You might want to give your old journal tables a prefix of some sort, just because i can't remember if the new journal has some of the same table names.

So what i would do in your case is change the old journal table names to old_journal, old_entries, etc and then change your prefix's in the script accordingly and try it.

kewl1uk
03-01-2005, 11:00 PM
Works perfectly on 3.0.7 except:

(1) Search gives page numbers for the search results but that's all. There are no actual search results displayed.

(2) Can't find the report link.

Any ideas anyone?

Anthony

AN-net
03-02-2005, 02:55 AM
Works perfectly on 3.0.7 except:

(1) Search gives page numbers for the search results but that's all. There are no actual search results displayed.

(2) Can't find the report link.

Any ideas anyone?

Anthony
make sure you have those templates installed;) and report was removed from this version due to some bugginess:D

Omega Prime
03-02-2005, 03:31 AM
I tried the following:

I made a copy of the 3 main journal tables from Ryangle's version (journal, journal_comments, and journal_entry) and added them to the DB as old_journal_comments, etc. I then edited the script so that the old table would be "old_" and the new one as "new_", but when running it, I get the following 2 main errors:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in \admincp\journal_import.php on line 23
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in \admincp\journal_import.php on line 50

Any help on this is appreciated :)

Deviant++
03-02-2005, 03:46 PM
I wanna make the appearance of the entire descending rather than ascending, how to do it :?

spence2
03-02-2005, 04:57 PM
I wanna make the appearance of the entire descending rather than ascending, how to do it :?

Here (https://vborg.vbsupport.ru/showpost.php?p=572482&postcount=552)

kewl1uk
03-02-2005, 06:40 PM
make sure you have those templates installed;) and report was removed from this version due to some bugginess:D

Thanks for your speedy reply. Yes, silly me, journal_searchresults was missing. Sorry. On another point search journalist ids throws up a mysql error so I commented it out in journal_search.

blueuniverse
03-03-2005, 03:44 PM
Thanks for your speedy reply. Yes, silly me, journal_searchresults was missing. Sorry. On another point search journalist ids throws up a mysql error so I commented it out in journal_search.
Ok, I am trying to upgrade from the ryangel script, haven't got to the script yet, but I've installed this. In the admincp in the usergroup section under user note permissions, I get the box which I presume is meant for journals. It doesn't have a header though and there are 11 lines there, but only 3 pieces of text. (there are also 11 radio button selections).


p.s. I haven't deleted any of the tables from the previous version yet because I want to keep the tables in case I delete the wrong one when upgrading which coincidentally gives me the following error.

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /admincp/journal_import.php on line 27

AN-net
03-03-2005, 06:44 PM
Ok, I am trying to upgrade from the ryangel script, haven't got to the script yet, but I've installed this. In the admincp in the usergroup section under user note permissions, I get the box which I presume is meant for journals. It doesn't have a header though and there are 11 lines there, but only 3 pieces of text. (there are also 11 radio button selections).


p.s. I haven't deleted any of the tables from the previous version yet because I want to keep the tables in case I delete the wrong one when upgrading which coincidentally gives me the following error.
cant help with the importer but for the usergroup problem check under updates/fixes ;)

blueuniverse
03-04-2005, 05:16 AM
Ok thanks, is there supposed to be an area in the main vbulletin options or something to get to journaladmin.php?do=settings?

DS MrSinister
03-04-2005, 06:39 AM
when i try to add journal_edit_entryinfo template, journal_edit_journalinfo and journal_journalpage.

I get the following error only thing is different is the line number.

I am running VB3.0.6. any help would be great. Thanks!

Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in forums\includes\adminfunctions_template.php(3096) : eval()'d code on line 65

journal_edit_journalinfo

Is line 32

journal_journalpage

line 69

AN-net
03-04-2005, 04:52 PM
ill do a lil search on templates tonight;)

T3MEDIA
03-04-2005, 05:26 PM
ill do a lil search on templates tonight;)Question what happens if I delete a user.
Will the Jurnal auto be removed? If not do you mind having this installed on the new version? Please and thank you?

AN-net
03-04-2005, 06:51 PM
Question what happens if I delete a user.
Will the Jurnal auto be removed? If not do you mind having this installed on the new version? Please and thank you?
this does not happen but you can simply delete it via the admincp;) or directly in the journal

T3MEDIA
03-05-2005, 08:44 PM
this does not happen but you can simply delete it via the admincp;) or directly in the journal
yea but the point is I have a automated site. that is why. I would be very thankful

T3MEDIA
03-05-2005, 10:06 PM
Hey how come you cant delte comments?????

T3MEDIA
03-05-2005, 10:09 PM
All permissions are set to YES on usergroup manager for admin

But i dont see a delete button for the comments bit...
same thing here for me.

Lionel
03-07-2005, 10:54 PM
In journalbits, that entry $journal[lastentry] is making the title too long and stretching front page. Where can I go to fix the substr? Thanks

Never mind. I reduced lastentry varchar from 80 to 50 directly in database.

T3MEDIA
03-09-2005, 12:16 AM
would some one be so kind to make a cron job to delete users no longer on the site? I have too many users and too many have journals.
thanks.

memobug
03-09-2005, 08:17 AM
Do you want to delete the users or their journals? I am not sure about the criterion "no longer on the site" but there are functions to delete users based on inactivity and post count.

1. There is a prune users function in the admin control panel under USERS.

2. If you need a mod that prunes users on a regular basis, here's one:
https://vborg.vbsupport.ru/showthread.php?t=75740

Regards,

Matt

Lionel
03-09-2005, 02:53 PM
Can someone please tell me what is wrong with the below? That module is causing an unclosed tag at the bottom of the page </html and when you click on any link in front page, it sometimes takes you to a blank page with only the rest of the tag > at the top

$getlateste= $DB_site->query("
SELECT journal_entries.entrytitle,journal_entries.entryda te,
journal_entries.entry_id,journal_entries.entrytext ,
journal_entries.journal_id,journals.journalist,jou rnals.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))
{
$latestentrydate= vbdate($vboptions['dateformat'], $latest['entrydate'], 1);
$latestentrytime= vbdate($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($latest);
}
else
{
$latestentrybits=$vbphrase['adv_no_entries'];
}

eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_latestjournalentry') . '";');
unset($latestentrybits,$latest,$latestentrytime,$l atestentrydate,$countlatest);

Reeve of shinra
03-10-2005, 03:05 AM
Tried the importer that was posted a few pages back and ran into some problems with it which Wonko the Sane corrected and you will find reflected in the attached file.

1. Run this query in php my admin to rename your original ryangel journal tables so we still have them in case something goes wrong. If your using a table prefix, you'll need to add that to the query below.



ALTER TABLE journal RENAME old_journal;
ALTER TABLE journal_comments RENAME old_journal_comments;
ALTER TABLE journal_entry RENAME old_journal_entry;


2. Upload file in admincp and run it. It's already set to use the "old_" prefix we set above.

Thanks to nsanden who made the importer in the first place.

Guest190829
03-10-2005, 04:03 AM
Can someone please tell me what is wrong with the below? That module is causing an unclosed tag at the bottom of the page </html and when you click on any link in front page, it sometimes takes you to a blank page with only the rest of the tag > at the top

$getlateste= $DB_site->query("
SELECT journal_entries.entrytitle,journal_entries.entryda te,
journal_entries.entry_id,journal_entries.entrytext ,
journal_entries.journal_id,journals.journalist,jou rnals.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))
{
$latestentrydate= vbdate($vboptions['dateformat'], $latest['entrydate'], 1);
$latestentrytime= vbdate($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($latest);
}
else
{
$latestentrybits=$vbphrase['adv_no_entries'];
}

eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_latestjournalentry') . '";');
unset($latestentrybits,$latest,$latestentrytime,$l atestentrydate,$countlatest);


It's the template we need, not the php file. ;)

Omega Prime
03-11-2005, 01:05 AM
Tried the importer that was posted a few pages back and ran into some problems with it which Wonko the Sane corrected and you will find reflected in the attached file.

1. Run this query in php my admin to rename your original ryangel journal tables so we still have them in case something goes wrong. If your using a table prefix, you'll need to add that to the query below.



ALTER TABLE journal RENAME old_journal;
ALTER TABLE journal_comments RENAME old_journal_comments;
ALTER TABLE journal_entry RENAME old_journal_entry;


2. Upload file in admincp and run it. It's already set to use the "old_" prefix we set above.

Thanks to nsanden who made the importer in the first place.


I tried it out, but here's what happens:

I ran step one with no problem. For step 2, I ran the script and it shows "--Finished" with no errors. But... doesn't the script supposed to make new tables such as "journal_entries", etc? I don't use any prefix for my journal, and I didn't alter the script you provided, so I'm not sure if I'm missing anything :o

Reeve of shinra
03-11-2005, 01:20 AM
I should edit those instructions. Rename the tables using the query I gave, use the journal installer from this hack, then use the importer.

Edit: in your case, install the journal as you would on a clean install, then run the importer again.

Omega Prime
03-11-2005, 10:59 AM
I should edit those instructions. Rename the tables using the query I gave, use the journal installer from this hack, then use the importer.

Edit: in your case, install the journal as you would on a clean install, then run the importer again.

Thanks! After installing (and having a few problems along the way), I installed it and can currently view the entries. Just a few problems remain:

1. When installing, I saw this:

Invalid SQL: INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'journalmodulenotactive', 'The journal module has been deactivated.', 1000)
mysql error: Duplicate entry 'journalmodulenotactive-0-1000' for key 2

I assume it's probably because of the previous journal setup, so I dunno if you (or AN, or anyone else) could perhaps find a way to either install the missing phrases or make a phrase-uninstall script so I can try this again.

2. While it did import the entries and such, certain words like "I've" appear as "I/'ve" and whatnot, so I'm not sure if there's a way to fix this (other than editing each entry)

Thanks in advance for anyone's help :)

AN-net
03-11-2005, 04:59 PM
Thanks! After installing (and having a few problems along the way), I installed it and can currently view the entries. Just a few problems remain:

1. When installing, I saw this:

Invalid SQL: INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'journalmodulenotactive', 'The journal module has been deactivated.', 1000)
mysql error: Duplicate entry 'journalmodulenotactive-0-1000' for key 2

I assume it's probably because of the previous journal setup, so I dunno if you (or AN, or anyone else) could perhaps find a way to either install the missing phrases or make a phrase-uninstall script so I can try this again.

2. While it did import the entries and such, certain words like "I've" appear as "I/'ve" and whatnot, so I'm not sure if there's a way to fix this (other than editing each entry)

Thanks in advance for anyone's help :)
you must uninstall the phrases and then reinstall them;)

boysmom
03-11-2005, 07:28 PM
Is there a way to turn off or remove the ratings feature?

Thanks!

AN-net
03-11-2005, 07:39 PM
you can set permissions for can rate journals to no foreveryone and then no one can rate journals:)

boysmom
03-11-2005, 08:29 PM
Thanks AN-net - that was so simple that it went by me! LOL.

Thanks again.
Mari

T3MEDIA
03-12-2005, 11:13 AM
would some one be so kind to make a cron job to delete users no longer on the site? I have too many users and too many have journals.
thanks.
bump just in case...

AN-net
03-12-2005, 01:23 PM
Ok this update will fix a possible Sql injection problem and all are encouraged to upgrade!!

To fix this flaw without overwriting find this line in journal.php:

$DB_site->query("UPDATE ".TABLE_PREFIX."journals
SET lastentry='".$lastentry['entrytitle']."', entrycount=entrycount-1, lastentry_date='".$lastentry['entrydate']."',
lastentry_id='".$lastentry['entry_id']."'
WHERE journal_id='".$j."'
");


replace that with:

$DB_site->query("UPDATE ".TABLE_PREFIX."journals
SET lastentry='".addslashes($lastentry['entrytitle'])."', entrycount=entrycount-1, lastentry_date='".$lastentry['entrydate']."',
lastentry_id='".$lastentry['entry_id']."'
WHERE journal_id='".$j."'
");


I will update the zip shortly. I have also attached an updated journal.php:)

Blootix
03-12-2005, 11:51 PM
Ok this update will fix a possible Sql injection problem and all are encouraged to upgrade!!

To fix this flaw without overwriting find this line in journal.php:

$DB_site->query("UPDATE ".TABLE_PREFIX."journals
SET lastentry='".$lastentry['entrytitle']."', entrycount=entrycount-1, lastentry_date='".$lastentry['entrydate']."',
lastentry_id='".$lastentry['entry_id']."'
WHERE journal_id='".$j."'
");


replace that with:

$DB_site->query("UPDATE ".TABLE_PREFIX."journals
SET lastentry='".addslashes($lastentry['entrytitle'])."', entrycount=entrycount-1, lastentry_date='".$lastentry['entrydate']."',
lastentry_id='".$lastentry['entry_id']."'
WHERE journal_id='".$j."'
");


I will update the zip shortly. I have also attached an updated journal.php:)
Hey!

Very nice hack. I'm going to sign up at your website just to show support in addtion to posting here.

There is a problem with the installer. It does not add the phrase "can_report_entries". Also, I had to "rebuild" all languages in able to see the phrases used in the ACP. Just to let you know if these hasn't been reported before. ;)

AN-net
03-13-2005, 01:21 AM
Hey!

Very nice hack. I'm going to sign up at your website just to show support in addtion to posting here.

There is a problem with the installer. It does not add the phrase "can_report_entries". Also, I had to "rebuild" all languages in able to see the phrases used in the ACP. Just to let you know if these hasn't been reported before. ;)
yeah that is an issue i will hopefully resolve in version 2. also thanks for registering on my website:)

Blootix
03-13-2005, 01:53 AM
yeah that is an issue i will hopefully resolve in version 2. also thanks for registering on my website:)
NP.

However, I have one more question: I don't know why, but when I upload an avatar, the avatar on journalpage doesn't change. However, when I give the URL to the avatar, it does change. Any fixes for this?

Thanks.

T3MEDIA
03-13-2005, 11:19 AM
yeah that is an issue i will hopefully resolve in version 2. also thanks for registering on my website:)
Do you mind adding something? something small.
a cron job that removes a journal when a user is no longer registered on the site.

That would be nice. Users that have huge sites with the remove me link or even if the admin removes users this option would be awsome.

Once site I admin has 16,000 regular users thats a lot of jurnals.


thank you

nomadelmundo
03-13-2005, 10:59 PM
I keep getting this under my site:

planetnomads, 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 activation.

and i am the forum operator with full access, how is this happening? please help!?

AN-net
03-14-2005, 12:32 AM
I keep getting this under my site:

planetnomads, 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 activation.


and i am the forum operator with full access, how is this happening? please help!?
you must set usergroup permissions!!!

Guest190829
03-14-2005, 01:27 AM
AN-net, I think you should request Premium Status....

Quincy Wisdom
03-14-2005, 08:34 AM
Hi, I've just installed this hack (great job), but I have a second conflict with the articles hack that I have not seens addressed yet.

The permissions, while set correctly in the admincp, are not going into effect for the articles hack. This is a direct result of installing this hack...any suggestions? See link below for the message:

http://www.globalpaw.com/articles.php

msimplay
03-14-2005, 09:01 AM
i seem to have a weird problem i only seem to be ableto use one id ata time and if i use the comma to seperate the id's noneof the id's ientered get to see the private thread

Journal buddies are working fine however

did u ever get to look at this ?

AN-net
03-14-2005, 12:15 PM
Hi, I've just installed this hack (great job), but I have a second conflict with the articles hack that I have not seens addressed yet.

The permissions, while set correctly in the admincp, are not going into effect for the articles hack. This is a direct result of installing this hack...any suggestions? See link below for the message:

http://www.globalpaw.com/articles.php
i would check for conflicting permissions names in the init.php file and also what article system are you using. without further information i can not diagnose.

T3MEDIA
03-14-2005, 01:42 PM
Sorry to bother you An but did you read my post? Would that be ok?

T3MEDIA
03-14-2005, 01:48 PM
Hey last question An-Net how can I get it to be like this...
http://blog.myspace.com/index.cfm?f...riendID=3263941
you see how the can see the comments after each entry?

The way it is now its confusing you see all comments on the bottom its odd.
And users would like to remove double postings but they cant. its almost
like there isn't a delete for comments.

Please respond I have a fairly large site this is installed on.
Thank you.

Quincy Wisdom
03-14-2005, 03:24 PM
i would check for conflicting permissions names in the init.php file and also what article system are you using. without further information i can not diagnose.

Hello again, I'm using cinq's article system, version 2

Quincy Wisdom
03-14-2005, 07:33 PM
Hey, I have a new problem now, all my super mods no longer have mod powers, even though they are set correctly in the admincp...ideas?

Quincy Wisdom
03-16-2005, 11:18 PM
Hey, I have a new problem now, all my super mods no longer have mod powers, even though they are set correctly in the admincp...ideas?

Bump.. :D

Reeve of shinra
03-16-2005, 11:31 PM
You probably messed up an edit. Just go over them and check to make sure they are right using unhacked files.

GraphicW
03-17-2005, 12:33 AM
The install of this went perfect. I had to do the usergroup fix, but it was easy enough to handle. I do have one slight problem though. I would like to enable journals on a per user basis only. I do not want a whole usergroup to have the ability to have a journal. I have noticed in the user option in the admin CP, you can select Yes or No to allow a user to have a journal. The problem is that this option defaults to YES. Is there a way to have it default to NO so that it may be set on a per user basis?

GraphicW
03-17-2005, 12:39 AM
I also noticed that when you select NO in the Jorunal Options: setting in the user settings menu, it goes back to YES when you view the setting again. Could this be a bug or have I made a good somewhere?

vonedaddy
03-17-2005, 10:54 AM
I am sorry if this question was addresses already but my eyes started crossing around page 18...

I was wondering if it was possible to use the advanced editor (Formatting tools, smilies, etc...) on the journal page?

Thanks in advance.

AN-net
03-17-2005, 07:43 PM
I am sorry if this question was addresses already but my eyes started crossing around page 18...

I was wondering if it was possible to use the advanced editor (Formatting tools, smilies, etc...) on the journal page?

Thanks in advance.
you can use smilies and codes and stuff but the regular/wysiwyg editors do not exist at this time.

vonedaddy
03-17-2005, 08:39 PM
Some more questions:

Is there a way to show the last post first instead of it starting with the first post? This will help when getting to a second page. If there is already an option I appologize but I must have missed it.

Quincy Wisdom
03-17-2005, 08:47 PM
You probably messed up an edit. Just go over them and check to make sure they are right using unhacked files.


Sorry...no, I've looked over all of it and found nothing wrong. I had to apply a couple of the file edits after the install because of additional conflicts, but that's it.

Would like some help, please.

I had to change the files listed here:

https://vborg.vbsupport.ru/showpost.php?p=553756&postcount=114
https://vborg.vbsupport.ru/showpost.php?p=553468&postcount=56

T3MEDIA
03-17-2005, 09:51 PM
Hey last question An-Net how can I get it to be like this...
http://blog.myspace.com/index.cfm?f...riendID=3263941
you see how the can see the comments after each entry?

The way it is now its confusing you see all comments on the bottom its odd.
And users would like to remove double postings but they cant. its almost
like there isn't a delete for comments.

Please respond I have a fairly large site this is installed on.
Thank you.
sorry didnt realize you have to be a member to see the view. but all comments are in each entry

GraphicW
03-18-2005, 04:38 PM
Has anybody got any answers for my questions a few posts above? For the time being, I have gone on ahead and set all journals to moderate. That more or less accomplishes my goal for now.

Flow Fusion
03-19-2005, 03:33 AM
Installed and thanks.

bigtime
03-20-2005, 06:18 PM
The journal has been working great for my site. Don't have any bad experiences. Here's my link if you want to take a look:

http://defend.net/deluxeforums/journal.php

Tim

Polo
03-21-2005, 03:57 PM
Also, there seems to be "11" permission options, but, only "3" are viewable: 1. Can View Comments 2. Can Edit Journal Entries 3. Can Delete Own Journal Entries...all others are blank.

How can I fix this?Please read the first post :( this issue has been resolved so many times now

G3MM4
03-22-2005, 09:55 AM
Ok I installed this hack, but there are only 3 phrases showing in the Usergroups in ACP. I ran the phrasefix.php file, and it showed "PHRASES FIXED", but it changed nothing. So I went to this page (https://vborg.vbsupport.ru/showpost.php?p=553468&postcount=56), but I don't know which file to apply the changes to? So please can someone help here? Below is my current phrase search for 'journal' (w/o the quotes) in Permissions.


Permissions Phrases Containing 'journal'

can_comment_journals
can_delete_own_journal
can_edit_own_journal
can_have_journal
can_rate_journals
can_search_journal
can_view_journal

vandygirlcr
03-22-2005, 12:24 PM
My issue is, when I went into the "User Group-->"User Group Manager"; then into each groups permission, the section for "vbjournal" has "no title" to indicate that is the permissions area for vb journal (it's blank).



I'm having the same issue cept I don't even see a vbjournal section in my User Group Manager. In the install instructions, it says
"6.Conduct file edits and follow "save and upload" instructions
7.Do Template Edits
8.Do Template Additions"
but I'm kind of a beginner and I need a little more direction than that. :confused:
Its very possible I just didn't do something in the install I need to do, but I did follow all the specific steps. My journaladmin page is just an empty "Manage Journals" table with no options to do anything: http://www.doggiebagonline.com/forum/admincp/journaladmin.php

And I don't have a way to access that php doc without directly typing in the url. Am I supposed to have a link within my admincp?

Dark Shogun
03-22-2005, 01:21 PM
Just trying to find out if anyone has found a solution to the parse errors when adding the templates.


Dark Shogun

AN-net
03-22-2005, 05:01 PM
I'm having the same issue cept I don't even see a vbjournal section in my User Group Manager. In the install instructions, it says
"6.Conduct file edits and follow "save and upload" instructions
7.Do Template Edits
8.Do Template Additions"
but I'm kind of a beginner and I need a little more direction than that. :confused:
Its very possible I just didn't do something in the install I need to do, but I did follow all the specific steps. My journaladmin page is just an empty "Manage Journals" table with no options to do anything: http://www.doggiebagonline.com/forum/admincp/journaladmin.php

And I don't have a way to access that php doc without directly typing in the url. Am I supposed to have a link within my admincp?
if you did the file edits and uploaded and overwrite the old files it should all work. make sure you did all this.

AN-net
03-22-2005, 05:02 PM
Ok I installed this hack, but there are only 3 phrases showing in the Usergroups in ACP. I ran the phrasefix.php file, and it showed "PHRASES FIXED", but it changed nothing. So I went to this page (https://vborg.vbsupport.ru/showpost.php?p=553468&postcount=56), but I don't know which file to apply the changes to? So please can someone help here? Below is my current phrase search for 'journal' (w/o the quotes) in Permissions.
READ THE FIRST POST!!!

G3MM4
03-23-2005, 07:17 AM
READ THE FIRST POST!!!

WHY THE SHOUTING??? :down:

I did read the first post (of the thread that is, and several pages after that! :cross-eyed: Not good at reading lots of posts online!!!), still no help. If you meant the post you made above, sorry but that is no help either as FYI I did all the edits etc (from instructions supplied), carefully. I even went over them another couple of times since I thought I'd gone wrong somewhere, but came up with nothing. Everything works, apart from the phrases I mentioned. I don't know much about these things so I'd appreciate it if you was more specific.

My users will complain if they can't use the journals because I can't allow them to have free run over the journals since I don't know what I'm allowing them to do.


:confused: :confused: :confused:

GamerzWorld
03-23-2005, 08:13 AM
Worked fine before...just had time to install on vb 7 and suddenly im getting errors on functions and showthread

AN-net
03-23-2005, 08:15 AM
WHY THE SHOUTING??? :down:

I did read the first post (of the thread that is, and several pages after that! :cross-eyed: Not good at reading lots of posts online!!!), still no help. If you meant the post you made above, sorry but that is no help either as FYI I did all the edits etc (from instructions supplied), carefully. I even went over them another couple of times since I thought I'd gone wrong somewhere, but came up with nothing. Everything works, apart from the phrases I mentioned. I don't know much about these things so I'd appreciate it if you was more specific.

My users will complain if they can't use the journals because I can't allow them to have free run over the journals since I don't know what I'm allowing them to do.


:confused: :confused: :confused:
your fix is under updates/fixes. not every single fix was put in the new journal files because they didnt apply to everyone.

AN-net
03-23-2005, 08:16 AM
Worked fine before...just had time to install on vb 7 and suddenly im getting errors on functions and showthread
what types of errors and did u reedit all the files?

GamerzWorld
03-23-2005, 08:34 AM
what types of errors and did u reedit all the files?

Errror on line 506 which is the bottom file edit in the functions.php.. wasnt sure about showthread i had to uninstall it all to get it to work

AN-net
03-23-2005, 08:48 AM
well im currently, upgrading my site so ill install it and tell you how it goes;)

G3MM4
03-23-2005, 09:50 AM
Same here, I just changed it to this, hope it doesn't screw anything up.


print_table_header("Journal Permissions");
print_yes_no_row("Can View Journal", 'usergroup[canviewjournal]', $ug_bitfield['canviewjournal']);
print_yes_no_row("Can Have Journal", 'usergroup[canhavejournal]', $ug_bitfield['canhavejournal']);
print_yes_no_row("Can View Comments", 'usergroup[canviewcomments]', $ug_bitfield['canviewcomments']);
print_yes_no_row("Can Comment Journals", 'usergroup[cancommentjournals]', $ug_bitfield['cancommentjournals']);
print_yes_no_row("Can Rate Journals", 'usergroup[canratejournals]', $ug_bitfield['canratejournals']);
print_yes_no_row("Can Report Journals", 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);
print_yes_no_row("Can Edit Own Journal", 'usergroup[caneditownjournal]', $ug_bitfield['caneditownjournal']);
print_yes_no_row("Can Edit Own Journal Entries", 'usergroup[caneditownentries]', $ug_bitfield['caneditownentries']);
print_yes_no_row("Can Delete Own Journal", 'usergroup[candeleteownjournal]', $ug_bitfield['candeleteownjournal']);
print_yes_no_row("Can Delete Own Journal Entries", 'usergroup[candeleteownentries]', $ug_bitfield['candeleteownentries']);
print_yes_no_row("Can Search Journal", 'usergroup[cansearchjournal]', $ug_bitfield['cansearchjournal']);
// print_yes_no_row("Can Edit Others Journal", 'usergroup[caneditothersjournal]', $ug_bitfield['caneditothersjournal']);
// print_yes_no_row("Can Edit Others Entries", 'usergroup[caneditothersentries]', $ug_bitfield['caneditothersentries']);
// print_yes_no_row("Can Delete Others Journal", 'usergroup[candeleteothersjournal]', $ug_bitfield['candeleteothersjournal']);
// print_yes_no_row("Can Delete Otheers Entries", 'usergroup[candeleteothersentries]', $ug_bitfield['candeleteothersentries']);
print_table_break();

And that is where I looked as well. This should have been obvious when I first posted about it. However it doesn't explain which file to put the above code in. I tried this with the phrasefix.php file and I just got errors. I also tried the phrasefix.php file unmodified and it didn't give errors but it didn't correct the problem either.

fleccy
03-23-2005, 10:00 AM
<a href="http://www.radclifferiverside.co.uk/forum/blog.php" target="_blank">http://www.radclifferiverside.co.uk/forum/blog.php</a>

i didn't have a problem when installing mine

Polo
03-23-2005, 12:21 PM
And that is where I looked as well. This should have been obvious when I first posted about it. However it doesn't explain which file to put the above code in. I tried this with the phrasefix.php file and I just got errors. I also tried the phrasefix.php file unmodified and it didn't give errors but it didn't correct the problem either.
look at the original installation instructions... look for something similar that looks like the new updated code and just replace the original... nobody is trying to be rude or anything G3MM4 is just that this question has been asked around a dozen times...

AN-net
03-23-2005, 05:08 PM
Somehow an old fix which i thought i did snuck back into the file. anyways here is an updated file which solves ismba's error:)

will update zip soon:D

intrigue
03-23-2005, 07:21 PM
i get two parse errors
Parse error: parse error, unexpected '\"', expecting ']' in /home3/sub005/sc11388-ASWK/www/forum/journal.php(778) : eval()'d code on line 42

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home3/sub005/sc11388-ASWK/www/forum/journal.php(818) : eval()'d code on line 275
problem is i am using VBB 3.0.7 i know it was in two templates but casnt remember which
.matt

G3MM4
03-24-2005, 09:05 AM
look at the original installation instructions... look for something similar that looks like the new updated code and just replace the original... nobody is trying to be rude or anything G3MM4 is just that this question has been asked around a dozen times...


I realise it's been asked a lot but my eyes started crossing after the first several pages, hehe.

Going to have another look...

Thanks.

Polo
03-24-2005, 12:15 PM
g3mm4 your answer is in the first post... no need to read all of the other posts...

Sleepyk
03-24-2005, 09:08 PM
So wait this wont work if i have sub-forums in workin?

vandygirlcr
03-25-2005, 12:45 AM
IMHO, this program doesn't have enough instructions and the zip should include the updates. You say that you will update the zip file, but then you shout at us when we didn't go and upload the update. I followed every instruction, but the last three steps are so vague, I didn't know what to do with them. I'm not an idiot, I have done other mods successfully, but this one just doesn't seem complete. I seem to be wasting my time because all you did was tell me to go back and read something I said I didn't understand in the first place. :tired:

cityofangelus
03-25-2005, 09:50 AM
I installed this on 3.0.7 and the install went well, have fixed the problem in ACP and the text missing in usergroups but I cannot get the moods to work..

I nam also getting a lot of missing phrases when I am saving in admin esp with the moods, have ran the phrase fix and nothing happened!

When I upload a mood and go to use it I get the error below:

Can anyone help?

AN-net
03-25-2005, 04:11 PM
I installed this on 3.0.7 and the install went well, have fixed the problem in ACP and the text missing in usergroups but I cannot get the moods to work..

I nam also getting a lot of missing phrases when I am saving in admin esp with the moods, have ran the phrase fix and nothing happened!

When I upload a mood and go to use it I get the error below:

Can anyone help?
i dont believe there were any phrases used in the mood admincp...

um so there are no moods in the dropdowns? if your getting an error when adding new moods please post it.

AN-net
03-25-2005, 04:14 PM
IMHO, this program doesn't have enough instructions and the zip should include the updates. You say that you will update the zip file, but then you shout at us when we didn't go and upload the update. I followed every instruction, but the last three steps are so vague, I didn't know what to do with them. I'm not an idiot, I have done other mods successfully, but this one just doesn't seem complete. I seem to be wasting my time because all you did was tell me to go back and read something I said I didn't understand in the first place. :tired:
the zip does include almost all the updates except the updates that fix problems that only occur under special conditions. i do not see how my instructions are vague or incomplete. the last few lines of the instructions simply give you template edits and template additions, nothing imcomplete about that.

cityofangelus
03-25-2005, 04:18 PM
i dont believe there were any phrases used in the mood admincp...

When I have had to delete a mood I have a box up that say cannot find phrase * * * * moods see attached image..

Also any idea why the moods are not working??????

Cheers

AN-net
03-25-2005, 04:20 PM
hmmm that is not really a big problem since its just a phrase for admincp redirect stating that the mood has been deleted. for your piece of mind you can just create that phrase yourself:)

cityofangelus
03-25-2005, 04:24 PM
hmmm that is not really a big problem since its just a phrase for admincp redirect stating that the mood has been deleted. for your piece of mind you can just create that phrase yourself:)

I wasn't too bothered about that to be honest as i though that it wouldnt make any difference at all..

I am still at a loss why the moods won't work though and as you are the person to talk to I was hoping you would be able to help me out....

All I get when I add a mood is no mood in the drop down and that annoying 's journal underneath, which I might add repeats itself on how many mood images I have uploaded and added...

Also I cannot find anywhere that says you can upload attachments to the journal on posting, have I got that wrong or am I missing something lol

Cheers for your help appreciate it

L :D

AN-net
03-25-2005, 04:51 PM
I wasn't too bothered about that to be honest as i though that it wouldnt make any difference at all..

I am still at a loss why the moods won't work though and as you are the person to talk to I was hoping you would be able to help me out....

All I get when I add a mood is no mood in the drop down and that annoying 's journal underneath, which I might add repeats itself on how many mood images I have uploaded and added...

Also I cannot find anywhere that says you can upload attachments to the journal on posting, have I got that wrong or am I missing something lol

Cheers for your help appreciate it

L :D
um journal attachments are planned for next version, check your database to see if there are any journal moods in it.

vandygirlcr
03-25-2005, 05:06 PM
The last few lines of the instructions simply give you template edits and template additions, nothing imcomplete about that.

It just says, make edits, but I don't know what edits or additions I should be making.

AN-net
03-25-2005, 05:29 PM
It just says, make edits, but I don't know what edits or additions I should be making.
scroll lower to see all the edits that have to be done...

Lionel
03-25-2005, 08:42 PM
Sorry if that has been answered before, but there are 962 replies...

Can someone please tell me what is the blank settings in attached image?

And also how can blog owner delete comments made in his blog?

Oblivion Knight
03-25-2005, 10:11 PM
Over the course of the next 2 weeks, I am going to attempt to code up an importer script from Ryangel's version of the Journal that was ported to vB3 to vBJournal. A couple of things may be changed to vBJournal's functionality beforehand to make it possible, but we'll see how things go.

I will be looking for testers, so if you're interested feel free to send me a PM.

AN-net
03-26-2005, 02:11 AM
Over the course of the next 2 weeks, I am going to attempt to code up an importer script from Ryangel's version of the Journal that was ported to vB3 to vBJournal. A couple of things may be changed to vBJournal's functionality beforehand to make it possible, but we'll see how things go.

I will be looking for testers, so if you're interested feel free to send me a PM.
good news to hear:)

Also my site has moved to http://www.animationtalk.com! current there is no journal installed on site but i will be adding that back soon;)

cityofangelus
03-26-2005, 11:30 AM
um journal attachments are planned for next version, check your database to see if there are any journal moods in it.

Oh ok I read that incorrectly about the attachments thanks for that

As for the moods I have checked the DB and the tables and I have a moods table and it has the one mood that I added in the table..

Its still not showing in the journal though, still getting the same error..

Cheers

:cheeky:

Oblivion Knight
03-26-2005, 01:55 PM
I have the basics of the importer script done already.. :D

I'm just adding a couple of extras to it at the moment, including automatic vBJournal template installation (hoorah!). The importer will also run the queries of the installer..

Beowolf
03-26-2005, 07:41 PM
Hi, does the vB Journal 1 0 0.zip link in the first post (under "Download") contain all the fixes that have been posted?

Oblivion Knight
03-28-2005, 08:43 AM
Just noticed a bug, though it's probably been reported already..

Note, the first page of a journal's entries goes:
#1, #2, #3, #4, #5, #6, #7, #8, #9, #10

The second page, instead of continuing the original count it starts a new one:
#1, #2, #3, #4, #5, #6, #7, #8, #9, #10

Paul M
03-28-2005, 09:18 AM
Just noticed a bug, though it's probably been reported already.I'm not aware of it ever being reported, but I can confirm it here as well :)

AN-net
03-28-2005, 08:18 PM
yeah i already fixed it in the test version of the second version

AN-net
03-29-2005, 04:00 PM
I maybe late in the game on this question, but...
Is there a way for the admin to delete the users' journal posts?


Thanks all

lsmba
if you setup permissions that you can delete journal entries and are an admin then you should be able to. also make sure you have uploaded the images correctly as to delete it requires an image button to click.

zetetic
03-29-2005, 07:00 PM
Are any of the updates listed in the first post already in the zip? If not, does the "beefed up privacy" fix by any chance make it so admins can't view members private entries?

AN-net
03-29-2005, 07:32 PM
Are any of the updates listed in the first post already in the zip? If not, does the "beefed up privacy" fix by any chance make it so admins can't view members private entries?
all fixes except the ones only pretain certain conditions(such as conflicts with other hacks) are all in the zip. admins are able to see all entries even private ones for the purpose of moderation.

zetetic
03-29-2005, 07:40 PM
all fixes except the ones only pretain certain conditions(such as conflicts with other hacks) are all in the zip. admins are able to see all entries even private ones for the purpose of moderation.
Thanks for the quick reply, An-net. You've done a great job with this. :)

If you're taking requests for features, it would be nice if "Can view users private entries" was a usergroup permission -- and if private entries were somehow marked as such on the journalbit.

Also, has anyone mentioned that bbcode isn't getting parsed in the Recent Comments section?

AN-net
03-30-2005, 01:20 AM
Thanks for the quick reply, An-net. You've done a great job with this. :)

If you're taking requests for features, it would be nice if "Can view users private entries" was a usergroup permission -- and if private entries were somehow marked as such on the journalbit.

Also, has anyone mentioned that bbcode isn't getting parsed in the Recent Comments section?
i am planning on adding alot more usergroup permissions in the next version and bb code is purposely not parsed in recent comments for loading reasons;)

Cloud-Warrior
03-30-2005, 02:37 PM
Not sure if this is a common bug but on:

http://www.boards.ie/vbulletin/journal.php?do=showcomments&j=1163&e=1280

if you click on page 2 you get a weird _REQUEST in the URL. Also, there's only two pages shown when there should be seven. Maybe it's something to do with the fact that I've just used OBK's handy exporter, maybe not...

zetetic
03-30-2005, 02:53 PM
i am planning on adding alot more usergroup permissions in the next version
Cool. :)

and bb code is purposely not parsed in recent comments for loading reasons;)
You mean to make the page load a little faster, or is it something worse? Because I wouldn't mind a slight performance hit if it means not having to see the raw bbcodes in comments... that's pretty ugly.

AN-net
03-30-2005, 03:28 PM
Cool. :)


You mean to make the page load a little faster, or is it something worse? Because I wouldn't mind a slight performance hit if it means not having to see the raw bbcodes in comments... that's pretty ugly.
for loading reasons i did

AN-net
03-30-2005, 03:29 PM
Not sure if this is a common bug but on:

http://www.boards.ie/vbulletin/journal.php?do=showcomments&j=1163&e=1280

if you click on page 2 you get a weird _REQUEST in the URL. Also, there's only two pages shown when there should be seven. Maybe it's something to do with the fact that I've just used OBK's handy exporter, maybe not...
im really busy right now but when i do reinstall journal ill look at it;)

Paul M
03-30-2005, 04:19 PM
You mean to make the page load a little faster, or is it something worse? Because I wouldn't mind a slight performance hit if it means not having to see the raw bbcodes in comments... that's pretty ugly.I fixed this in our version just after installing it as it looks really silly - we have never noticed any performance issues. :)

zetetic
03-30-2005, 05:29 PM
I fixed this in our version just after installing it as it looks really silly - we have never noticed any performance issues. :)
Oh, cool. How'd you do that? I'm just a novice hacker, but not clueless. Is it just adding a couple lines to journal.php?

Paul M
03-30-2005, 05:53 PM
Oh, cool. How'd you do that? I'm just a novice hacker, but not clueless. Is it just adding a couple lines to journal.php?Yes.

Find ;


$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');

and replace with ;


$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
require_once('./includes/functions_newpost.php');
$reccom['comment_text']= convert_url_to_bbcode($reccom['comment_text']);
require_once('./includes/functions_bbcodeparse.php');
$reccom['comment_text']= parse_bbcode2($reccom['comment_text'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');
:)

zetetic
03-30-2005, 06:16 PM
Excellent. Thanks, Paul. :)

msimplay
03-30-2005, 06:46 PM
Yes.

Find ;


$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');

and replace with ;


$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
require_once('./includes/functions_newpost.php');
$reccom['comment_text']= convert_url_to_bbcode($reccom['comment_text']);
require_once('./includes/functions_bbcodeparse.php');
$reccom['comment_text']= parse_bbcode2($reccom['comment_text'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');
:)


This is excellent but could it be possible for comments to lead back to the journal entry that they were posted in because I look at the recent comments on my Journal and sometimes i don't know what i've said in the entry that they commented on

Paul M
03-30-2005, 08:17 PM
This is excellent but could it be possible for comments to lead back to the journal entry that they were posted in because I look at the recent comments on my Journal and sometimes i don't know what i've said in the entry that they commented onYes, it's possible, and is another thing I did - it makes the comment title a hyperlink if it's linked to a journal entry.

pipedreams
03-31-2005, 01:53 PM
<i>forgive if this question was asked already..</i>

It is possible (now) for the journal text input interface to be the same as that of the thread text input interface???

In others words for it to have the b i u buttons and so on?

I know the journals support bbcode - so it should not be a problem?

Surely its just a template change?

Gio Takahashi
03-31-2005, 02:01 PM
Just thought I mentioned that thanks to the importer that is out by oblivion knight (I think he made it), I was finally able to install it, I've waited for almost a year for a whole new system, and many, many months for the importer. It is definitely worth the wait. I'm happy and my member is happy with this journal.

AN-net
03-31-2005, 02:21 PM
forgive if this question was asked already..

It is possible (now) for the journal text input interface to be the same as that of the thread text input interface???

In others words for it to have the b i u buttons and so on?

I know the journals support bbcode - so it should not be a problem?

Surely its just a template change?
it would require some file changes and some inclusion of javascripts but i have no experience with the vbulletin editor.

Oblivion Knight
03-31-2005, 02:57 PM
Just thought I mentioned that thanks to the importer that is out by oblivion knight (I think he made it), I was finally able to install it, I've waited for almost a year for a whole new system, and many, many months for the importer. It is definitely worth the wait. I'm happy and my member is happy with this journal.Yup, I made it.. :)

I'm glad that you and your members are happy with the results.

KimmiKat
03-31-2005, 05:18 PM
One thing I ran into was when someone starts or updates their journal and select a "mood," the icon doesn't show. I set them up in the admin, but the actual entries they're not visable. Is there something I missed or messed up?

Edit: I also get this message... "Could not find phrase 'journal_mood_updated_successfully'." Doing a search on this mboard didn't come up with anything.

Thanks

y2krazy
03-31-2005, 07:04 PM
5 months since my last post around here, and I thought vBJournal v2 would've been here by now. Could I get a status update on v2, AN-net, please? Thanks! :)

Paul M
03-31-2005, 07:40 PM
One thing I ran into was when someone starts or updates their journal and select a "mood," the icon doesn't show. I set them up in the admin, but the actual entries they're not visable. Is there something I missed or messed up?

ThanksThis maybe ?

https://vborg.vbsupport.ru/showpost.php?p=563687

KimmiKat
03-31-2005, 08:29 PM
I wish that worked. That code doesn't show up in the current "journal.php" file.

This maybe ?

https://vborg.vbsupport.ru/showpost.php?p=563687

Paul M
03-31-2005, 08:35 PM
I wish that worked. That code doesn't show up in the current "journal.php" file.Well taking a look - it does - it's on line 1109 - and is already fixed.

KimmiKat
03-31-2005, 08:51 PM
Thanks

I did find it. My text editor's search didn't find it, but I found it manually just now.

I think I may have located the problem... The script is not seeing the smilies in the smilies directory. If I tweak the path, they show up.

Still a couple of other things to solve like the "Could not find phrase 'journal_mood_updated_successfully'" error message when I edit the moods.

Well taking a look - it does - it's on line 1109 - and is already fixed.

She Unlimited
04-01-2005, 04:54 AM
Could someone help me install this? I was having trouble?

Marco van Herwaarden
04-01-2005, 05:50 AM
Could someone help me install this? I was having trouble?You are asking us if you had problems? :D

Please post the problems you have, so someone might be able to help you.

She Unlimited
04-01-2005, 06:30 AM
LOL!

I meant I was having difficulties installing the journal system.

I have just began to learn coding so I am a "newbie".

Greivog
04-01-2005, 06:58 AM
Hello all

Great Hack.

Since upgrading to the newest version of VB (3.0.7) When people try and look at there journals it just returns a blank page?

Any idea what is causing this - I have installed all the latest bits from this thread.

You can see it at http://www.uk-muscle.co.uk/journal.php

Thanks

Paul

Guest190829
04-01-2005, 07:01 AM
well you have to be a member to view the page. Do you have all the templates created?

Greivog
04-01-2005, 07:16 AM
well you have to be a member to view the page. Do you have all the templates created?

Hello mate

Yes, All the templates are created.

The "showentry" works - http://www.uk-muscle.co.uk/journal.php?do=showentry&e=187

Its the "showjournal" bit that dosnt work

http://www.uk-muscle.co.uk/journal.php?do=showjournal&j=14

Any ideas?

Thanks

Paul

Selene
04-01-2005, 10:37 AM
will this work with latest Vbul version?

Polo
04-01-2005, 12:16 PM
will this work with latest Vbul version?
I have it working on vbulletin 3.0.7

zetetic
04-01-2005, 05:16 PM
Yes.

Find ;


$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');

and replace with ;


$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
require_once('./includes/functions_newpost.php');
$reccom['comment_text']= convert_url_to_bbcode($reccom['comment_text']);
require_once('./includes/functions_bbcodeparse.php');
$reccom['comment_text']= parse_bbcode2($reccom['comment_text'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');
:)

I finally got a chance to try this, but ran into a little problem. Part of OBK's import hack involves adding stripslashes to that block of code. So what I actually found was:

$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
$reccom['comment_text']= unhtmlspecialchars(stripslashes($reccom['comment_text']));
$reccom['comment_title']= stripslashes($reccom['comment_title']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');

Which I changed to:

$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
require_once('./includes/functions_newpost.php');
$reccom['comment_text']= convert_url_to_bbcode($reccom['comment_text']);
require_once('./includes/functions_bbcodeparse.php');
$reccom['comment_text']= parse_bbcode2($reccom['comment_text'], 0, $setting ['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
$reccom['comment_text']= unhtmlspecialchars(stripslashes($reccom['comment_text']));
$reccom['comment_title']= stripslashes($reccom['comment_title']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');

See anything wrong with that?

Oblivion Knight
04-01-2005, 06:14 PM
I finally got a chance to try this, but ran into a little problem. Part of OBK's import hack involves adding stripslashes to that block of code. So what I actually found was:

$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
$reccom['comment_text']= unhtmlspecialchars(stripslashes($reccom['comment_text']));
$reccom['comment_title']= stripslashes($reccom['comment_title']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');

Which I changed to:

$commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
$commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
require_once('./includes/functions_newpost.php');
$reccom['comment_text']= convert_url_to_bbcode($reccom['comment_text']);
require_once('./includes/functions_bbcodeparse.php');
$reccom['comment_text']= parse_bbcode2($reccom['comment_text'], 0, $setting ['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);
$reccom['comment_text']= unhtmlspecialchars(stripslashes($reccom['comment_text']));
$reccom['comment_title']= stripslashes($reccom['comment_title']);
eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');

See anything wrong with that?That seems fine to me.! I don't see any reasons why it shouldn't work.. :)

Paul M
04-01-2005, 06:49 PM
I finally got a chance to try this, but ran into a little problem. Part of OBK's import hack involves adding stripslashes to that block of code. So what I actually found was:Why does an import hack need to change some display code ?? :confused:

Oblivion Knight
04-01-2005, 07:12 PM
Why does an import hack need to change some display code ?? :confused:To save repeating myself:
https://vborg.vbsupport.ru/showpost.php?p=634244&postcount=19

:)

zetetic
04-01-2005, 07:17 PM
That seems fine to me.! I don't see any reasons why it shouldn't work.. :)
And it seems to. Thanks. :)