Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
Dynamic thread title Details »»
Dynamic thread title
Version: 1.00, by alkahf alkahf is offline
Developer Last Online: Mar 2014 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 05-13-2004 Last Update: Never Installs: 35
 
No support by the author.

Dynamic thread title - Version 1.0.1

This is small hack and very nice.
You need to change 1 file and 1 template.


screenshot : Look attachment.
Demo : http://www.mobileforces.org/forums/forumdisplay.php?f=6


Best Regards
alkahf

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 05-27-2004, 11:28 AM
btappan's Avatar
btappan btappan is offline
 
Join Date: May 2004
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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]
Reply With Quote
  #33  
Old 05-27-2004, 11:52 AM
alkahf alkahf is offline
 
Join Date: Mar 2004
Location: Moscow
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #34  
Old 05-27-2004, 01:55 PM
btappan's Avatar
btappan btappan is offline
 
Join Date: May 2004
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #35  
Old 05-27-2004, 03:41 PM
alkahf alkahf is offline
 
Join Date: Mar 2004
Location: Moscow
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #36  
Old 06-16-2004, 09:22 PM
alhedayh alhedayh is offline
 
Join Date: Jun 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank You
Reply With Quote
  #37  
Old 06-20-2004, 12:26 PM
cpt cpt is offline
 
Join Date: Oct 2003
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

search.php shows some errors ... Attachment
Reply With Quote
  #38  
Old 06-20-2004, 12:52 PM
alkahf alkahf is offline
 
Join Date: Mar 2004
Location: Moscow
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #39  
Old 06-20-2004, 01:16 PM
cpt cpt is offline
 
Join Date: Oct 2003
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 :-/
Reply With Quote
  #40  
Old 06-20-2004, 11:34 PM
Natch's Avatar
Natch Natch is offline
 
Join Date: Nov 2002
Location: Australia
Posts: 851
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #41  
Old 07-17-2004, 09:22 PM
Taco John Taco John is offline
 
Join Date: Nov 2002
Location: ddddd
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09101 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_html
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete