vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Truncate Thread Title + Username (https://vborg.vbsupport.ru/showthread.php?t=75280)

SS9267547 01-28-2005 04:42 AM

Truncate Thread Title + Username
 
I'm trying to get the thread title and username to truncate in the forumdisplay.php but I can't find any code for it, just for forumhome. Would any one know what I would have to strlen to make it work? Just want to have like 20 characters for them and then add '...' at the end. Thanks. :ermm:

SS9267547 01-29-2005 11:42 PM

So any body at all have a clue where to start? Which file to look at? forumdisplay.php? functions_forumdisplay.php? functions_forumlist.php?

miz 01-30-2005 12:40 AM

in forumdisplay :

FIND :

PHP Code:

         while ($thread $DB_site->fetch_array($threads))
        { 
// AND $counter++<$perpage)

            // build thread data
            
$thread =process_thread_array($thread$lastread$foruminfo['allowicons']); 

below Add :

PHP Code:

$thread['title'] = "newthread title"
/*
or as you code means
$titlecount = strlen($thread['title'])

if ($titlecount > 20)
{
$thread['title'] = cut the title here
}

*/ 


btw worng forum

SS9267547 01-30-2005 12:53 AM

Thanks for the reply. Sorry about posting here, which forum would have been bettter to ask?

Okay I just need to get more sleep beucase I had it working before just didn't, been upload the wrong files to the server lol. Anyway any one who needs those changes can go to the following links. :D

Username Hack: https://vborg.vbsupport.ru/showthread.php?t=75417
Thread Title Hack: https://vborg.vbsupport.ru/showthread.php?t=75418

miz 01-30-2005 02:52 PM

did you used my way ?

SS9267547 01-30-2005 08:33 PM

I couldn't get that to work, but I think that would be since I was uploading the wrong files which I noticed this morning, working to many hours lol. Thanks for your help tho!


All times are GMT. The time now is 07:03 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.01832 seconds
  • Memory Usage 1,721KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete