I wanted to post here with regard to the Advanced Last Topic Titles. Specifically, how it works - or in this case does not work - in combination with another mod.
Some time ago, David IQ from the phpBB forums was kind enough to make a specialized mod for a request of mine. I say "specialized" because it was never put forth as an actual mod in the modifications section. The story behind this mod is here.
To put it briefly, I had asked if there was a mod that could show the last two posters of a topic. In other words, instead of just showing the last post as made by "John", it would show it as "Mary, John"; meaning that Mary made a post before John.
The mod worked out well but I could only use it on the viewforum page. But the instructions that he gave for the index page made everything a little crazy in that the names of posters who had nothing to do with that particular topic were showing up as having posted in the topic.
The problem was narrowed down to the fact that I was using the 'Latest Topic Title mod of another phpBB forum member, "ABDev". The problem was not ABDev's mod, it was that the specialized mod also had to make changes in the code where the LTT had made changes.
Recently I updated the board with a new theme and all that and so I decided to use your ALTT mod. It works beautifully and I wondered if I could make the specialized mod work with it on the index page instead of only in viewforum. So, I went to the following section of code in forumlist_body.html:
- Code: Select all
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> <!-- IF S_ALTT_ACTIVE --><!-- IF forumrow.ALTT_LINK_NAME_SHORT --><a <!-- IF ALTT_STYLE -->style="{ALTT_STYLE}"<!-- ENDIF --> href="{forumrow.U_ALTT_LINK}" title="{forumrow.ALTT_LINK_NAME}">{forumrow.ALTT_LINK_NAME_SHORT}</a><!-- ELSE -->{L_ALTT_PROTECTED}<!-- ENDIF --><br /><!-- ENDIF --> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
When DavidIQ gave me the coding for this section I told him it wasn't like the basic prosilver one since it had been modified by ABDev's LTT. He said in that case all I had to do was replace this:
- Code: Select all
{forumrow.LAST_POSTER_FULL}
with this:
- Code: Select all
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> {L_POST_BY_AUTHOR}<!-- IF forumrow.SECOND_LAST_POSTER_FULL --> {forumrow.SECOND_LAST_POSTER_FULL},<!-- ENDIF --> {forumrow.LAST_POSTER_FULL}
As I already mentioned I tried it then and everything as mentioned before got confusing. I recently tried this same change of code with your ALTT and the effect was the same; it showed names of posters that had not posted in the topic and even showed the "Anonymous" poster such as "Anonymous, John".
Since you made the ALTT mod, I was wondering if you knew of a way in which the mod code that DavidIQ gave me for the index page could fit better with your ALTT code so it would show the correct names of the posters in the topic. By the way, DavidIQ worked this code out on prosilver without any totpic title mod and he said it worked perfectly. So, it seems all about the conflict of coding between the two mods.
Lastly, it would be all right if I could use the ALTT and the specialized mod only the index page rather than viewforum. I say that because in case you go to the thread on phpBB about this that I linked to you will see all the coding for viewforum too. It would be excellent to have both mods working well and on both pages, but if I can get 50% of the deal on the index page then I would be a happy camper.
Please excuse if this post was a little long but I figure best to explain it as clearly as possible.
Thank You
Daniel



