vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=231666)

elwizard 02-13-2012 09:45 PM

I'm not really sure this is a mistake from mod thanks. I've been also using this mod in other boards and i have never had a mistake, so, I'm thinking about the possibility of lang issue, not a mod issue.
If I change to English my board lang, your mod works perfect. So, that will mean something.
Anyway, I'm checking everything and discounting possible issues.

Hippy 02-13-2012 10:10 PM

well they just change the phrases to spanish
and leave it english with all psnaish phrases...
thats what your looking to do righy

elwizard 02-13-2012 10:12 PM

Nevermind. I found it. That's problem of the Spanish lang translation, not the mod. Mod works ok. Now I have to repair XML Spanish lang. Thank you anyway to all.

elwizard 02-13-2012 10:14 PM

No, all these mod phrases have been changed to Spanish. Either is the lack of some phrases or is a bad translation. All mod thanks phrases are ok. Problem came again when I installed spanish XML file.

Hippy 02-13-2012 11:06 PM

once you change it all can you post it so we can update the mod..
this will help others

thanks bud

elwizard 02-13-2012 11:34 PM

Ok. No problem ;)

bremereric 02-14-2012 08:23 PM

Quote:

Originally Posted by Hippy (Post 2298834)
dont uninstall just over write .. files and xml file ..or you will loose all thanks..
the update just removes the comented out search part you can do this



and no need to update

Here's what I see and what do I have to take out.

Code:

<h5 class="subsubsectionhead">{vb:rawphrase post_thanks_total_thanks}</h5>
<dl class="stats">
        <dt>{vb:rawphrase post_thanks_total_thanks}</dt>
        <dd>{vb:raw userinfo.post_thanks_user_amount_formatted}</dd>
</dl>
<ul class="group">
        <li>
        <vb:if condition="$userinfo[post_thanks_thanked_times] == 1">
                {vb:rawphrase post_thanks_time_post}
        <vb:else />
                <vb:if condition="$userinfo[post_thanks_thanked_posts] == 1">
                        {vb:rawphrase post_thanks_times_post, {vb:raw userinfo.post_thanks_thanked_times_formatted}}
                <vb:else />
                        {vb:rawphrase post_thanks_times_posts, {vb:raw userinfo.post_thanks_thanked_times_formatted}, {vb:raw userinfo.post_thanks_thanked_posts_formatted}}
                </vb:if>
        </vb:if>
        </li>
<!--        <li>
                <a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks&amp;u={vb:raw userinfo.userid}">{vb:rawphrase post_thanks_search_user, {vb:raw userinfo.username}}</a>
        </li>
        <li>
                <a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks_user_gave&amp;u={vb:raw userinfo.userid}">{vb:rawphrase post_thanks_search_user_gave, {vb:raw userinfo.username}}</a>
        </li>-->
</ul>


DS MrSinister 02-14-2012 08:27 PM

@bremereric

just remove those two things

<!--

also

-->

bremereric 02-14-2012 08:32 PM

Quote:

Originally Posted by DS MrSinister (Post 2299721)
@bremereric

just remove those two things

<!--

also

-->

I finally looked at without the horse blinders on and got it.

DS MrSinister 02-14-2012 08:35 PM

you will see

<!-- <li> and you will see </li>-->

delete <!-- and --> only leave <li> tags


All times are GMT. The time now is 11:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04368 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete