vb.org Archive

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

trackpads 10-23-2005 11:33 PM

Quote:

Originally Posted by dethfire
Having entries listed in ASC order doesn't make much sense. How do I change to DESC?

Me too :)

cosmin 10-24-2005 05:45 PM

--
anyone port over the vbjournal module for vbadvanced CMPS for vb 3.5.0? we upgraded to vb 3.5.0 and we cant get the CMPS module block for vbJournal to work on the main page. :(

Oblivion Knight 10-24-2005 06:06 PM

Quote:

Originally Posted by Andreas
@Oblivion Knight
Feel free to post it, as I currently don't have much time to work on this.

Alrighty then, here it is.. Alpha 4 (unofficial and unsupported). :)
A lot of stuff was changed, if you choose to use this I'd recommend backing up your journal stuff beforehand (including database tables) and then reverting the templates..

Andreas, perhaps you could link to this post in your first post or something until you release your update?

{Zip Removed - 16/11/05}

AN-net 10-24-2005 08:30 PM

Quote:

Originally Posted by Oblivion Knight
Alrighty then, here it is.. Alpha 4 (unofficial and unsupported). :)
A lot of stuff was changed, if you choose to use this I'd recommend backing up your journal stuff beforehand (including database tables) and then reverting the templates..

Andreas, perhaps you could link to this post in your first post or something until you release your update?

any description of what you have changed?

Oblivion Knight 10-24-2005 08:39 PM

<i>Now Playing feature added to entries
Completely new templates, cleaner design
Journal entries sorted by latest first
Entry # fixed for perpage in journals
Journal buddies linked on journal index</i>

Just to name a few.. I can't remember everything that I changed in all honesty.

subnet_rx 10-24-2005 10:16 PM

Quote:

Originally Posted by Oblivion Knight
Now Playing feature added to entries
Completely new templates, cleaner design
Journal entries sorted by latest first
Entry # fixed for perpage in journals
Journal buddies linked on journal index


Just to name a few.. I can't remember everything that I changed in all honesty.

I'd love to see a shoutbox on the user's journal page, is this possible?

MissKalunji 10-24-2005 10:17 PM

Quote:

Originally Posted by subnet_rx
I'd love to see a shoutbox on the user's journal page, is this possible?

there is one already

subnet_rx 10-24-2005 10:52 PM

Quote:

Originally Posted by MissKalunji
there is one already

really? guess I missed it.

How can I download Obvilion Knight's newest version?

.Tim 10-24-2005 10:54 PM

Quote:

Originally Posted by subnet_rx
really? guess I missed it.

How can I download Obvilion Knight's newest version?

https://vborg.vbsupport.ru/showpost....&postcount=326

MissKalunji 10-24-2005 10:59 PM

Whats special in the new version?

.Tim 10-24-2005 11:15 PM

Quote:

Originally Posted by Oblivion Knight
Now Playing feature added to entries
Completely new templates, cleaner design
Journal entries sorted by latest first
Entry # fixed for perpage in journals
Journal buddies linked on journal index


Just to name a few.. I can't remember everything that I changed in all honesty.

Now playing isn't working and I don't know what else, doesn't really look much different to me. Also, I tried to revert the templates like you said but they show us unchanged so I can't.

.Tim 10-24-2005 11:23 PM

Quote:

Originally Posted by .Tim
Now playing isn't working and I don't know what else, doesn't really look much different to me. Also, I tried to revert the templates like you said but they show us unchanged so I can't.

Hmmm, nevermind, reuploaded all the files and it seemed to have fixed the problem. All works now. :D

subnet_rx 10-25-2005 12:28 AM

Ok, I'm getting weird errors when I try to post a journal entry. And I'm getting a weird error when I try to access the journal now. Here is the error:

Database error in vBulletin 3.5.0:

Invalid SQL:

SELECT journal_entries.entry_id, journal_entries.entrytitle,
journal_entries.entrytext, journal_entries.mood, journal_entries.np, 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 journal_entries AS journal_entries
LEFT JOIN journal_comments AS journal_comments ON (journal_entries.entry_id=journal_comments.entry_i d)
LEFT JOIN journal_moods AS journal_moods ON (journal_moods.mood_id=journal_entries.mood)
WHERE journal_entries.journal_id=1
AND entry_active='1'

GROUP BY journal_entries.entry_id
ORDER BY entrydate DESC
LIMIT 0,10;

MySQL Error : Unknown column 'journal_entries.np' in 'field list'

Rukas 10-25-2005 04:00 AM

Anyone got a latest journal entries module for vba cmps 2.0?

Sinistra 10-25-2005 04:14 AM

Quote:

Originally Posted by Oblivion Knight
Now Playing feature added to entries
Completely new templates, cleaner design
Journal entries sorted by latest first
Entry # fixed for perpage in journals
Journal buddies linked on journal index


Just to name a few.. I can't remember everything that I changed in all honesty.

Anyway I can add my buttons back into the journal and latest jounal entries at the top again maybe a cleaner version of it.

Also the comments still aren't wrking proplerly

MissKalunji 10-25-2005 04:29 AM

anyone has other button for the journal? who wouldnt mind sharing with me :)?

Oblivion Knight 10-25-2005 07:23 AM

Quote:

Originally Posted by .Tim
Hmmm, nevermind, reuploaded all the files and it seemed to have fixed the problem. All works now. :D

Glad you got it working.. Can you see the template differences now? :)


Quote:

Originally Posted by Lord Katsuhito
Anyway I can add my buttons back into the journal and latest jounal entries at the top again maybe a cleaner version of it.

Sure, find this (twice) in your JOURNAL template:
HTML Code:

<form method="post" action="journal.php?do=gotomyjournal"><input class="button" type="submit" name="myjournal" value="My Journal" /></form>
Replace them both with:
HTML Code:

<if condition="$canhave[journal]"><a href="journal.php?do=startjournal" title="Start Your Journal Now!"><img src="$stylevar[imgdir_button]/newjournal.gif" border="0" alt="" /></a></if>
Not much point in this, since it's directing to start a new journal.. The default package doesn't seem to have a "My Journal" image of any kind.

I have no plans to re-add the "Latest Journal Entries" and "Latest Journals" stuff back. However, Andreas plans to make this an option in future..


Quote:

Originally Posted by Lord Katsuhito
Also the comments still aren't wrking proplerly

What's wrong with them? They're working fine for me..

Rukas 10-25-2005 10:15 AM

The update works great, http://www.streethop.com/forum/journal.php

Still looking for a vbAdvanced Module....

subnet_rx 10-25-2005 03:44 PM

Anything on my error?

Oblivion Knight 10-25-2005 05:03 PM

Quote:

Originally Posted by subnet_rx
Anything on my error?

Did you import the product file? Seems that the query didn't run for some reason..

Try running this query manually via phpMyAdmin:
[sql]ALTER TABLE p_journal_entries ADD np text NOT NULL[/sql]If you use a table prefix, replace "p" with it - if not remove "p_".


Quote:

Originally Posted by Rukas

You may want to check a couple of those templates.. Namely, journal_journalbits. I seem to remember removing the journal views column from the journal list as I was going for a similar look to that of the forum home..

I also forgot a buddy_journals.gif icon..
https://vborg.vbsupport.ru/attachmen...id=36486&stc=1

Sinistra 10-25-2005 06:04 PM

Quote:

Originally Posted by Oblivion Knight
Glad you got it working.. Can you see the template differences now? :)


Sure, find this (twice) in your JOURNAL template:
HTML Code:

<form method="post" action="journal.php?do=gotomyjournal"><input class="button" type="submit" name="myjournal" value="My Journal" /></form>
Replace them both with:
HTML Code:

<if condition="$canhave[journal]"><a href="journal.php?do=startjournal" title="Start Your Journal Now!"><img src="$stylevar[imgdir_button]/newjournal.gif" border="0" alt="" /></a></if>
Not much point in this, since it's directing to start a new journal.. The default package doesn't seem to have a "My Journal" image of any kind.

I have no plans to re-add the "Latest Journal Entries" and "Latest Journals" stuff back. However, Andreas plans to make this an option in future..


What's wrong with them? They're working fine for me..

OK say I click on the "vuew comments dropdown. it will take me to all my comments that have been posted in my journal. If I have mulitibple pages and click say on page 6 the URL changes but the comments don't meaning that it still reads as the first page. even has the page 1 hilighted

screenshots posted below

Also anther thing How do I remove the rating system for the journals. I want to remove it for everyone and they still have the stars is there anyoway to fix this? reset the rating table in the DB or what ^_^ Thanks

Oblivion Knight 10-25-2005 06:29 PM

I'll have a play with it, see what I can come up with for you.. :)

Sinistra 10-25-2005 06:35 PM

Thanks I am getting Support PMs out the butt to get this fixed

Oblivion Knight 10-25-2005 08:53 PM

Quote:

Originally Posted by Lord Katsuhito
Thanks I am getting Support PMs out the butt to get this fixed

Fixed, overwrite your journal.php file with the one in my zip.

If you're viewing all comments and not just ones specific to an entry, the URL will show &e=0 - but it works.. ;)

.Tim 10-25-2005 09:29 PM

Quote:

Originally Posted by Oblivion Knight
Glad you got it working.. Can you see the template differences now? :)

I believe so.

subnet_rx 10-25-2005 10:43 PM

Quote:

Originally Posted by Oblivion Knight
Did you import the product file? Seems that the query didn't run for some reason..

Try running this query manually via phpMyAdmin:
[sql]ALTER TABLE p_journal_entries ADD np text NOT NULL[/sql]If you use a table prefix, replace "p" with it - if not remove "p_".

Thanks, worked like a charm. Is there any way to insure that I have all the tables needed? Seems weird that it would leave out that one.

