Renmiri
05-19-2007, 10:00 PM
This hack is to be used by those who installed vBjournal (https://vborg.vbsupport.ru/showthread.php?t=96462). My users were complaining that every time they posted an entry they had to post "updated my journal come see it" on a forum thread so I did this little plugin to show new entries
WARNING: As of right now we have reason to believe this mod is not compatible with 3.6 vBulletin or higher. vBjournal itself has had some compatibilities with 3.6 so don't try this if you have version 3.6.x
Instructions:
0) Backup your database and all your templates.
1) Install vBjournal (https://vborg.vbsupport.ru/showthread.php?t=96462)
and get it to work
2) Download and install the showjournal.xml plugin
3) Add a new template journal_showlatest with the code below as content:
<td><a href="journal.php?do=showentry&e=$latest1[lastentry_id]">$latest1date - $latest1[entrytext]</a> - $latest1desc by <a href="member.php?u=$latest1[journalist_id]">$latest1[journalist]</a><br/></td>
4) Modify the FORUMHOME template:
4.1) Make a copy of your current FORUMHOME template and save it to "Save history"
4.2) Find
<!-- end what's going on box -->
ADD BELOW
Last Journal Entries<br/><table>$latest1bits</table>
This last bit of code can be added to any template where you want to see the last journals
Uninstalling this plugin:
1) Deactivate or delete the plugin get latest journals that is found on PARSE_TEMPLATES
2) Restore the FORUMHOME template to the backup copy you made at installation time.
Uninstalling vBjournal
See the vBjournal (https://vborg.vbsupport.ru/showthread.php?t=96462) thread.
WARNING: As of right now we have reason to believe this mod is not compatible with 3.6 vBulletin or higher. vBjournal itself has had some compatibilities with 3.6 so don't try this if you have version 3.6.x
Instructions:
0) Backup your database and all your templates.
1) Install vBjournal (https://vborg.vbsupport.ru/showthread.php?t=96462)
and get it to work
2) Download and install the showjournal.xml plugin
3) Add a new template journal_showlatest with the code below as content:
<td><a href="journal.php?do=showentry&e=$latest1[lastentry_id]">$latest1date - $latest1[entrytext]</a> - $latest1desc by <a href="member.php?u=$latest1[journalist_id]">$latest1[journalist]</a><br/></td>
4) Modify the FORUMHOME template:
4.1) Make a copy of your current FORUMHOME template and save it to "Save history"
4.2) Find
<!-- end what's going on box -->
ADD BELOW
Last Journal Entries<br/><table>$latest1bits</table>
This last bit of code can be added to any template where you want to see the last journals
Uninstalling this plugin:
1) Deactivate or delete the plugin get latest journals that is found on PARSE_TEMPLATES
2) Restore the FORUMHOME template to the backup copy you made at installation time.
Uninstalling vBjournal
See the vBjournal (https://vborg.vbsupport.ru/showthread.php?t=96462) thread.