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)

.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


All times are GMT. The time now is 09:03 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02167 seconds
  • Memory Usage 1,755KB
  • 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_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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