Sinistra 10-25-2005 11:14 PM

Quote:

Originally Posted by Oblivion Knight
Fixed, overwrite your journal.php file with the one in my zip.

If you're viewing all comments and not just ones specific to an entry, the URL will show &e=0 - but it works.. ;)

thanks now one more issue I would like to ask for in the final release of this mod. Able to enable diable rating system via the admin CP like you can with the forums see a site with 20,000 members and the vets being all popular and what not its like a popularity contest with the rating system so I think it would be cool to have it where you an diaable it if need be

Oblivion Knight 10-26-2005 07:23 AM

Quote:

Originally Posted by Lord Katsuhito
thanks now one more issue I would like to ask for in the final release of this mod. Able to enable diable rating system via the admin CP like you can with the forums see a site with 20,000 members and the vets being all popular and what not its like a popularity contest with the rating system so I think it would be cool to have it where you an diaable it if need be

I think Andreas will be doing something like this.

When I was discussing things with him a while back, he intended to make the script much more customisable.

Sinistra 10-26-2005 07:18 PM

sorry to be a poin in the but but maybe some Mod options to delete other peoples comments?

Andreas 10-26-2005 10:18 PM

Planned and the permission are already there, just the code is stall lacking.

BlackxRam 10-27-2005 12:14 PM

How Steady Is This with 3.5 Gold?

john1744 10-27-2005 03:22 PM

I'm a bit confused by what's happening here, I understand Andreas/Kirby will probably not have alot of time to work on this, and I see OblivionKnight has stepped in to fix some things. So will you guys be teaming up? Or is this hack going in two different directions without either acknowleding each others work?

The only reason I ask is this is the hack besides the arcade my users want the most. And a collaboration to help work on it might be better. :)

Oblivion Knight 10-27-2005 04:35 PM

Basically, I did some custom work on vBJournal back on the 3.0.x system and nicknamed it "vBlog". I eventually planned to fully rewrite the script and release it under it's own name..

However, along came 3.5.0 and Andreas asked if I would be willing to share these additions to his port. I did so, but he hasn't got the time right now to integrate them in to his next update - so I've posted the version that I've shared with him, and it'll act as a footprint leading to his next release. There seems to be a couple of issues upgrading from Kirby's Alpha 3 release to my unofficial Alpha 4 release, however (mainly with templates).

DjTaz 10-27-2005 04:45 PM

But a fresh install of this will be ok ?

Oblivion Knight 10-27-2005 05:29 PM

Quote:

Originally Posted by DjTaz
But a fresh install of this will be ok ?

Should be.. :)

attroll 10-28-2005 07:13 AM

Is there anyone that has installed this Journal hack that has it up and running where they can show us a Demo of it without having to register on a site to see it. I would like to see if I like it before I install it. I have installed journal hacks before and they ended up being lame. Then after finding out you don't like it there is not uninstall program to remove the tables from the database and your either stuck with the database changes or you have to hunt and pick through the database to find the tables to remove. The journals I have installed before are usually just extentions of the forum that end up looking like a thread. I want a good indepth journal program. Is this one of those?

MissKalunji 10-28-2005 07:54 AM

Quote:

Originally Posted by attroll
Is there anyone that has installed this Journal hack that has it up and running where they can show us a Demo of it without having to register on a site to see it. I would like to see if I like it before I install it. I have installed journal hacks before and they ended up being lame. Then after finding out you don't like it there is not uninstall program to remove the tables from the database and your either stuck with the database changes or you have to hunt and pick through the database to find the tables to remove. The journals I have installed before are usually just extentions of the forum that end up looking like a thread. I want a good indepth journal program. Is this one of those?


http://www.dancehallareaz.com/forum/journal.php

you can view but not have a journal :) but im sure you'll like it

Arved Yagami 10-28-2005 10:15 AM

In case you didn't know, u still can change the Entries Order in the original Alpha 3 build, just open journal.php and

FIND THIS
Code:

ORDER BY entrydate ASC
REPLACE WITH THIS
Code:

ORDER BY entrydate DESC
I'm pretty sure, Oblivion Knight version of this hack fixes this issues and adds some other stuff, but if u only want to change the order entries... that works since VB 3.0 :ninja:

Oblivion Knight 10-28-2005 01:04 PM

For anyone interested, I've included a new myjournal.gif image in the zip. I'll make a small update to the templates shortly to use images instead of form buttons.

Quote:

Originally Posted by Arved Yagami
I'm pretty sure, Oblivion Knight version of this hack fixes this issues and adds some other stuff

Yes, it does.. :)

Oblivion Knight 10-28-2005 06:52 PM

Since Andreas will have increasingly less time to work on this, being a vB dev and all, I've started work on Alpha 5 (probably unofficial again). This update will fix any issues present with Alpha 4 (mostly layout stuff), and add several customisable options to the Admin CP.


All times are GMT. The time now is 09:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02815 seconds
  • Memory Usage 1,855KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete