AI Assistant
Notifications
Clear all

[Solved] Customising templates - Show last topic title

4 Posts
2 Users
0 Reactions
1,428 Views
Posts: 15
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@markahunt)
Eminent Member
Joined: 4 years ago
[#48510]

Hi,

 

I've read through the docs on how to customise template that all seems to work, is there a Wpforo function reference I can use within the forum and topic.php files?

 

For example I'm using the Classic/Simplified template and when displaying the list of topics it shows a link to the last post, but I'd like it to show the last post title as well - be a bit more useful?

 

So I just need the function ref for extracting the last post title from a topic? For example.

 

Thanks,
Mark

wpForo Version
2.1.6
WordPress Version
6.1.1

3 Replies
Posts: 15
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@markahunt)
Eminent Member
Joined: 4 years ago

Specifically.... how do I update this code snippet from topic.php:

<div class="wpforo-topic-stat-lastpost"><span><?php wpforo_member_link( $last_poster, 'by' ); ?> <a href="<?php echo esc_url( $last_post['url'] ) ?>" title="<?php wpforo_phrase( 'View the latest post' ) ?>"><i class="fas fa-chevron-right fa-sx wpfcl-a"></i></a></span><br> <?php wpforo_date( wpfval( $last_post, 'created' ) ); ?></div>

to show the last topic title rather than just the link to the last post?

 

Thanks!


Chris
Posts: 3610
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@chris)
Famed Member
Joined: 5 years ago

Hi @markahunt,

I'm sorry, but theme customization is out of wpForo Support, if you want to customize your theme, you can contact Gvectors Custom Work Team with your request, consider the details and the cost of the work.

Contact Email: sales[at]gvectors.com


Posts: 15
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@markahunt)
Eminent Member
Joined: 4 years ago

Ok no problem... Thanks for the reply.


Share: