vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Latest Posts (https://vborg.vbsupport.ru/showthread.php?t=185636)

students_forum 02-20-2009 04:43 PM

how can I have the usernames appear in the musername format, please? :)

zero5854 03-17-2009 12:24 AM

can we get this to show how many replies too?

TheInsaneManiac 03-29-2009 03:10 AM

Why was this mod Quarantined?

Michael Biddle 03-29-2009 05:27 AM

Aliens?

A small XSS exploit was found. Please update to the latest version.

haytham 03-29-2009 09:54 AM

Quote:

Originally Posted by Michael Biddle (Post 1779533)
Aliens?

A small XSS exploit was found. Please update to the latest version.

Which is where?

OnyxChase 03-30-2009 01:15 PM

I would also like to know, as I have modified the code and I would have to re-do everything if I simply upgrade.

sparklywater 03-30-2009 02:52 PM

I have the same problem as OnyxChase above.

sparklywater 03-30-2009 04:26 PM

Is there a small change I can make to my current to correct the exploit?

Michael Biddle 03-30-2009 10:24 PM

It is a one line change in the main code plugin.

Find:

PHP Code:

$ppagetext $row['pagetext']; 

The new is:

PHP Code:

$ppagetext htmlspecialchars($row['pagetext']); 


tonyswifey 04-02-2009 08:04 PM

Installed :)

RedHacker 04-03-2009 07:52 AM

I update and enabled but not show last posts....

RedHacker 04-04-2009 12:49 PM

What happen with this modification..?Why dont show last posts....?

fogjuice 05-26-2009 03:06 AM

Hey this a great mod but 3 more things would make it beneficial:

1) Latest posts show up in bold if they are unread
2) Show view count.
3) Show reply count.

Is this possible?

ricardoNJ 05-27-2009 05:50 AM

What about the 3.8.2 vB users?
I'm thinking that this mod is waht I need.

https://vborg.vbsupport.ru/showthrea...96#post1817896

https://vborg.vbsupport.ru/showthread.php?t=214511

ricardoNJ 05-27-2009 05:56 AM

Apdate:
It works, but, what about if this show me every post like the link that I show you?

like that:

Per example:

Tread: PRESENTATIONS: Post: Hey, Hello by anyuser

PRESENTATIONS: Hey, Hello by exempluser
PRESENTATIONS: Hey, Hello by anyuser
PRESENTATIONS: Hey, Hello by exempluser
MOD CHANNEL: Any Help? by xxuser
MOD CHANNEL: Any Help? by Cloon
PRESENTATIONS: What'sup by Userwww

Something like that, in "stair"!

I Think that this is "obviously" necessary to have this kind of mod!

ewelin 06-03-2009 04:23 AM

Quote:

Originally Posted by Michael Biddle (Post 1645342)
You can try this:

It will show the latest 50 on this page: www.yoursite.com/misc.php?do=latest50

Note: It will use the same option as the latest x post value to either show/not show the page text.

Hello... I'm guessing you removed this... any chance I could get a copy as well? Thanks in advance.

JohorBahru 06-06-2009 06:14 PM

this mod is awesome, but I've upgraded to 3.8 :(
I'm wondering could i use this for 3.8 version??
I'm more used to this mod rather than other latest thread mod

so, could i use this mod for 3.8 version??

Michael Biddle 06-06-2009 08:38 PM

Yes

L-Mane 06-12-2009 04:02 AM

I installed this, but it showed at the top of my forum above the "What's Going On" area. When I manually put $latest under it on Forum Home temp it doesn't show. Am I doing something wrong here?

Michael Biddle 06-13-2009 04:03 AM

Use $platest please.

Also, please click install.

carforumsonline 06-23-2009 09:01 PM

I have just downloaded it and would like to know which template, and where in that template I'm to add it to please.

I'm new to all this so I apologize for my ignorance:confused:

Taragon 06-23-2009 10:49 PM

Quote:

Originally Posted by carforumsonline (Post 1835915)
I have just downloaded it and would like to know which template, and where in that template I'm to add it to please.

I'm new to all this so I apologize for my ignorance:confused:

You don't have to include anything to your templates, unless you'd choose a different position as the options will give you.

Currently, I believe those options are:
under navbar, under forum or above forum

The only thing to do is to install (and enable) the product

carforumsonline 06-24-2009 09:49 AM

When you say click install - Where is that option available to me? On my site (where) or on this forum?

Taragon 06-24-2009 09:54 AM

To install the product:

http://www.yoursite.com/admincp/
Plugins & Products
- Manage Products and select [Add/Import Product]

