Thanks button is not showing in Viewtopic

Hier kommen die Support Anfragen für phpBB 3.0.x MODs hinein.
Antworten
gch5185
Beiträge: 3
Registriert: 13. Mai 2009 08:39
Hat sich bedankt: 0
Danksagung erhalten: 0

Thanks button is not showing in Viewtopic

Beitrag von gch5185 »

Your phpBB Version: 3.0.
Your phpBB Type: Standard phpBB (also called Vanilla (phpBB2) or Olympus (phpBB3))
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://mobile38.com/viewtopic.php?f=3&p=1840#p1840

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I have installed Thank You Mod (Hide Compatible) but the thank you button is not showing in viewtopic even though I have enabled the mod in the specific forum setting. For your information, I'm using AeroBlue template.
Zuletzt geändert von gch5185 am 13. Mai 2009 12:35, insgesamt 1-mal geändert.
gch5185
Beiträge: 3
Registriert: 13. Mai 2009 08:39
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: Thanks button is not showing in Viewtopic

Beitrag von gch5185 »

Part of my Viewtopic_body.html

Code: Alles auswählen

                            <!-- IF not S_IS_BOT -->
                            <div class="profile-icons">
                                <!-- IF postrow.U_DELETE --><div class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></div><!-- ENDIF -->
                                <!-- IF postrow.U_WARN --><div class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></div><!-- ENDIF -->
                                <!-- IF postrow.U_INFO --><div class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></div><!-- ENDIF -->
                                <!-- IF postrow.U_REPORT --><div class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></div><!-- ENDIF -->
                                <!-- IF THANKS_ENABLE -->
                                <!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><div class="thanks-icon"><a href="{postrow.U_THANKS}" title="{L_THANKS1}"><span>{L_THANKS1}</span></a></div><!-- ENDIF --><!-- ENDIF -->
                                <!-- IF postrow.U_EDIT --><div class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></div><!-- ENDIF -->
                            	<!-- IF postrow.U_QUOTE --><div class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></div><!-- ENDIF -->
							</div>
                            <!-- ENDIF -->
Benutzeravatar
Mahony
Site Admin
Site Admin
Beiträge: 792
Registriert: 3. Dez 2006 22:09
Hat sich bedankt: 22 Mal
Danksagung erhalten: 6 Mal

Re: Thanks button is not showing in Viewtopic

Beitrag von Mahony »

Hello
Have you clear your cache?

Best regards: Mahony
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.

Bild
gch5185
Beiträge: 3
Registriert: 13. Mai 2009 08:39
Hat sich bedankt: 0
Danksagung erhalten: 0

Re: Thanks button is not showing in Viewtopic

Beitrag von gch5185 »

Yes. I did that several times, may I know which parts goes wrong? From the installation there, you're using <li> for the thank button and I changed it to <div> and both <li> and <div> are not working. Can you help me to check it out?
Benutzeravatar
Mahony
Site Admin
Site Admin
Beiträge: 792
Registriert: 3. Dez 2006 22:09
Hat sich bedankt: 22 Mal
Danksagung erhalten: 6 Mal

Re: Thanks button is not showing in Viewtopic

Beitrag von Mahony »

Hello
<div> should not be the problem. Check again the changes in the files.

Best regards: Mahony
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
Klug ist, wer nur die Hälfte von dem glaubt, was er hört. Weise ist, wer erkennt, welche Hälfte richtig ist.

Bild
Antworten