NV advanced last topic titles

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
najamd
Registered User
Posts: 15
Joined: Sun May 11, 2008 5:29 am
Location: Toronto, Canada
Contact:

Re: last post topic title

Post by najamd »

Isn't it doing that already?

I'm little confused.. Is this mod capable of working with the SEO Mod? I'm on my way with applying SEO mod to a forum that already has last post topic and having doubts all the way..
najamd
Registered User
Posts: 15
Joined: Sun May 11, 2008 5:29 am
Location: Toronto, Canada
Contact:

Re: last post topic title

Post by najamd »

It works!.. Advanced phpBB3 SEO mod Rewrite 0.4.2 and last post topic title work!.. 8-)
Thanks allot of the great mod!
voice903fm
Registered User
Posts: 111
Joined: Tue Oct 04, 2005 4:52 pm

Re: last post topic title

Post by voice903fm »

I did the mod install and it's not working. I purged the cache and it still did do anything. My board is still working fine but the mod didn't take. I'm using the 1.2.3 version of the mod.

Can someone one confirm I added the last part of the mod right.


<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> <!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><a style="font-weight: bold;" href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a><br /><!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><a style="font-weight: bold;" href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a><br /><!-- ENDIF -->
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF -->
Abab67
Registered User
Posts: 51
Joined: Sun Jun 22, 2008 6:33 am

Re: last post topic title

Post by Abab67 »

voice903fm wrote:I did the mod install and it's not working. I purged the cache and it still did do anything. My board is still working fine but the mod didn't take. I'm using the 1.2.3 version of the mod.

Can someone one confirm I added the last part of the mod right.


<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> <!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><a style="font-weight: bold;" href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a><br /><!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><a style="font-weight: bold;" href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a><br /><!-- ENDIF -->
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF -->
did u install it using the root\install_altt\install.php ?
voice903fm
Registered User
Posts: 111
Joined: Tue Oct 04, 2005 4:52 pm

Re: last post topic title

Post by voice903fm »

Duhhh no I didn't. I wasn't aware that I was suppose to. Did I miss that somewhere in the instructions?

It's working now. Thanks.
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: last post topic title

Post by nickvergessen »

voice903fm wrote:Duhhh no I didn't. I wasn't aware that I was suppose to. Did I miss that somewhere in the instructions?

It's working now. Thanks.
Yes, it's mentioned in the DIY-Instructions
No Support via PM
shahriar
Registered User
Posts: 76
Joined: Mon May 26, 2008 2:37 pm

Re: last post topic title

Post by shahriar »

:cry:

why its always the last topics?

i want to show individual posts subject
here is my forum

http://www.besttradesolution.com/forum/ ... um.php?f=2

how can i do it?

shahriar
Idire
Registered User
Posts: 4
Joined: Tue Jul 22, 2008 11:37 am

Re: last post topic title

Post by Idire »

I have the same problem others previously mentioned. When I select "no" in mod options for last post title nothing shows up at all. When yes is selected I get RE: topic title for all of them (i think thats correct) but I want to see the topic title instead.

I have 3.0.1, and i use prosilver

Did all the installs and edits correctly, and Yes I ran the install.php

ideas?
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: last post topic title

Post by nickvergessen »

which version did you install?
No Support via PM
Idire
Registered User
Posts: 4
Joined: Tue Jul 22, 2008 11:37 am

Re: last post topic title

Post by Idire »

the one from the first page of this post, v1.2.3
Fliggerty
Registered User
Posts: 90
Joined: Fri Jul 11, 2008 11:01 pm

Re: last post topic title

Post by Fliggerty »

Hello,

I set out to install this mod, but ran into a small problem with the file edits. I am running phpBB v3.0.0, so I am attempting to install v1.2.3 of this mod.

In the file includes/functions.php, it says to find this line:

Code: Select all

			$last_post_subject = $row['forum_last_post_subject'];
That line is not found in there anywhere. I suppose I might have changed it with another mod, though I'm not sure which, nor do I remember modifying this part of this file. Anyway, the closest I can find in there looks like this:

Code: Select all

		if ($row['forum_last_post_id'])
		{
			$last_post_subject = censor_text($row['forum_last_post_subject']);
			$last_post_time = $user->format_date($row['forum_last_post_time']);
			$last_post_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id_last_post'] . '&p=' . $row['forum_last_post_id']) . '#p' . $row['forum_last_post_id'];
		}
		else
		{
			$last_post_subject = $last_post_time = $last_post_url = '';
		}
So where exactly would I insert the new lines here?

Thanks for the help, and thanks for this mod!

--Fligg
Dennix
Registered User
Posts: 21
Joined: Sat Oct 13, 2007 11:39 pm

Re: last post topic title

Post by Dennix »

How do I install this?
Ive looked trough 7 pages in this topic now, but I just dont know where to start.
Where do I upload the stuff to that came out of the zip file?

(thanks in advance)
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: last post topic title

Post by nickvergessen »

Dennix wrote:How do I install this?
Ive looked trough 7 pages in this topic now, but I just dont know where to start.
Where do I upload the stuff to that came out of the zip file?

(thanks in advance)
Just open the install.xmkl with one of your browsers and follow all the Instructions.
Fliggerty wrote:Hello,

I set out to install this mod, but ran into a small problem with the file edits. I am running phpBB v3.0.0, so I am attempting to install v1.2.3 of this mod.

In the file includes/functions.php, it says to find this line:

Code: Select all

			$last_post_subject = $row['forum_last_post_subject'];
That line is not found in there anywhere. I suppose I might have changed it with another mod, though I'm not sure which, nor do I remember modifying this part of this file. Anyway, the closest I can find in there looks like this:

Code: Select all

		if ($row['forum_last_post_id'])
		{
			$last_post_subject = censor_text($row['forum_last_post_subject']);
			$last_post_time = $user->format_date($row['forum_last_post_time']);
			$last_post_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id_last_post'] . '&p=' . $row['forum_last_post_id']) . '#p' . $row['forum_last_post_id'];
		}
		else
		{
			$last_post_subject = $last_post_time = $last_post_url = '';
		}
So where exactly would I insert the new lines here?

Thanks for the help, and thanks for this mod!

--Fligg
you may take

Code: Select all

$last_post_subject = censor_text($row['forum_last_post_subject']);
but just for note, you may not be able to find the next part aswell, so just look for the same line without censor_text( than
No Support via PM
Dennix
Registered User
Posts: 21
Joined: Sat Oct 13, 2007 11:39 pm

Re: last post topic title

Post by Dennix »

I am trying to install it right now, but im stuck at step 5

Copy: root/install_altt/*.*
To: install_altt/*.*

What does *.* mean, and where can I find Install_altt, I know where to find it in the mod (under root) but where do I find the install_altt that has to do with my forum? because its not under /forum/

Sorry for my problably stupid questions, but im not really into this sort of things.
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: last post topic title

Post by nickvergessen »

*.* means all file (*.php would mean all php-file index.* would mean all files, named index, so * is a wildcard)
No Support via PM
Locked

Return to “[3.0.x] MOD Database Releases”