To go to the features:
http://www.yoursite.com/admincp/
vBulletin Options
- vBulletin Options
-- Latest Posts

carforumsonline 06-24-2009 12:18 PM

Quote:

Originally Posted by Taragon (Post 1836297)
To install the product:

http://www.yoursite.com/admincp/
Plugins & Products
- Manage Products and select [Add/Import Product]

To go to the features:
http://www.yoursite.com/admincp/
vBulletin Options
- vBulletin Options
-- Latest Posts

Taragon - Thanks very much!:up:

I just wish that all mods were as easy to install.

Thanks again - Its an awesome mod!

Michael Biddle 07-01-2009 01:27 AM

Please click install if you use.

students_forum 09-11-2009 09:37 PM

Quote:

Originally Posted by Michael Biddle (Post 1840491)
Please click install if you use.

Michael, I have an interesting scenario on my forum.
Basically, there is a forum where members can talk to staff and only see their threads they started ... is it possible to make an alteration so that instead of seeing all latest posts in that forum ... they only see the ones they started IN THAT forum?
Gosh, I hope you got what I was trying to say! heh!

Michael Biddle 09-12-2009 05:22 AM

So you want this to show the latest replies to threads they make in a specific forum?

students_forum 09-12-2009 09:44 PM

Quote:

Originally Posted by Michael Biddle (Post 1883509)
So you want this to show the latest replies to threads they make in a specific forum?

yeah but only in that forum ... but otherwise to work as it ...

Michael Biddle 09-13-2009 02:08 AM

What does only in that forum mean?

students_forum 09-13-2009 12:34 PM

Quote:

Originally Posted by Michael Biddle (Post 1883908)
What does only in that forum mean?

well, using the model below:

Forum 1 - Can only see threads you start
Forum 2 - Can see anything
Forum 3 - Can see anything
Forum 4 - Can see anything

Basically, the mod shows all of the latest posts, but in forum 1, it shows all of the posts even in the threads they are not supposed to see ... I was hoping there was a way to make them see posts from Forum 1 only if it is from their threads ...

ArcadeSyndicate 10-09-2009 03:01 PM

is there any way to let this show up on other vb-pages like ibpro arcade?

thank you :)

linuxututs 10-16-2009 08:38 PM

Thank you for this Great Mod.

I love the fact you can choose where to put it yourself etc...

Thanks,

Michael Biddle 10-16-2009 09:28 PM

Glad you like it!

Zylantex 11-15-2009 11:55 PM

Firstly thank you for this excellent mod.

I run a humour forum which has a main forum, and a handful of smaller off-topic forums.

I would like it if I could have 2 seperate tables. The first table would show the latest 20 posts from the main forum, and the second table would show the latest 20 posts from all of the other forums combined.

Would this require a major rewrite or could I achieve it by making smaller modifications to the plugin?

Any help appreciated.

autje 11-18-2009 08:24 AM

Does the Location "Under Forum" mean it will show the last post under every top-level forum on my forumhome?

Ldoppea 11-25-2009 09:36 PM

Hi,

Will you port this product to vb4?

royong 11-30-2009 06:26 AM

is there a way to make this mod display multiple post from a single thread ?
for example, if i were to setup such that i want to display the latest 5 posts on the forum home, and the posts on all my forums as follows

1001hrs ... Thread01Post01
1002hrs ... Thread02Post01
1002hrs ... Thread03Post03
1002hrs ... Thread10Post01
1002hrs ... Thread09Post01
1003hrs ... Thread01Post02
1004hrs ... Thread01Post03
1005hrs ... Thread01Post04

If based on time, the 5 posts that should get displayed are
Thread01Post04
Thread01Post03
Thread01Post02
Thread09Post01

but this ISNT the case ... i get the following instead
Thread01Post04
Thread09Post01
Thread10Post01
Thread02Post01
Thread03Post03

any advice?

Painful 12-12-2009 02:38 PM

Doesnt works pretty fine for me.
It does the linking false. Its displaying
the Lastest Threads / posts but its linking
them like this --> http://www.vbulletin.org/vbulletin/f...play.php?f=228
instead of:
https://vborg.vbsupport.ru/forumdisplay.php?f=228

Would be nice if you would tell me how to fix that of course ill also mark is as installed than

Raptor 12-16-2009 08:51 PM

Is it possible to add how many replies and thread views attached to that post in a column

I should add this works just fine with vb3.8.4 so those who are having problems its either your setup or you simply did something wrong.


All times are GMT. The time now is 08:19 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01338 seconds
  • Memory Usage 1,817KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete