The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Journal for vBulletin 3.0.3(v1.0.1) Details »» | |||||||||||||||||||||||||
vB Journal v1.0.1 By Antonbomb22(Anthony Scudese) vB Journal 1.5 Beta 1 is now available, click here. Features:
Version 1.0.1:
Features for later versions:
Demos: Add-Ons(I Will not give support for these because i did not create them):
Side Credits:
Notes:
Support: ~READ FIRST POST COMPLETELY BEFORE POSTING PROBLEMS AND MAKE SURE YOU DID ALL EDITS AND REQUIREMENTS!~ Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances. If you should run into any errors, problems, confusion, or maybe even a suggestion please foward them to one of the following places:
Contents of Zip:
I have also provided several screenshots Please click install If you are missing phrases or blank spaces in the usergroup manager click here. Updates/Fixes:
Supporters / CoAuthors Show Your Support
|
Comments |
#142
|
||||
|
||||
its workin fine on mine, perfect install on 3.0.0
http://forums.squareultima.com/journal.php thx for the stuff |
#143
|
||||
|
||||
Quote:
Yeah wading through a person's history to get to the new one will be a pain after awhile. |
#144
|
||||
|
||||
I think it should be simple to re-order the query results to display entries from newest to oldest.
I am trying to work on a importer from the old journal but I am having trouble with syntax needed to move the date. If anyone is good at this and wants to look it over, you can do so here https://vborg.vbsupport.ru/showthrea...089#post554089 |
#145
|
||||
|
||||
to reorder (no choose by user)?
Just change ASC to DESC in the longest query in journal.php file... in journal.php find PHP Code:
PHP Code:
|
#146
|
||||
|
||||
Quote:
|
#147
|
||||
|
||||
Here are the template errors:
|
#148
|
||||
|
||||
i will look into this
|
#149
|
||||
|
||||
Quote:
|
#150
|
||||
|
||||
Quote:
Mumble... try checking if the nesting of the <div> and the <table> is similar to the vbulletin original one. Maybe a parent DIV/TD has some style properties... |
#151
|
||||
|
||||
Quote:
HTML Code:
<tr> <td class="$bgclass"><if condition="$shownewentryicon[$journalid]"><img src="$stylevar[imgdir_statusicon]/journal_new.gif" border="0" alt="This Journal contains new entries." /><else /><if condition="$journal[status]==1"><img src="$stylevar[imgdir_statusicon]/journal_lock.gif" border="0" alt="This Journal is Locked!" /><else /><img src="$stylevar[imgdir_statusicon]/journal_old.gif" border="0" alt="This Journal does not contain new entries." /></if></if></td> <td class="$bgclass" width="100%"><div style="float: right"><img src="$stylevar[imgdir_rating]/rating_$rating.gif" /></div><a href="journal.php?do=showjournal&j=$journal[journal_id]"><if condition="$journal[journalname]">$journal[journalname]<else />$journal[journalist]'s Journal</if></a><if condition="$viewing[$journalid]>0"><span class="smallfont">($viewing[$journalid] viewing)</span></if><if condition="$show[privatelock]"><img src="$stylevar[imgdir_statusicon]/wol_lockedout.gif" alt="This Journal is Private" /></if><br /><div class="smallfont">$journal[journaldesc]</td> <td class="$bgclass" align="center" nowrap="nowrap">$journal[journalviews]</td> <td class="$bgclass" align="center" nowrap="nowrap">$journal[entrycount]</td> <td class="$bgclass" align="center" nowrap="nowrap">$journal[commentcount]</td> <td class="$bgclass" nowrap="nowrap"> <if condition="$journal[entrycount]>0"> <div class="smallfont" align="$stylevar[left]"> <div style="clear:both"> <a href="journal.php?do=showentry&e=$journal[lastentry_id]" title="Go To Last Entry"><strong>$journal[lastentry]</strong></a> </div> <div align="$stylevar[right]"> $lastedate<span class="time"> $lastetime <a href="journal.php?do=showentry&e=$journal[lastentry_id]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="Go To Last Entry" border="0" /></a> </div> </div> <else /> <div class="smallfont" align="center">No Entries</div> </if> </td> </tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|