PDA

View Full Version : What's Going On AREA


Nintendo-Daily
11-16-2008, 03:55 AM
How do I add "view latest posts" to the What's Going On" area at the bottom of the board?

Lynne
11-16-2008, 04:04 AM
Have you tried just copying the link from the navbar into the area you want it in?

Nintendo-Daily
11-16-2008, 04:08 AM
I have no idea how do do that...lol

--------------- Added 1226847481 at 1226847481 ---------------

Someone please help me...I have looked everyowhere and I can't seem to find out how to do this. All I want is to have something in forum statistics area at the bottom of forumhome to show the latest posts with a link to follow to see a list of the latest posts.

Any ideas?

Nintendo-Daily
11-17-2008, 02:34 PM
bump...

I guess I just need someone to show me how to add a link to the statistics area at the bottom to show recent posts.

Lynne
11-17-2008, 03:24 PM
Have you done a search on "post*" "all mods" "titles only"? There are a few mods to show the Lastest X Posts.

Nintendo-Daily
11-17-2008, 03:42 PM
No, but I just did. The only thing I found from what looks relevant was another thread of you telling another member the same thing. I still haven't found anything.

Lynne
11-17-2008, 04:06 PM
Hmmm, when I search "post*" "all mods" "titles only", this is the sixth thread - Latest X Posts on Forum Home (https://vborg.vbsupport.ru/showthread.php?t=142759&highlight=post%2A)

Nintendo-Daily
11-17-2008, 04:13 PM
cool. I'll look into this. Thanks Lynne. Shouln't I just be able to edit the MAINFORUM Template though instead of having to install a plug-in? I was able to add an additional line underneath where it shows "Welcome to our newest member, XXXXX", but was unable to create a link in my line of text. I wanted it to look like this:

View the latest posts here

Lynne
11-17-2008, 04:28 PM
So all you want is a link, not the actual latest posts?

Something like:

View the lastest posts <a href="https://vborg.vbsupport.ru/search.php?do=getdaily">here</a>

That is to show the daily posts. If you want New Posts, then:

View the lastest posts <a href="https://vborg.vbsupport.ru/search.php?do=getnew">here</a>

Nintendo-Daily
11-17-2008, 08:55 PM
Awesome!! Thanks a bunch. I thought I did that but I obviously did not. Would someone mind testing it out for me and telling me if it works ok?

Lynne
11-17-2008, 10:17 PM
Awesome!! Thanks a bunch. I thought I did that but I obviously did not. Would someone mind testing it out for me and telling me if it works ok?
Hard to do when you haven't posted a link to your site. :)

Nintendo-Daily
11-17-2008, 10:45 PM
Yea...that might help...lol

Nintendo-Daily (http://www.Nintendo-Daily.com)

Lynne
11-17-2008, 11:23 PM
Well, it probably would work fine for someone who is logged in. However, as a Guest, I don't get any results (which is correct). You might want to do a condition for it:

<if condition="$show['guest']">
do the line for Today's Posts
<else />
do the line for New Posts
</if>

Nintendo-Daily
11-18-2008, 12:18 AM
WOW...are you saying that guests would actually be able to see the latest posts ONLY and if they want to reply, they would have to log in to do it? WOW...this would be cool if that's what you are talking about. Where would I add that condition Lynne?

Lynne
11-18-2008, 02:43 AM
What I was saying is that the New Posts link is showing to Guests but how can the software tell what posts are new for a Guest? It can't, so you get no results. That is why if you log out, you'll see that a New Posts link isn't shown in the navbar to Guests, but instead a Today's Posts link is shown. So I'm suggesting you replace the link you added earlier with the code I just posted so it shows the New Posts links to all users except the Guests who would instead see the Today's Posts link.

Nintendo-Daily
11-19-2008, 12:29 AM
where exactly would I add that condition though?

Lynne
11-19-2008, 03:17 AM
where exactly would I add that condition though?
What I was saying is that the New Posts link is showing to Guests but how can the software tell what posts are new for a Guest? It can't, so you get no results. That is why if you log out, you'll see that a New Posts link isn't shown in the navbar to Guests, but instead a Today's Posts link is shown. So I'm suggesting you replace the link you added earlier with the code I just posted so it shows the New Posts links to all users except the Guests who would instead see the Today's Posts link.

I don't know exactly where you added the link before, but replace it with the other code if you want to have a different link for Guests vs. Logging in users.