View Full Version : vBJournal:Showing Last 5 Journal Entries In Members Profile Instead Of The Last Entry
Milad
03-11-2006, 10:00 PM
Import the product product-journal_5_entries.xml
Assure the plugin "vBJournal: Journal-Info in Profile" in the vB Journal product had been deactivated.
If not, deactivate it.
In MEMBERINFO template: (assuming that you applied the appropriate modification after you had install vB Journal)
Find:
<a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a> ($journal[lastentry_date])<br />
Replace with:
$last_five_entries
In the same template Find:
$vbphrase[last_entry]
Replace With:
$vbphrase[latest_entries]
Click https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=110180).
Done! Thank You!
note this is quick release so it's expected to have bugs.
----------------
For bold option add the green code in journal_last_entrybit template
<div><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]"><strong>$lastentry[entrytitle]</strong></a> ($lastentry[entrydate])</div>
----------------
to put a space between entries add the green code in journal_last_entrybit template
<div style="margin-top:5px;"><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]">$lastentry[entrytitle]</a> ($lastentry[entrydate])</div>
MissKalunji
03-12-2006, 09:05 PM
Nice :) addoN! and first to post
kenanulas
03-12-2006, 09:57 PM
very good. thank you very much
Milad
03-12-2006, 10:32 PM
Please report any bug you find.
Thank you.
lazytown
03-12-2006, 11:05 PM
Screen Shot?
-vissa
Stangsta
03-12-2006, 11:11 PM
Bingo!
Stangsta
03-13-2006, 01:14 AM
Ok, Can this be edited to have a space between each journal entry.....so they aren't all bunched up? Maybe a bold option too?
Stangsta
03-16-2006, 10:06 PM
Anybody there? *cricket cricket*
Milad
03-17-2006, 05:40 AM
OK, every thing is poosible to be done since the hack is in beta stage.
Stangsta
03-20-2006, 03:25 AM
OK, every thing is poosible to be done since the hack is in beta stage.Is there anything I can edit on my end to accomplish this?
Milad
03-20-2006, 03:41 AM
Can you explain what do you want to be done?
derfelix
03-20-2006, 03:51 AM
he wants a spacer between the line and "bold" options...
but I think if i want that.. i will hard code it.. as once its done.. its for ever..
Felix
Brandon Sheley
03-20-2006, 04:00 AM
looks great,
I'll be watching
Stangsta
03-20-2006, 06:10 PM
Can you explain what do you want to be done?Instead of :
Journal entry 1
Journal entry 2
Journal entry 3
Journal entry 4
Journal entry 5
I would like:
Journal entry 1
Journal entry 2
Journal entry 3
Journal entry 4
Journal entry 5
Milad
03-21-2006, 09:21 AM
OK, today ot tommorow I'll release the stable version, with how-to make what do you demand for
Pcparts
03-21-2006, 08:00 PM
Thanks. <installed>
xfaethorx
03-25-2006, 06:24 AM
great addition, but i'll wait until the seperators are sorted before i install.
lazyseller
04-05-2006, 07:34 PM
is there a way to somehow actually list the entry itself in the profile ? title and message... as well how many comments based on that entry ?
lazyseller
04-05-2006, 07:58 PM
Im offering 40 bucks for anyone who can make the last 5 entries display like the example at the following link
http://khmerlife.com/forum/member.php?u=6
Stangsta
04-12-2006, 05:37 PM
OK, today ot tommorow I'll release the stable version, with how-to make what do you demand forAny News?
MissKalunji
04-12-2006, 05:49 PM
wonder the same as well
Milad
04-12-2006, 08:50 PM
For bold option add the green code in journal_last_entrybit template
<div><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]"><strong>$lastentry[entrytitle]</strong></a> ($lastentry[entrydate])</div>
Milad
04-12-2006, 09:01 PM
to put a space between entries add the green code in journal_last_entrybit template
<div style="margin-top:5px;"><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]">$lastentry[entrytitle]</a> ($lastentry[entrydate])</div>
Stangsta
04-13-2006, 02:03 AM
For bold option add the green code in journal_last_entrybit template
<div><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]"><strong>$lastentry[entrytitle]</strong></a> ($lastentry[entrydate])</div>
This works! :banana:
to put a space between entries add the green code in journal_last_entrybit template
<div style="top-margin:5px;"><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]">$lastentry[entrytitle]</a> ($lastentry[entrydate])</div>
This DOES NOT work! :confused:
However, this DID work. (the green)
<div> <br /><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]">$lastentry[entrytitle]</a> ($lastentry[entrydate])</div>
MissKalunji
04-13-2006, 05:51 PM
can someone tell me exacly what to do?
Stangsta
04-13-2006, 06:18 PM
can someone tell me exacly what to do?Just replace the journal_last_entrybit contents with this.
<div style="top-margin:5px;"><br /><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]"><strong>$lastentry[entrytitle]</strong></a> ($lastentry[entrydate])</div>
bada_bing
04-13-2006, 06:38 PM
Any screenshots would be nice?
Milad
04-15-2006, 01:11 AM
try this
to put a space between entries add the green code in journal_last_entrybit template
<div style="margin-top:5px;"><a href="journal.php?$session[sessionurl]do=showentry&e=$lastentry[entry_id]">$lastentry[entrytitle]</a> ($lastentry[entrydate])</div>
GamerJunk.net
05-17-2006, 12:38 AM
Is there any way to do this on the forumhome?
Milad
05-20-2006, 07:18 PM
Of course there are many ways.
But now I have no time
futuredood
06-22-2006, 10:12 AM
ty, nice
fanhost.com
09-12-2006, 10:21 PM
works great, just installed!
What about read/unread icons??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.