vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Dynamic thread title (https://vborg.vbsupport.ru/showthread.php?t=65123)

btappan 05-27-2004 11:28 AM

Sorry i'm new, but i don't understand this step. do i just replace the </tr>at the top and bottom of the page with:

</tr>
<tr>
<td class="alt2" colspan="6" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>

cuz i tried that and it did not work. anyone care to enlighten me? thanks

3- Search: </tr>
Replace with:
Code:

</tr>
<tr>
<td class="alt2" colspan="6" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>

Done!

Regards :)
alkahf[/QUOTE]

alkahf 05-27-2004 11:52 AM

Quote:

Originally Posted by btappan
Sorry i'm new, but i don't understand this step. do i just replace the </tr>at the top and bottom of the page with:

Well
Skip this step 3 and do that:
At the End of template insert this cod:
HTML Code:

<tr>
<td class="alt2" colspan="6" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>

Regards

btappan 05-27-2004 01:55 PM

thanks for the response but i still don't get any different effect when i use that. I' don't know if it is because i already modded my post bit or what?
ive tried clearing temporary internet files too, still no worky

alkahf 05-27-2004 03:41 PM

Quote:

Originally Posted by btappan
thanks for the response but i still don't get any different effect when i use that. I' don't know if it is because i already modded my post bit or what?
ive tried clearing temporary internet files too, still no worky

There is no problem If you modded your postbit template.
I Think the problem only with your temporary internet .
So try ask your members or give us your forum link.

Regards
alkahf

alhedayh 06-16-2004 09:22 PM

Thank You

cpt 06-20-2004 12:26 PM

search.php shows some errors ... Attachment

alkahf 06-20-2004 12:52 PM

Quote:

Originally Posted by cpt
search.php shows some errors ... Attachment

Hello
Try this please:
HTML Code:

<tr>
<td class="alt2" colspan="7" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>

Regards :)
alkahf

cpt 06-20-2004 01:16 PM

Quote:

Originally Posted by alkahf
Hello
Try this please:
HTML Code:

<tr>
<td class="alt2" colspan="7" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>

Regards :)
alkahf

Well, that is not a very good solution.

colspan="7"

is the right setting for the search.php but not for forumdisplay.php :-/

Natch 06-20-2004 11:34 PM

OK then do this instead ...
Code:

<tr>
        <td class="alt2" colspan="<if condition="$show['threadicons']"><if condition="$show['forumlink']">7<else />6</if><else />5</if>" id="abstract$thread[threadid]" style="display: none"><span class="smallfont">$thread[preview]</span></td>
</tr>


Taco John 07-17-2004 09:22 PM

Quote:

Originally Posted by 350Chevy
Also it adds a little space between the threads.. anyway of taking that space out? I liked it before when the threads were tight and close together.. *shrug*


Yes how do we get rid of this extra space between the threads now? It's distracting and looks chunky.

Is there a way to eliminate this extra space?


All times are GMT. The time now is 01:45 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.01148 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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