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)

Mastergumble 04-29-2010 09:49 AM

The mod is currently unsupported and without reusable code...

Maybe some one got the permissions to keep this alive but so far no info at all.

popcornic 04-29-2010 11:59 AM

Quote:

Originally Posted by riskofficer (Post 2028026)
I've got the same question, default table too big, and default font too huge.


Why is this mod not supported now? Whats wrong?

I'd also like to know how to change/reduce the size of the font in the
"The Following X Users Say Thank You to Y For This Useful Post:"

Once there are several thanks in one page it becomes a nuisance.

djbaxter 04-29-2010 12:12 PM

Change font size (https://vborg.vbsupport.ru/showpost....&postcount=560 ):

In post_thanks_postbit find:

Code:

<h2 class="<vb:if condition="!$vboptions['legacypostbit']">post</vb:if>title">
If you're using the legacy (vertical) postbit template: change the word "title" to "bitlegacy"

Otherwise change the word "title" to "content".


Align Left (https://vborg.vbsupport.ru/showthrea...50#post1993250 ):

Below is what I have in my post_thanks_postbit_info file and we've no alignment issues anymore

You want to set the 3 lines to be {vb:stylevar left}

Code:

<vb:if condition="$post['userid']">
        <dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
        <vb:if condition="$post['post_thanks_thanked_times'] == 1">
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
        <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
        <vb:else />
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
        </vb:if>
</vb:if>


popcornic 04-29-2010 12:35 PM

Thanks but I've already tried the change to "title"/"bitlegacy" and it's not a good solution for me.

I wanted to know if there's any way to make the changes more flexible, for example:

- Smaller font that is bold
- Different color
- Different font (Times, Calibri, Verdana etc.)

popcornic 05-02-2010 09:17 AM

Quote:

Originally Posted by popcornic (Post 2029000)
Thanks but I've already tried the change to "title"/"bitlegacy" and it's not a good solution for me.

I wanted to know if there's any way to make the changes more flexible, for example:

- Smaller font that is bold
- Different color
- Different font (Times, Calibri, Verdana etc.)

Bump :confused:

vikris 05-02-2010 01:06 PM

Quote:

Originally Posted by FractalizeR (Post 2026905)
Anyone have the function of finding all thanked posts working without database errors?

I hope this will be worked up. The workaround posted: https://vborg.vbsupport.ru/showpost....&postcount=762 is with very limited functionality :(

grc 05-04-2010 07:32 PM

Quote:

Originally Posted by vikris (Post 2030548)
I hope this will be worked up. The workaround posted: https://vborg.vbsupport.ru/showpost....&postcount=762 is with very limited functionality :(

I agree. When I stumbled upon the workaround I hoped it was very temporary.

I'm not a coder and when I looked at Abe's code for the search function I could tell what was going on, but trying to modify it to work with vB4 is way beyond my capability.

I hope someone will be interested in continuing this project. It's one of the top ranked mods on vb.org and it's a real shame to see it go away.

War.Frog 05-04-2010 07:54 PM

Abe1 is back and has released some new mods, so hopefully he'll revisit this for fixes.

Dave-M 05-04-2010 10:03 PM

Does anyone know how to make the "thanked by" box smaller? I've done the fixes in this thread to make the font smaller and not bold, but the box is still mahoosive!

Thanks.

Abe1 05-04-2010 10:49 PM

Quote:

Originally Posted by War.Frog (Post 2031801)
Abe1 is back and has released some new mods, so hopefully he'll revisit this for fixes.

Yes, I am back ... at least for now. Every time I looked at the search code vb has now, I curse them out. vB, has totally re-written most of it's code. Not just the search, but almost every part of the code is a mess. Everything use to be so clean and neat. Now everything is all over the place and written on a level that most PHP developers would need hours to understand.

Will the search come back? I dont know. I blocked out the old search which doesn't work now and when I'm in an already bad mood, maybe i'll take another peak.

I release some of my other hacks so I can get my feet wet. Hopefully it will work.


All times are GMT. The time now is 11:57 AM.

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.03679 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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