The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

In "Latest topics" widget doesn't appear the user-names !

5 posters

Go down

Solved In "Latest topics" widget doesn't appear the user-names !

Post by Guest September 23rd 2010, 10:05 pm

Hi bye In my forum I have a problem , in "Latest topics" widget doesn't appear the user-names TT My forum www.fr3shpedia.net , forum versions - phbb2 ! Please fix it Wink
In "Latest topics" widget doesn't appear the user-names ! K3ppw4

Thanks ,
The God (Alex) Razz


Last edited by The God on September 25th 2010, 9:08 am; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Sanket September 23rd 2010, 10:11 pm

It happened to one more user, i will report the problem.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Guest September 23rd 2010, 10:14 pm

Sanket wrote:It happened to one more user, i will report the problem.

Ok thx Sanket Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Maki1 September 23rd 2010, 10:15 pm

I saw that but is ok in phpBB3
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Guest September 24th 2010, 6:41 pm

Maki1 wrote:I saw that but is ok in phpBB3

But in phbb2 isn't TT
avatar
Guest
Guest


Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Jophy September 25th 2010, 3:29 am

The issue has been reported by Sanket Wink
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Darren1 September 25th 2010, 6:31 am

Hi,

Zoids, in fact it's actually corrected Wink

God, I know you have personalised templates, so here is what you are required to do:

Dauclem wrote:For personal templates (Portal> Mod_recent_topics), two modifications:

In Part BEGIN scrolling_row change the code between <! - Recent_topic_row BEGIN -> by:
Code:
<!-- BEGIN recent_topic_row -->
 &raquo;&nbsp;<a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.U_TITLE}" title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a>
 
 <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;
 
 <!-- BEGIN switch_poster -->
 <a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a><br /><br />
 
 
 <!-- END switch_poster -->
 
 <!-- BEGIN switch_poster_guest -->
 {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}<br /><br />
 <!-- END switch_poster_guest -->
 
 <!-- END recent_topic_row -->

And an additional edit:


in the BEGIN classical_row, replaced the contents of BEGIN by recent_topic_row
Code:
<!-- BEGIN recent_topic_row -->
 &raquo; <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a>
 {BY}&nbsp;
 
 <!-- BEGIN switch_poster -->
 <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
 <!-- END switch_poster -->
 
 <!-- BEGIN switch_poster_guest -->
 {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
 <!-- END switch_poster_guest -->
 
 {ON} {classical_row.recent_topic_row.S_POSTTIME}<br /><br />
 
 
 
 
 
 <!-- END recent_topic_row -->

That should correct the bug loove

Or if you rather, record you're modifications, delete the template & re do your modifications.


The occurrence of this bug is caused by a minor CSS update to improve the performance of the forums, don't ask me how the templates & CSS are related issues lol/
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by skiller0506 September 25th 2010, 8:03 am

Darren1 wrote:Hi,

Zoids, in fact it's actually corrected Wink

God, I know you have personalised templates, so here is what you are required to do:

Dauclem wrote:For personal templates (Portal> Mod_recent_topics), two modifications:

In Part BEGIN scrolling_row change the code between <! - Recent_topic_row BEGIN -> by:
Code:
<!-- BEGIN recent_topic_row -->
 &raquo;&nbsp;<a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.U_TITLE}" title="{scrolling_row.recent_topic_row.L_TITLE}">{scrolling_row.recent_topic_row.L_TITLE}</a>
 
 <img src="{ICON_TIME}" alt="" />{scrolling_row.recent_topic_row.S_POSTTIME} {BY}&nbsp;
 
 <!-- BEGIN switch_poster -->
 <a onmouseover="document.getElementById('comments_scroll_container').stop();" onmouseout="document.getElementById('comments_scroll_container').start();" href="{scrolling_row.recent_topic_row.switch_poster.U_POSTER}">{scrolling_row.recent_topic_row.switch_poster.S_POSTER}</a>

 
 
 
 <!-- END switch_poster -->
 
 <!-- BEGIN switch_poster_guest -->
 {scrolling_row.recent_topic_row.switch_poster_guest.S_POSTER}

 
 <!-- END switch_poster_guest -->
 
 <!-- END recent_topic_row -->

And an additional edit:


in the BEGIN classical_row, replaced the contents of BEGIN by recent_topic_row
Code:
<!-- BEGIN recent_topic_row -->
 &raquo; <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a>
 {BY}&nbsp;
 
 <!-- BEGIN switch_poster -->
 <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
 <!-- END switch_poster -->
 
 <!-- BEGIN switch_poster_guest -->
 {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
 <!-- END switch_poster_guest -->
 
 {ON} {classical_row.recent_topic_row.S_POSTTIME}

 
 
 
 
 
 
 <!-- END recent_topic_row -->

That should correct the bug loove

Or if you rather, record you're modifications, delete the template & re do your modifications.


The occurrence of this bug is caused by a minor CSS update to improve the performance of the forums, don't ask me how the templates & CSS are related issues lol/

Hello Daren !
please tell me how to edit the " Mod_recent_topics ". i can't edit it to change the code u gave.
please tell me step by step.
thanks u so much
avatar
skiller0506
New Member

Posts : 1
Reputation : 0
Language : English

Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Guest September 25th 2010, 9:07 am

Thx Darren1 , my problem is solved Love
avatar
Guest
Guest


Back to top Go down

Solved Re: In "Latest topics" widget doesn't appear the user-names !

Post by Sanket September 25th 2010, 2:01 pm

Since this thread is marked solved, I will lock this thread.
In "Latest topics" widget doesn't appear the user-names ! 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum