MyBB.de Forum
forumbit_depth1_forum_lastpost Ändern auf Post - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html)
+--- Thema: forumbit_depth1_forum_lastpost Ändern auf Post (/thread-34707.html)



forumbit_depth1_forum_lastpost Ändern auf Post - Vespa - 09.06.2017

Hallo an alle,

ich bitte die Profis um eine kleine Hilfe.

in der forumbit_depth1_forum_lastpost steht folgender Code:
PHP-Code:
<span class="smalltext">

<
a href="{$lastpost_link}title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<
br />{$lastpost_date}
<
br />{$lang->forumbit_lastpost} {$lang->by} {$lastpost_profilelink}</span


Nun möchte ich gerne den last_post Link auf {$lang->forumbit_lastpost} setzen.
Das ist ja kein Problem.

Dann möchte ich gerne einen Link auf "das erste Posting im betroffenen Thread" auf {$lastpost_subject} setzen.
Ich schaffe das einfach nicht. Oder geht das gar nicht?

Vielen Dank