View Full Version : Last X threads in forumhome for a specific forum {Version 2.9}
Developer
01-29-2006, 10:00 PM
Description::.
This hack Shows last X threads for a specific forum in forumhome
Requested By Allan
[Hack Features::.
1-easy yo install
2-admin Controllable
Version 2.5
3-Now you have 3 columns
4-every column is controllable
5-for every coloumn you have three options
1.ON/OFF
2.Forum ID You Can put more than one forum id by puting id then , then id eg:1,2
3.Forum Name
6-When You Put the mouse on any thread an alt views with
1.Posted By
2.Last Rebly By
3.Replies
4.Views
5.# of Attachment
Admin Controllable
From vBulletin Options ==> vBulletin Options ==> Last X threads in forumhome for a specific forum(s).]
Installation::.
1-Import The Product.
2-Edit template FORUMHOME
find:$navbar
add below:<if condition="$vboptions[endislastx]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('developer')"><img id="collapseimg_developer" src="$stylevar/collapse_tcat$vbcollapse[collapseimg_developer].gif" alt="" border="0" /></a>
<img border="0" src="$stylevar[imgdir_misc]/subscribed_event.gif"> $vbphrase[ltff]$forumnamedevel
</td>
</tr>
</thead>
<tbody id="collapseobj_developer" style="$vbcollapse[collapseobj_developer]">
<tr>
<td class="alt1">
<table width='100%' cellspacing="0" border="0">
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel3</td></if>
</tr>
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left">$lastxdevelt1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left">$lastxdevelt2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left">$lastxdevelt3</td></if>
</tr>
</table>
</td>
</tr>
</tbody>
</table><br></if>
History::.
1.0 On 30. Jan 2006 Initial Version.
2.5 On 31. Jan 2006 Fix On/Off the hack add many features(see features)
2.7 On 9. Feb 2006 Now You Can put more than one forum id by puting id then , then id eg:1,2
2.8 On 13. Feb 2006 Column 3 Font Size Fixed
2.9 On 21. Mar 2006 Add Max Title Characters Length.
3.0 On 8. Apr 2006 Add setting for order by:dateline,lastpost time
Hack Languages
allan (https://vborg.vbsupport.ru/member.php?u=36046) Had translate the hack to french. here (https://vborg.vbsupport.ru/showpost.php?p=903067&postcount=109)
Hellraider (http://www.vbhacks-germany.com/forum/member.php?u=10) Had translate the hack to german. here (http://www.vbhacks-germany.com/forum/showthread.php?t=3102)
Details
3 plugins , 21 phrases , 13 options , 3 Queries
NOTE:If you won't use any of the columns except 1 or 2 column, disable the unused column because it's uses a query
Donation::.
Feel Free To https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif (https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=filmahosting%40gmail%2ecom&item_name=DEVELOPER&item_number=1&no_shipping=0&no_note=1&tax=0¤cy_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8)
aT lAsT
IF YOu lIkE iT cLIcK InsTall (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=106726)
[I]Support Given For Who Clicked Install {ONLY}
bashy
01-30-2006, 04:51 PM
Nice 1 m8 will look into this :)
EDIT: *Clicks Install*
Great hack m8, gonna have a play wiv it :)
Allan
01-30-2006, 04:55 PM
Wazaaaaaaaaaaaaaaaa :D
Very Nice Developer ;)
Click Install
bashy
01-30-2006, 05:13 PM
I have just had a wee play with it and tried to disable it from the admincp using the on off bit and when its turned off, its still shows the stats??
GamerJunk.net
01-30-2006, 05:39 PM
Couple of things, this is a good idea, yet it's flawed by the way it appears...
The text is really poor looking, also it's large text and there is no way to have it list all new threads from one category?
GamerJunk.net
01-30-2006, 05:41 PM
Bashy. that's because you are adding the hard code into your template. This would work better if the code was used in the hook and just searched for the $navbar. I'm going to edit this around because currently I am using it in my right sidebar.
www.gsnforce.com/forum
bashy
01-30-2006, 05:43 PM
Cheers m8
I pulling it off for now, but will keep the installed button depressed for further updates ;)
Bashy. that's because you are adding the hard code into your template. This would work better if the code was used in the hook and just searched for the $navbar. I'm going to edit this around because currently I am using it in my right sidebar.
www.gsnforce.com/forum
Developer
01-30-2006, 05:45 PM
I have just had a wee play with it and tried to disable it from the admincp using the on off bit and when its turned off, its still shows the stats??
The collapsing taple only appear
*gonna fix it in the next version
Developer
01-30-2006, 05:48 PM
Couple of things, this is a good idea, yet it's flawed by the way it appears...
The text is really poor looking, also it's large text and there is no way to have it list all new threads from one category?
*gonna fix text size in next version
you can do this by putting all child forums ID seprating by OR
example:we have a cat. with id 1 and two forums with ids 2,3
you will edit the setting and put 2 OR 3
Developer
01-30-2006, 05:54 PM
Now plz give me the final look and plz notice this hack for a specific forum maybe forums in next version
now tell me what do you think about listing threads?
what do you think about the font?
what about adding replies,views,last reply by,thread starter,reply link and make it optionally?
and so on
Allan
01-30-2006, 06:24 PM
it's possible to add other ID forum ?
with: ID forum 1.2.3. etc ....
EDIT: This fonction: "Enable/Disable The Hack" don't work with me :(
Developer
01-30-2006, 06:46 PM
it's possible to add other ID forum ?
with: ID forum 1.2.3. etc ....
EDIT: This fonction: "Enable/Disable The Hack" don't work with me :(
Use 1 OR 2 OR 3
i'll fix it in next release
Allan
01-30-2006, 06:57 PM
Use 1 OR 2 OR 3
i'll fix it in next release
hum, exemple: 1,2,3 ? (error sql with this exemple)
Snake
01-30-2006, 07:06 PM
Nice work there! :)
nhacso
01-30-2006, 09:06 PM
Developer, your mod hack alway put all thread of specific forum to forumhome with only one columns. In next release: you can edit code make all thread of every specific forum to arrange in one different column.
More Simply, if in admincp/vbulletin options/Last X threads in forumhome for a specific forum, I set Forum ID is 2,3 and set Forum Name is A,B. The end, the index forum appear the table with first row is name "Lastest thread in forum", the second row will include two colum (2 td), first column is A, second column is B, every column will contain thread of forum I set in last step in admincp. I think if set my way, the lastest in forumhome is look good better.
Demo same is:
https://vborg.vbsupport.ru/
bashy
01-30-2006, 09:08 PM
ooo i do like that idea???? :)
Developer, your mod hack alway put all thread of specific forum to forumhome with only one columns. In next release: you can edit code make all thread of every specific forum to arrange in one different column.
More Simply, if in admincp/vbulletin options/Last X threads in forumhome for a specific forum, I set Forum ID is 2,3 and set Forum Name is A,B. The end, the index forum appear the table with first row is name "Lastest thread in forum", the second row will include two colum (2 td), first column is A, second column is B, every column will contain thread of forum I set in last step in admincp. I think if set my way, the lastest in forumhome is look good better.
Demo same is:
https://vborg.vbsupport.ru/
Allan
01-30-2006, 09:18 PM
ooo i do like that idea???? :)
http://www.vbulletin.com/forum/showthread.php?t=158887 ;)
nhacso
01-31-2006, 12:01 AM
http://www.vbulletin.com/forum/showthread.php?t=158887 ;)
No, this is the latest thread in all forum. My Idea above is a lot thread of selected forum appear in Forum Home (every forum put in another column).
GamerJunk.net
01-31-2006, 05:33 AM
developer...look at the latest threads on my forum homepage
www.gsnforce.com/forum
It would look best if formatted like that
Developer
01-31-2006, 01:02 PM
hum, exemple: 1,2,3 ? (error sql with this exemple)
i knew this so use 1 OR 2 OR 3
Developer
01-31-2006, 01:04 PM
Developer, your mod hack alway put all thread of specific forum to forumhome with only one columns. In next release: you can edit code make all thread of every specific forum to arrange in one different column.
More Simply, if in admincp/vbulletin options/Last X threads in forumhome for a specific forum, I set Forum ID is 2,3 and set Forum Name is A,B. The end, the index forum appear the table with first row is name "Lastest thread in forum", the second row will include two colum (2 td), first column is A, second column is B, every column will contain thread of forum I set in last step in admincp. I think if set my way, the lastest in forumhome is look good better.
Demo same is:
http://img494.imageshack.us/img494/7921/lastestthread6hh.gif
nice idea i'll work on this
Developer
01-31-2006, 01:06 PM
developer...look at the latest threads on my forum homepage
www.gsnforce.com/forum
It would look best if formatted like that
do you mean; Latest Gamer News
Latest Threads
Latest News
simply you need latest thread for a column ok i'll release it soon
GamerJunk.net
01-31-2006, 04:19 PM
Latest Threads
Developer
01-31-2006, 04:56 PM
Version 2.5 Released With a great Features You have to import the new product with allowing overwrite and redit the template
3-Now you have 3 columns
4-every column is controllable
5-for every coloumn you have three options
1.ON/OFF
2.Forum ID
3.Forum Name
6-When You Put the mouse on any thread an alt views with
1.Posted By
2.Last Rebly By
3.Replies
4.Views
5.# of Attachment
NOTE:If you won't use any of the columns except 1 or 2 column, disable the unused column because it's uses a query
bashy
01-31-2006, 05:46 PM
Hi m8, I have done the update..
I have enabled all three colums and colum 1 and three
have the same forum title no matter whay i put for colum 1
it shows the name for colum 3 :(
Any ideas please?
Developer
01-31-2006, 05:53 PM
Hi m8, I have done the update..
I have enabled all three colums and colum 1 and three
have the same forum title no matter whay i put for colum 1
it shows the name for colum 3 :(
Any ideas please?
oh such a silly mistake made by me sorry
redit the template again
update the first post
bashy
01-31-2006, 05:55 PM
Chers m8
I have also just tried addint it to the Header template as i would like it showing all the time if ya know what i mean..
Thing is it shows the
Latest Forum Threads
Latest from: Latest from: Latest from:
And thats it, no threads, is this just for the forumome template?
Developer
01-31-2006, 06:00 PM
Chers m8
I have also just tried addint it to the Header template as i would like it showing all the time if ya know what i mean..
Thing is it shows the
Latest Forum Threads
Latest from: Latest from: Latest from:
And thats it, no threads, is this just for the forumome template?
yes, but if you want to add this in any template i'll make this in the next release
bashy
01-31-2006, 06:02 PM
Ok m8 thanks...will look forward to it in anticipation :)
Great hack m8 well done :)
bashy
01-31-2006, 06:12 PM
Just a quicky m8...
Any chance on setting this so guests cant see it please?
Perhaps the forum titles could be linked to the actual section itself?
Even if it was simply done with a url lol that would be better :)
Developer
01-31-2006, 07:17 PM
yes, but if you want to add this in any template i'll make this in the next release
but there's a disadvantage in this on every page the forum will run 3 queries and i don't do this so i'll release it as another product
Developer
01-31-2006, 07:19 PM
Just a quicky m8...
Any chance on setting this so guests cant see it please?
Perhaps the forum titles could be linked to the actual section itself?
Even if it was simply done with a url lol that would be better :)
Guests could see this
*i'll include forum title by adding the forum id with some new options
url? :surprised:
bashy
01-31-2006, 07:33 PM
Sorry, did i read that wrong...Is there a way to stop guests reading this?
One more small idea, Is there a way to limit the amount of characters displayed per thread list?
Developer
01-31-2006, 07:56 PM
Sorry, did i read that wrong...Is there a way to stop guests reading this?
One more small idea, Is there a way to limit the amount of characters displayed per thread list?
I Did https://vborg.vbsupport.ru/external/2009/02/1.gif
yes There's a way
*good idea
*i'll include a setting for guests so ypu can enable/disable reading the last threads
bashy
01-31-2006, 08:00 PM
Excellent m8 thank you :) look forard to it :)
I Did https://vborg.vbsupport.ru/external/2009/02/1.gif
yes There's a way
*good idea
*i'll include a setting for guests so ypu can enable/disable reading the last threads
Allan
01-31-2006, 08:23 PM
Haughtiness job Developer :D
I translate ;)
Allan
01-31-2006, 09:36 PM
@Developer: it's possible for the next version to add several ID in same the colone ?
French Language for V2.5 ;)
Developer
01-31-2006, 09:39 PM
@Developer: it's possible for the next version to add several ID in same the colone ?
French Language for V2.5 ;)
You still can do this by using 1 OR 2 OR 3
seperate forums id by OR
Allan
01-31-2006, 09:47 PM
You still can do this by using 1 OR 2 OR 3
seperate forums id by OR
Check this fonction with several ID because at home don't work.
Allan
01-31-2006, 09:50 PM
So, the members and guest can see the titles of the threads of the private forum :surprised:
Developer
01-31-2006, 10:29 PM
Check this fonction with several ID because at home don't work.
i've Tried it and it's working fine
Developer
01-31-2006, 10:36 PM
So, the members and guest can see the titles of the threads of the private forum :surprised:
yes :ermm:
GamerJunk.net
02-01-2006, 02:30 AM
Great update
Allan
02-01-2006, 05:09 AM
i've Tried it and it's working fine
If I puts some ID, he is going to take of information on id different :surprised:
MarsNIIT
02-01-2006, 08:04 AM
https://vborg.vbsupport.ru/
Not work, please help me :(
Developer
02-01-2006, 10:37 AM
https://vborg.vbsupport.ru/
Not work, please help me :(
How i test it many times and sure it's working
Developer
02-01-2006, 10:38 AM
If I puts some ID, he is going to take of information on id different :surprised:
you want's to show last 10 threads forum many forum in one column right?
MarsNIIT
02-01-2006, 11:26 AM
How i test it many times and sure it's working
PHP version 5.1.2
MySQL version 4.1.14-standard
Vbb 3.5.3
Have use prefix for table of database.
Please help me!
Allan
02-01-2006, 11:36 AM
you want's to show last 10 threads forum many forum in one column right?
Yes for example.
I like for example show last 10 thread in one column right or left BUT to ID different and no work for, he show thread of private forum (other id and no select in hack) and other ID to forum, it's odd :ermm:
Developer
02-01-2006, 11:51 AM
PHP version 5.1.2
MySQL version 4.1.14-standard
Vbb 3.5.3
Have use prefix for table of database.
Please help me!
:ermm: ofcourse are you sure you've download version 2.5 product file
and plz tell me your vb version
MarsNIIT
02-01-2006, 11:58 AM
My vb version: 3.5.3 and i already install lates version 3h ago.
Developer
02-01-2006, 12:00 PM
Yes for example.
I like for example show last 10 thread in one column right or left BUT to ID different and no work for, he show thread of private forum (other id and no select in hack) and other ID to forum, it's odd :ermm:
What i can't understand any word
look what i get it you want to show 2 forums last thread in one colum i'll give you an example by picture
Developer
02-01-2006, 12:07 PM
My vb version: 3.5.3 and i already install lates version 3h ago.
it works with me very fine try to import the product again after uninstalling the first product and i think you didn't edit the template correctly
Allan
02-01-2006, 12:28 PM
What i can't understand any word
look what i get it you want to show 2 forums last thread in one colum i'll give you an example by picture
I'm sorry, but It shows ID for which I do not ask lol
MarsNIIT
02-01-2006, 12:41 PM
thank you verry much, it run now, but i need display many sub forum in Column(3), how to change??
Example, i want dislplay all forum id: 114, 173, 174, 175, 176, 187, 188, 228, 189, 190, 227, 230, 191, 192, 193, 194, 195, 201, 202, 203, 204, 205, 206, 207, 177, 178, 196, 179, 231, 180, 181, 182, 183, 184, 185, 186 in column(3)
and forum id:
115, 118, 121, 122, 123, 124, 125, 119, 126, 127, 128, 129, 130, 137, 120, 226, 116, 131, 132, 199, 133, 134, 135, 168, 117 in column(2)
THanks.
Developer
02-01-2006, 12:46 PM
114 OR 173 OR 174 OR 175
and so on
MarsNIIT
02-01-2006, 12:48 PM
It ok now, thanks.
bashy
02-01-2006, 03:29 PM
Have you placed it in your forumhome template...I think anywhere else and thats all it shows?
Is the plugin turned on?
http://img216.imageshack.us/img216/1425/notwork3le.gif
Not work, please help me :(
MarsNIIT
02-01-2006, 04:19 PM
Hello,
i put 104 OR 48 OR 76 OR 217 OR 216 OR 74 OR 65 OR 66 OR 68 OR 67 OR 75 OR 215 OR 218 OR 219 OR 220 OR 221 OR 222 OR 223 OR 63 OR 247 OR 246 OR 248 OR 249 OR 250 OR 244 OR 245 OR 71 OR 64 OR 73 OR 243 OR 70 OR 72 in Forum ID Column(2)
and put 174 OR 175 OR 176 OR 188 OR 228 OR 189 OR 190 OR 227 OR 230 OR 192 OR 193 OR 194 OR 195 OR 202 OR 203 OR 204 OR 205 OR 206 OR 178 OR 196 OR 179 OR 231 OR 181 OR 182 OR 184 OR 185 OR 186 OR 118 OR 121 OR 122 OR 123 OR 124 OR 125 OR 119 OR 126 OR 127 OR 128 OR 129 OR 130 OR 137 OR 120 OR 226 OR 131 OR 132 OR 199 OR 133 OR 134 OR 135 OR 117 OR 838 OR 262 OR 263 OR 264 OR 265 OR 839 OR 267 in Forum ID Column(3)
but why it not work correct :(, display same theard :(, and why Column(2) font smaill while if i put only 1 forum id in one column it not error.
http://img399.imageshack.us/img399/7440/untitled8yb.png
Raymondlee714
02-01-2006, 04:35 PM
MANY THANKS FOR THIS HACK, it working fine for me, but just aliitle thing is the font size problem, 1st & 2nd colums the font very big and the 3rd is normal,
figure out now, thanks
please check this back, it Not woking this way for me, it come up with a difference forum ID
114 OR 173 OR 174 OR 175
and so on
bashy
02-01-2006, 04:59 PM
Same for me...
I want all the NZB sub forums in the last colum
74 OR 61 OR 62 OR 63 OR 64 OR 98 OR 91 OR 65 OR 66
Is what i have, but its pulling threads from the
New Members
Joke Book
Even the mods lounge lol
Oh and its actually pulling a few from the NZB movies section,
Whats ya thoughts on this 1 please?
MANY THANKS FOR THIS HACK, it working fine for me, but just aliitle thing is the font size problem, 1st & 2nd colums the font very big and the 3rd is normal,
figure out now, thanks
please check this back, it Not woking this way for me, it come up with a difference forum ID
Developer
02-01-2006, 05:27 PM
ok i'll fix it
MarsNIIT
02-03-2006, 04:34 PM
fix ok???
Developer
02-03-2006, 06:01 PM
not yet i'll work on it later today
MarsNIIT
02-05-2006, 07:40 AM
Yes, please fix soon, thanks :D
3dsoft
02-05-2006, 06:40 PM
Would it be possible to have multiple thread id's from different topics within one column?
HaMaDa4eVeR
02-06-2006, 11:26 AM
great hack from great man
thank u
(installed) :)
MarsNIIT
02-06-2006, 05:11 PM
Verry verry great hack from great man :D, but please fix error soon :D
Thanks.
Developer
02-09-2006, 07:20 AM
Version 2.7 Released Now You Can put more than one forum id by puting id then , then id eg:1,2
MarsNIIT
02-09-2006, 10:55 AM
I just unstall old version and import new product, but error:
XML Error: Mismatched tag at Line 171
<= i just upload plugin correct.
- Why when i del theard, but this theard still display in lates theard???
- Why i can't use $lastxdevelt3 to display in other forum diffrend forum home??
Thanks.
bashy
02-09-2006, 03:40 PM
Whoopsy...what ya broken lol
me done the upgade and me tinks ya roke tl
XML Error: mismatched tag at Line 171
MarsNIIT
02-09-2006, 05:16 PM
Please download my attached files, i fixed :D
bashy
02-09-2006, 06:08 PM
Please download my attached files, i fixed :D
Cheers m8..trying it now :)
Thanks for your involvement :)
bashy
02-09-2006, 06:12 PM
How can i limit the amount of characters used please?
Perhaps to say 20 per thread title?
redlabour
02-10-2006, 03:59 AM
I like to show all Forums Threads in only one Column. Can you fix this so a "0" entered in the AdminCP uses alle ForumID´s and Category´s ?
Did this hack use the Permissionsystem ?
Developer
02-10-2006, 06:59 AM
I just unstall old version and import new product, but error:
XML Error: Mismatched tag at Line 171
<= i just upload plugin correct.
- Why when i del theard, but this theard still display in lates theard???
- Why i can't use $lastxdevelt3 to display in other forum diffrend forum home??
Thanks.
thnx fixed in first post
- becuz it's soft delete i'll fix this in the new release
- you cant use $lastxdevelt3 or $lastxdevelt2 or $lastxdevelt1 cuz it just work in forum home but i've a good idea to display every column in it's forum id and forum home
Developer
02-10-2006, 07:03 AM
How can i limit the amount of characters used please?
Perhaps to say 20 per thread title?
i'll include this in next version
redlabour
02-10-2006, 07:25 AM
What about the Permissions ?
And what about to use all Forums in the first Columns and only one specific Newsforum in the Second ?
MarsNIIT
02-10-2006, 08:15 AM
- you cant use $lastxdevelt3 or $lastxdevelt2 or $lastxdevelt1 cuz it just work in forum home but i've a good idea to display every column in it's forum id and forum home
Yes, :D, i have try but can't, can you tell me how to display $lastxdevelt3 in other forum id???
Thanks.
Developer
02-10-2006, 08:33 AM
I like to show all Forums Threads in only one Column. Can you fix this so a "0" entered in the AdminCP uses alle ForumID?s and Category?s ?
Did this hack use the Permissionsystem ?
i'll make a edit for you
what permissions you need?
Developer
02-10-2006, 08:35 AM
Yes, :D, i have try but can't, can you tell me how to display $lastxdevelt3 in other forum id???
Thanks.
you mean in other scripts like forumdisplay.php
threadisplay.php
?
MarsNIIT
02-10-2006, 09:05 AM
http://2it.in/forumdisplay.php?f=114 <= I want it display here :D, but seem it can't now.
Developer
02-10-2006, 10:37 AM
upload the new plugin
then use the new code below
<if condition="THIS_SCRIPT == 'forumdisplay'"><if condition="$vboptions[endislastx]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('developer')"><img id="collapseimg_developer" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_developer].gif" alt="" border="0" /></a>
<img border="0" src="$stylevar[imgdir_misc]/subscribed_event.gif"> $vbphrase[ltff]$forumnamedevel
</td>
</tr>
</thead>
<tbody id="collapseobj_developer" style="$vbcollapse[collapseobj_developer]">
<tr>
<td class="alt1">
<table width='100%' cellspacing="0" border="0">
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel3</td></if>
</tr>
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left">$lastxdevelt1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left">$lastxdevelt2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left">$lastxdevelt3</td></if>
</tr>
</table>
</td>
</tr>
</tbody>
</table><br></if></if>
redlabour
02-10-2006, 10:47 AM
i'll make a edit for you
what permissions you need?
1. Fine thx ...
2. I mean the Admin, SMod and Modpermission of the Forums.
-=Sniper=-
02-10-2006, 12:25 PM
sorry not read though whole thread, so if suggested please ignore :) anychance you can add a feature so we get threads with > xx replies? e.g. I so I can get unasnwered threads listed.
MarsNIIT
02-10-2006, 12:45 PM
upload the new plugin
then use the new code below
<if condition="THIS_SCRIPT == 'forumdisplay'"><if condition="$vboptions[endislastx]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('developer')"><img id="collapseimg_developer" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_developer].gif" alt="" border="0" /></a>
<img border="0" src="$stylevar[imgdir_misc]/subscribed_event.gif"> $vbphrase[ltff]$forumnamedevel
</td>
</tr>
</thead>
<tbody id="collapseobj_developer" style="$vbcollapse[collapseobj_developer]">
<tr>
<td class="alt1">
<table width='100%' cellspacing="0" border="0">
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel3</td></if>
</tr>
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left">$lastxdevelt1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left">$lastxdevelt2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left">$lastxdevelt3</td></if>
</tr>
</table>
</td>
</tr>
</tbody>
</table><br></if></if>
Thank you verry much, it run fine, but i want it display also both forum home and theard forum , when i import new plugin, it only display in theard forum :D, forum home not display more :D.
Developer
02-10-2006, 12:59 PM
Thank you verry much, it run fine, but i want it display also both forum home and theard forum , when i import new plugin, it only display in theard forum :D, forum home not display more :D.
open the product for forum home
at line 3
find:<product productid="lasxtdevel" active="1">
change lasxtdevel
to anything
Developer
02-10-2006, 01:00 PM
1. Fine thx ...
2. I mean the Admin, SMod and Modpermission of the Forums.
you mean staff forum????
Developer
02-10-2006, 01:02 PM
sorry not read though whole thread, so if suggested please ignore :) anychance you can add a feature so we get threads with > xx replies? e.g. I so I can get unasnwered threads listed.
mmmmmmmmmm my hack was build for latest thread not latest active thread but never mind i'll edit the product for you
Gizmo5h1t3
02-10-2006, 01:05 PM
so to have it display both on forumhome and forumdisplay.....sorry mate for sounding thick, but i didnt understand when u said change that command in line 3 to "anything"
tell ya wot tho, this is a real "in your face" hack, to encourage more traffic on the board, saves ages searching for stuff.....
MarsNIIT
02-10-2006, 02:54 PM
Yes, i have try, but have error when import :D
Database error in vBulletin 3.5.3:
Invalid SQL:
INSERT INTO marsniit_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'endislastx',
'lastxtdevel',
'1',
'',
'',
'yesno',
10,
0,
1,
'lasxtdevel2'
),
(
'endislastx1',
'lastxtdevel',
'1',
'',
'',
'yesno',
20,
0,
1,
'lasxtdevel2'
),
(
'lastxforumid1',
'lastxtdevel',
'209,210,211,51,86,80,81,82,83,146,147,84,85,148,4 9,26,27,28,241,14,59,15,60,16,17,18,19,20,25,57,16 9,23,69,21,171,24,170,58,22',
'2',
'numeric',
'',
30,
0,
1,
'lasxtdevel2'
),
(
'lastxlimit1',
'lastxtdevel',
'10',
'10',
'numeric',
'',
40,
0,
1,
'lasxtdevel2'
),
(
'forumnamedevel1',
'lastxtdevel',
'<b><a href=\"/forumdisplay.php?f=62\"><span style=\"color: Red; font-size: 14px;\"> V.N.S.A</span></a></b> <img src=\"/images/ABC/SugarwareZ-091.gif\" border=\"0\">',
'Main Forum',
'free',
'',
50,
0,
1,
'lasxtdevel2'
),
(
'endislastx2',
'lastxtdevel',
'1',
'',
'',
'yesno',
60,
0,
1,
'lasxtdevel2'
),
(
'lastxforumid2',
'lastxtdevel',
'104,48,76,217,216,74,65,66,68,67,75,215,218,219,2 20,221,222,223,63,247,246,248,249,250,244,245,71,6 4,73,243,70,72,65',
'3',
'numeric',
'',
70,
0,
1,
'lasxtdevel2'
),
(
'lastxlimit2',
'lastxtdevel',
'10',
'10',
'numeric',
'',
80,
0,
1,
'lasxtdevel2'
),
(
'forumnamedevel2',
'lastxtdevel',
'<b><a href=\"/forumdisplay-f_212.html\"><span style=\"color: Red; font-size: 14px;\"> SHARE ZONE</span></a></b> <img src=\"/images/ABC/SugarwareZ-118.gif\" border=\"0\">',
'Sub Forum',
'free',
'',
90,
0,
1,
'lasxtdevel2'
),
(
'endislastx3',
'lastxtdevel',
'1',
'',
'',
'yesno',
100,
0,
1,
'lasxtdevel2'
),
(
'lastxforumid3',
'lastxtdevel',
'174,175,176,188,228,189,190,227,230,192,193,194,1 95,202,203,204,205,206,178,196,179,231,181,182,184 ,185,186,118,121,122,123,124,125,119,126,127,128,1 29,130,137,120,226,131,132,199,133,134,135,117,838 ,262,263,264,265,839,267,836',
'4',
'numeric',
'',
110,
0,
1,
'lasxtdevel2'
),
(
'lastxlimit3',
'lastxtdevel',
'10',
'10',
'numeric',
'',
120,
0,
1,
'lasxtdevel2'
),
(
'forumnamedevel3',
'lastxtdevel',
'<b><a href=\"/forumdisplay.php?f=114\"><span style=\"color: Red; font-size: 14px;\"> TEENS ZONE</span></a></b> <img src=\"/images/ABC/SugarwareZ-014.gif\" border=\"0\">',
'New Forum',
'free',
'',
130,
0,
1,
'lasxtdevel2'
),
(
'devel_copyright1',
'lastxtdevel',
'History::\r\n 1.0 On 30. Jan 2006 Initial Version.<br>\r\n 2.5 On 31. Jan 2006 Fix On/Off the hack add many features(see features)<br>\r\n2.7 On 9. Feb 2006 Now You Can put more than one forum id by puting id the , then id eg:1,2',
'History::\r\n 1.0 On 30. Jan 2006 Initial Version.<br>\r\n 2.5 On 31. Jan 2006 Fix On/Off the hack add many features(see features)<br>\r\n2.7 On 9. Feb 2006 Now You Can put more than one forum id by puting id the , then id eg:1,2',
'free',
'History::\r\n 1.0 On 30. Jan 2006 Initial Version.<br>\r\n 2.5 On 31. Jan 2006 Fix On/Off the hack add many features(see features)<br>\r\n2.7 On 9. Feb 2006 Now You Can put more than one forum id by puting id the , then id eg:1,2',
140,
0,
1,
'lasxtdevel2'
);
MySQL Error : Duplicate entry 'endislastx' for key 1
Error Number : 1062
Date : Friday, February 10th 2006 @ 11:50:03 PM
Script : http://2it.in/x_AdminCP/plugin.php
Referrer : http://2it.in/x_AdminCP/plugin.php?do=productadd
IP Address : 58.186.118.139
Username : MarsNIIT
Classname : vB_Database
Developer
02-10-2006, 06:01 PM
sorry for this i'll attach the right product for forum display
Developer
02-10-2006, 06:02 PM
attached
MarsNIIT
02-10-2006, 06:30 PM
Thank you verry much, all thing fine now :D
Gizmo5h1t3
02-11-2006, 08:22 AM
so does the file attrached in post #93 now get it working on both forumhome, and forumdisplay??
Developer
02-11-2006, 11:58 AM
so does the file attrached in post #93 now get it working on both forumhome, and forumdisplay??
you have to import the 2 product in posts 1,93
MarsNIIT
02-11-2006, 04:55 PM
Seem it only display new theard, old theard with new reply can't display??
Developer
02-11-2006, 05:13 PM
yes, not latest active threads
Gizmo5h1t3
02-11-2006, 05:26 PM
you have to import the 2 product in posts 1,93
thanks for that mate, works a treat now....
lexx27
02-13-2006, 11:26 AM
For some reason column three has bigger font size? Any idea?
Developer
02-13-2006, 12:03 PM
For some reason column three has bigger font size? Any idea?
sorry i didn't notice this FIXED
2.8 Released On 13. Feb 2006 Column 3 Font Size Fixed UPGRADE=[Product Import]
lexx27
02-13-2006, 12:12 PM
Thanx!
Allan
02-13-2006, 08:41 PM
It's possible to put the Last threads (table) in different template ?
Developer
02-14-2006, 12:45 PM
It's possible to put the Last threads (table) in different template ?
no, only forum home and if you want to put it in forum display read latest 15 posts and you will find the solution
Allan
02-14-2006, 07:16 PM
If i create a custom hook, isn't it ?
I use this tutorial: https://vborg.vbsupport.ru/showthread.php?t=83390&highlight=hook
and i'd like to show the hack on the new template with this hack: https://vborg.vbsupport.ru/showthread.php?t=92203&highlight=wrapper
alduhmy
02-15-2006, 09:26 PM
Developer شكراً لك
ما اجمل لغتنا العربيه
Thanked Developer
Developer
02-16-2006, 06:53 AM
If i create a custom hook, isn't it ?
I use this tutorial: https://vborg.vbsupport.ru/showthread.php?t=83390&highlight=hook
and i'd like to show the hack on the new template with this hack: https://vborg.vbsupport.ru/showthread.php?t=92203&highlight=wrapper
mmmmmm ask the original hack coder for this
Developer
02-16-2006, 06:54 AM
Developer شكراً لك
ما اجمل لغتنا العربيه
Thanked Developer
ما اجملها بالفعل :) و شكراً لك
Allan
02-17-2006, 07:31 PM
French language ;)
Developer
02-20-2006, 02:02 PM
allan (https://vborg.vbsupport.ru/member.php?u=36046) Had translate the hack to french. here (https://vborg.vbsupport.ru/showpost.php?p=903067&postcount=109)
Hellraider (http://www.vbhacks-germany.com/forum/member.php?u=10) Had translate the hack to german. here (http://www.vbhacks-germany.com/forum/showthread.php?t=3102)
Hornstar
02-20-2006, 09:06 PM
Okay cool, i worked it out now.
I think everything has worked out so far
Thanks
Edit is it possible to make it show the latest threads from that category instead of forum?
Developer
02-20-2006, 11:23 PM
can done only by enter all forums ids in the category
MUDERCOOL
02-28-2006, 07:28 PM
hello, I installed the hack, it's working, great, thank you very much!
but what about the "erased / deleted" threads?
they seems they're "there" on the forumhome now with others together like they're live and still inside.
Developer
02-28-2006, 07:31 PM
I'll fix it next release:)
MUDERCOOL
02-28-2006, 08:11 PM
I'll fix it next release:)
sounds great! Thank you very much :)
(/me subscribed to the thread)
MarsNIIT
03-01-2006, 07:12 PM
It will verry good if have latest active threads :D
Thanks.
Developer
03-01-2006, 10:33 PM
It will verry good if have latest active threads :D
Thanks.
i'll make it optionally in the next release may be tonight :)
MarsNIIT
03-07-2006, 06:29 PM
Thank you verry much. :D
1numara
03-10-2006, 09:15 AM
I want to displat last x threads on left side but it doesnt display anything:(
Mathiau
03-10-2006, 07:31 PM
If i use either , or OR between the ID's - i get a database error :( i hav tried to reupload the the product, uninstall, reinstall - the template mod on forumhome is correct but it wont pick up on new posts, nor work with multiple ID's
i know others have got it to work, are there maybe any known hacks tha may interfere with this ?
Developer
03-10-2006, 07:59 PM
I want to displat last x threads on left side but it doesnt display anything:(
change hook location from foumhome_start to global_start
Developer
03-10-2006, 08:02 PM
If i use either , or OR between the ID's - i get a database error :( i hav tried to reupload the the product, uninstall, reinstall - the template mod on forumhome is correct but it wont pick up on new posts, nor work with multiple ID's
i know others have got it to work, are there maybe any known hacks tha may interfere with this ?
give me the error and i'll c wht can i do for u
Marcel Lee
03-11-2006, 02:13 AM
Is there any way to display (in 'forumhome') the last "X" threads of all the forums combined?
Mathiau
03-11-2006, 04:14 PM
give me the error and i'll c wht can i do for u
Going to redo the board from scratch, had 2 or 3 hacks last few days not working, thinking something is conflicting, if i have issues shall let you know.
P.S Great support you do for your hack.
Mathiau
03-12-2006, 07:28 AM
Well, redid it, and the columns just come out empty still, nothing in them, the titles are there, but nothing being listed.
i have the hacks turned on, other hacks installed and working with plugins, i have made new posts in the proper threads, i updated my counters, cleared my cache , tried on firefox and IE , but nothing is showing under the columns :(, I reviewed the steps carefully and i have done them all right i am %110 sure, lost on this one.
Using 3.5.3 .
Mathiau
03-12-2006, 11:42 PM
k, it was my fualt :D
i was puttiong the forumID in the thread id and vice versa.
Okay, now that is sorted though, i can not get it to pic up on more then 1 thread...
say i have Category lounge - #1
below that i have
2 - chit chat
3 - jokes
4 - pictures
if i put in 2 OR 3 OR 4 - it picks up no threads at all
if i put in 2,3,4 - it picks up no threads at all
If i put in only on thread, 2 - it picks up the a new thread fine - but it will only show 1 new thread, no more, the newest created thread always shows, bit only 1 thread.
MarsNIIT
03-18-2006, 07:10 PM
I just upgrade Last X threads in forumhome for a specific forum {Version 2.8} for vbb3.4 , but seem it still not update latest active threads
Thanks.
Developer
03-21-2006, 04:04 PM
2.9 On 21. Mar 2006 Add Max Title Characters Length.
Developer
03-21-2006, 04:05 PM
Is there any way to display (in 'forumhome') the last "X" threads of all the forums combined?
i think there is other hack doing this or u could use my Latest Threads IN Marquee
located here https://vborg.vbsupport.ru/showthread.php?s=&threadid=108116
bashy
03-21-2006, 04:05 PM
Cheers m8 will update this now :)
bashy
03-22-2006, 06:39 PM
Hi Developer....
In your latest product you have done the latest threas image thats placed
before each thread show (/lastpost.png) should actually be /lastpost.gif
It took me a while to see why the images had stopped working and this
turned out to be the reason.
I have reuploaded the product for you with the edited lastpost.gif and not
lastpost.png....If this is wrong let me know and i will edi this post and delete the attachment :)
Developer
03-22-2006, 06:49 PM
Hi Developer....
In your latest product you have done the latest threas image thats placed
before each thread show (/lastpost.png) should actually be /lastpost.gif
It took me a while to see why the images had stopped working and this
turned out to be the reason.
I have reuploaded the product for you with the edited lastpost.gif and not
lastpost.png....If this is wrong let me know and i will edi this post and delete the attachment :)
oh m8,
i've edit this to work with my style :confused:
and forget to revert it cuz i work with firefox & it doesn't show un fouded images
thnx i'll update the first post
bashy
03-22-2006, 06:53 PM
No probs m8, Your welcome, Like to help out where i can, and that aint much :o
I had a feeling it might have been set for your style ;)
Cheers for a great hack m8....
Havefun
linkwavescom
03-22-2006, 08:38 PM
Make the font of the lastest thread same as your forum font
you need go to the plugin manager. go to the plguin itself ( lastxdevelt). edit 3 of them for 3 forum colum
find the line
$lastxdevelt1.="<div class='smallfont'><img border='0' src='$stylevar[imgdir_button]/lastpost.png'> <font size='2'>
delete the <font size='2'>. Reload and you lastest threads font will match your forum fonts
demo : PHK forum Link (http://www.phimhongkong.com/forum/)
gtsch
03-23-2006, 05:31 AM
Excellent, if I may ask, is there a way to use this to display those threads on your main website page outside the forum?
MarsNIIT
03-26-2006, 08:21 PM
I just upgrade Last X threads in forumhome for a specific forum {Version 2.9} for vbb3.4 , but seem it still not update latest active threads
Tyegurl
03-27-2006, 02:41 AM
okay a quick question....
is there anyway for it to see my forum links?
i have a download manager which creates a linked forum. I would like it to display the latest download....
come take a peek if you like.
http://www.teamrespawn.com/vBulletin/index.php
just in case you don't understand what i mean.
i expect to hear a no go on it but i had to ask.
Tyegurl
03-27-2006, 02:50 AM
I just upgrade Last X threads in forumhome for a specific forum {Version 2.9} for vbb3.4 , but seem it still not update latest active threads
mine doesn't either....just noticed....
Developer
04-07-2006, 04:40 PM
3.0 On 8. Apr 2006 Add setting for order by:dateline,lastpost time
mikeB
04-07-2006, 09:27 PM
any way to get this on a non - vb page?
MarsNIIT
04-07-2006, 10:03 PM
<a href="https://vborg.vbsupport.ru/showpost.php?p=896298&postcount=83" target="_blank">https://vborg.vbsupport.ru/showp...8&postcount=83</a> <= Please help me this plusgin have update latest active threads
Thanks
Developer
04-08-2006, 12:24 AM
any way to get this on a non - vb page?
u could use the external function in vB
there is tutorial for this in vb.com
developer
https://vborg.vbsupport.ru/showpost.php?p=896298&postcount=83 <= Please help me this plusgin have update latest active threads
Thanks
plz explain more what u want?
MarsNIIT
04-08-2006, 02:14 PM
the plugin for forumdisplay not have update latest active threads; you just only update for forumhome
Thanks.
Developer
04-11-2006, 02:12 PM
the plugin for forumdisplay not have update latest active threads; you just only update for forumhome
Thanks.
i'll update it soon
chikkoo
04-11-2006, 06:02 PM
The Thread Title gets truncated. I have given the Maximum Title Character Length as 180, but it is still getting truncated.
Where to change the Maximum Thread Title lenght?
Developer
04-13-2006, 12:15 PM
i test it and it's works great !!!
anyway today we will have a new version
SaN-DeeP
04-14-2006, 10:52 PM
wonderful addon, how did I missed this hack :)
fosman
04-15-2006, 09:22 AM
Hi there
I've just added " Last X threads in forumhome forum specific forum" as a plugin to my forum. My forum has another default language then english.
Is it possible changing the english words used by the plugin and showen in forumhome to other language and where do I change them?
in advance thank you
Regards
Fosman
fosman
04-15-2006, 09:24 AM
What I mean is. The default forum language is swedish and most plugins are in english. What I like to do is changing the english phrases found in the plugins fx. above mentioned plugin to swedish like the rest?
Where are the text the plugins uses placed?
regards
fosman
Very Nice and usefull byt i have small problem with encode..
Greek language dispayed like this Etonstone-Τόλ&# ...
Deska
04-28-2006, 12:15 AM
Anyone know how to make it enable on all pages?
Thank's...
Developer
04-28-2006, 04:08 AM
What I mean is. The default forum language is swedish and most plugins are in english. What I like to do is changing the english phrases found in the plugins fx. above mentioned plugin to swedish like the rest?
Where are the text the plugins uses placed?
regards
fosman
open the product and change english phrase afte <phrases>
note:don't forget install
Developer
04-28-2006, 04:10 AM
Very Nice and usefull byt i have small problem with encode..
Greek language dispayed like this Etonstone-Τόλ&# ...
what encoding? my hack depends on your setting not using encoding
Developer
04-28-2006, 04:11 AM
Anyone know how to make it enable on all pages?
Thank's...
i'll put instructions soon
what encoding? my hack depends on your setting not using encoding
My site its greek.and i use greek in all my forums and its first time to take this results..
meybe that happent because this topic its imported from Php Nuke..
I try with new topic that created on Vb
Deska
04-28-2006, 11:36 AM
i'll put instructions soon
I'll wait it, thank's.....
q8-star
04-29-2006, 08:09 PM
Thanks Developer for that hack ...can we get an arabic version of your hack ?
DavutPasha
05-31-2006, 08:34 PM
Hi, I really need this, thanks a lot :)
But there is a problem. I want to show threads by their date added. If you say Last X threads, the threads should display by their date added. But your product is like Lastest Discussions or Hottest topics. I don't want this. How can I display threads by date added?
I want to add that on ForumDisplay, NewThread and ShowThread. If you can do this, I will very thank you. I downloaded the product for ForumDisplay. I am waiting NewThread and ShowThread :)
vchase
06-28-2006, 06:11 AM
**installed** thanks
Slyfox1
07-05-2006, 01:42 AM
Hi,
This is EXACTLY what I have been looking for!
I have a question though.
It seems the latest posts are being displayed even if a user doesn't have access to that forum?? Clicking on the link does stop them seeing the post, but they can see the subject etc..
It would be nice to add the code for restricting the display if they don't have access to the forum??
Thoughts?
Sly
wichall
07-16-2006, 01:20 AM
I want to display this on my vBa index page but it just shows up blank, I've changed the hook to global_start and it works on all other pages but not vBa, can anyone help me out?
Aunt Clara
09-01-2006, 05:29 PM
change hook location from foumhome_start to global_startAlright, I give up.
Not really.
I want to display this in a left column I added to forum display. This column is not sitting on forumdisplay but is called from the header(https://vborg.vbsupport.ru/showthread.php?t=91888) I read every post of this thread, possibly twice, and still can't get it to work. Any idea why?
Ninth Dimension
09-10-2006, 02:41 AM
Hi there, I'm looking for a hack like this, only slightly diffrent...
I'm looking to have X number of latest threads from ALL forums (based on usergroup permissions) listed in one coloum, which will be down the right-hand side of my forumhome page.
Do you think something like this could be created? Cheers :)
Hi all,
can anybody suggest a solution on how to add more than last post next to each forum on forumhome?
Lets say about 5 last posts (even better to control it per forum basis...)...
sorry for jumping into your thread Developer
Slyfox1
11-19-2006, 06:20 AM
TryThis Hack (http://www.vbhackers.com/f76/last-x-threads-forumhome-specific-forum-2728/)
I've had it changed considerably and had the "Featured" threads hack combined.
Piccy below!
Sly
Thanks Sly,
I am not sure that it will work for me...
I wish to have more than one last post next to each forum (the column next to the forum column) not under all all forums i.e. forumlist...
sameerzx
11-25-2006, 02:41 AM
great hack and was helpfull for users in my site when it was 3.5.4 version
now i have 3.6.3 version and it not working in it .
q = does this hack work in 3.6.xx versions ...did anybody tried it .
i want this hack back in the forum ....thanx agine
vuiveclub_net
03-13-2007, 06:07 AM
How can I modify CSS class of every link of thread in Main forum, Sub forum, New forum ?
Smoothie
04-16-2007, 01:54 AM
This works on 3.6.5, for those that care. :)
Lilyandy
04-18-2007, 05:51 AM
3.0' On 9. Maral 2007 Add 4 Row and Thread Title info.(amend By Lilyandy)
vBulletin 3.6.5 OK
No Password
Downloads (https://vborg.vbsupport.ru/attachment.php?attachmentid=63307) English Only
Password: [Lilyandy休閒資訊網]
Download (https://vborg.vbsupport.ru/attachment.php?attachmentid=63308) Chinese Only
what would be perfect is to have forumids option via usercp for each user....
in another words, would be nice to have this cutomizable by user, so that user can customize forumids (maybe with forumdropdown) he desire to see latests treads from....
Thanks!!!
taydu
07-09-2007, 02:56 PM
very useful hack Developer. Can you add an option to limit how many latest thread it should pull from a specific forumid if multiple forumid is use.
I.E. in column 1 I wanted to display 10 latest thread from forum id 1 to 10 and only want 1 latest thread from each forum id.
taydu
07-09-2007, 05:28 PM
does anyone have it with 10 columns ??? thanks
vspro
08-15-2007, 04:39 PM
insyall : 3.0' On 9. Maral 2007 Add 4 Row and Thread Title info.(amend By Lilyandy)
3.6.8 w error : Fatal error: Call to undefined function: msubstr() in /homepages/19/d202650577/htdocs/V-Z/forum/index.php(63) : eval()'d code on line 124
and i hav a ques
when my theard hav a utf-8 char , it always show by ? sign
can u help me ?
shadowevil
02-21-2008, 04:55 AM
Does this work on vb 3.7.x ?? :)
kotlt99
08-09-2008, 04:20 PM
Does this work on vb 3.7.x ??
ckboy
12-04-2009, 02:36 PM
i can't install it for vbb 4.0
you can help me use it for vbb4.0?
Thanks!
stefke1974
01-13-2010, 10:54 AM
works on 3.8.4 :-)
just wondering, is it possible to show Sticky threads instead of normal threads?
thanks
stefke1974
01-13-2010, 02:01 PM
Anyone????
cowboy9892
12-15-2010, 10:59 AM
For Vbulletin 4.x
Read more : http://www.vedich.net/vn/threads/1131-Vbulletin-4.x-Last-X-threads-in-forumhome-forum-specific-forums?p=7361#post7361
Download attach!
da_judge
03-29-2012, 07:54 PM
To make work on any page
edit plugin...
change hook location to
global_start
;)
Tyran1
04-19-2012, 01:33 AM
Works with 3.8.7 thanks!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.