Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBJournal for vBulletin 3.5 Details »»
vBJournal for vBulletin 3.5
Version: 1.0.2 Beta, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 09-16-2005 Last Update: 11-16-2005 Installs: 597
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This is a Port of vB Journal by An-Net

A t t e n t i o n
This Hack is unsupported and incompatible with PHP 5.
You are herby advised to not use it.
If you do have this hack installed it is advised to use vBulletin Blog instead.
You can import current entries to vBulletin Blog via Impex and uninstall this hack afterwards.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #332  
Old 10-24-2005, 11:15 PM
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Location: Oklahoma City
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #333  
Old 10-24-2005, 11:23 PM
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Location: Oklahoma City
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #334  
Old 10-25-2005, 12:28 AM
subnet_rx subnet_rx is offline
 
Join Date: Mar 2005
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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'
Reply With Quote
  #335  
Old 10-25-2005, 04:00 AM
Rukas Rukas is offline
 
Join Date: Aug 2004
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone got a latest journal entries module for vba cmps 2.0?
Reply With Quote
  #336  
Old 10-25-2005, 04:14 AM
Sinistra's Avatar
Sinistra Sinistra is offline
 
Join Date: Jun 2005
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #337  
Old 10-25-2005, 04:29 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone has other button for the journal? who wouldnt mind sharing with me ?
Reply With Quote
  #338  
Old 10-25-2005, 07:23 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by .Tim
Hmmm, nevermind, reuploaded all the files and it seemed to have fixed the problem. All works now.
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..
Reply With Quote
  #339  
Old 10-25-2005, 10:15 AM
Rukas Rukas is offline
 
Join Date: Aug 2004
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Still looking for a vbAdvanced Module....
Reply With Quote
  #340  
Old 10-25-2005, 03:44 PM
subnet_rx subnet_rx is offline
 
Join Date: Mar 2005
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anything on my error?
Reply With Quote
  #341  
Old 10-25-2005, 05:03 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:40 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05887 seconds
  • Memory Usage 2,322KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete