Version: 1.0.2 Beta, by Andreas
Developer Last Online: Jan 2023
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.
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.
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.
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'
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.
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_".
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..