vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   project tools variable (https://vborg.vbsupport.ru/showthread.php?t=155594)

FreshFroot 08-18-2007 06:57 PM

project tools variable
 
where would I be able to edit the type_counts variable? I looked in the phrase system, but didn't see it anywhere.

basically I'm customizing and used the $type_counts variable, however, I'm trying to center the whole thing eg. task,bug,features but it seems only those words are centered and the actual number's aren't.

example:



Task
0
Bug
0
Features
0
doesn't exactly look like it, but basically the letters are centred, however the numbers are ALL the way on the right. It seems like I can't center the numbers via template edit.

Code:

tr align="center">
 <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="" border="0" /></td>
 <td class="alt1Active" align="$stylevar[left]">
  <div>
  <if condition="$project['forumtitle']">
    <a href="project.php?$session[sessionurl]projectid=$project[projectid]"><strong>$project[forumtitle]</strong></a>
  <else />
    <span class="shade">$vbphrase[project]</span> <a href="project.php?$session[sessionurl]projectid=$project[projectid]"><strong>$project[title]</strong></a>
  </if>
  </div>
  <if condition="$project['summary']"><div class="smallfont">&nbsp; $project[summary]</div></if>
 </td>
 <td class="alt2 smallfont" align="$stylevar[center]" nowrap="nowrap">
 <div align="$stylevar[center]">$type_counts
</strong></a></div>
  <if condition="$project['lastactivitydate']">
  <div>$project[lastactivitydate] <span class="time">$project[lastactivitytime]</span></div>
  <else />
  <div align="center">$vbphrase[n_a]</div>
  </if>
 </td>
  <if condition="$vboptions['showmoderatorcolumn']">
  <td class="alt1"><div class="smallfont">&nbsp;</div></td>
 </if>
</tr>


FreshFroot 08-20-2007 08:21 PM

anyone use this yet?

Opserty 08-20-2007 08:42 PM

Look at the source code :p

PHP Code:

eval('$type_counts .= "' fetch_template('pt_projectbit_typecount') . '";'); 

Look for the pt_projectbit_typecount template and try editing that.

It was a pain in the neck trying to fix it up for our custom forums its not as easy as for standard vBulletin so you have to try maybe more often then you are used to, to find something that works.

FreshFroot 08-24-2007 03:30 AM

Quote:

Originally Posted by Opserty (Post 1321873)
Look at the source code :p

PHP Code:

eval('$type_counts .= "' fetch_template('pt_projectbit_typecount') . '";'); 

Look for the pt_projectbit_typecount template and try editing that.

It was a pain in the neck trying to fix it up for our custom forums its not as easy as for standard vBulletin so you have to try maybe more often then you are used to, to find something that works.

hey thanks a lot!

yeah I didn't know if it would be in the file at all. I'll look into it and see what I do.

Thanks again Opserty, appreciate it :)


All times are GMT. The time now is 12:00 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.00936 seconds
  • Memory Usage 1,726KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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