vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Blak-Ice V2 (https://vborg.vbsupport.ru/showthread.php?t=202123)

Sooner95 03-01-2009 04:45 PM

I have a couple of questions.

First, I can't seem to figure out how to change some of the column widths on the Forum. I'd like to make the "Last Post" column wider than it is. I thought it was in a template, Forum display template, but I can't seem to remember if that is correct or not.

And second. I love the Nav buttons, but I am horrible with graphics. I saw some had made a couple of buttons, and I'd like to request a few if possible. If they don't get made, it's no big deal.

I was looking for 5 total, if possible.

One with a clock on it..like regular analog clock.

One with a dogbone on it.

One with a Dollar sign?

One to represent a chatroom..

And one that has like a graph on it.

It would be greatly appreciated if anyone could help me out. Thanks again.

hoof 03-01-2009 09:25 PM

Quote:

Originally Posted by Sooner95 (Post 1757678)
I have a couple of questions.

First, I can't seem to figure out how to change some of the column widths on the Forum. I'd like to make the "Last Post" column wider than it is. I thought it was in a template, Forum display template, but I can't seem to remember if that is correct or not.

The template you are looking for is the forumhome_forumbit_level1_nopost
Find:
Code:

<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>

And adjust in percentages to what you would like it to be. For example and this I have not tested but to give you an idea on how to modify the code:
Code:

<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
        <tr align="center">
          <td class="thead" width="5%">&nbsp;</td>
          <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="25%">$vbphrase[last_post]</td>
          <td class="thead" width="10%">$vbphrase[threads]</td>
          <td class="thead" width="10%">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" width="0%">$vbphrase[moderator]</td>
  </if>

I'll see what I can come up with for the nav buttons :)

Sooner95 03-01-2009 10:48 PM

That's what it was..many thanks hoof!

I look forward to the additional nav buttons..greatly appreciated.

Sooner95 03-02-2009 12:05 PM

1 Attachment(s)
I have one more thing, I am trying to adjust, but can't seem to find the right template.

I want to adjust the columns on the thread lists and sub-forums, as seen in the screenshot posted.

Again, I appreciate it.

hoof 03-02-2009 09:45 PM

Quote:

Originally Posted by Sooner95 (Post 1758449)
I have one more thing, I am trying to adjust, but can't seem to find the right template.

I want to adjust the columns on the thread lists and sub-forums, as seen in the screenshot posted.

Again, I appreciate it.

You will have to match and adjust the same code as above on the forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post

Sooner95 03-02-2009 10:36 PM

Well, this one is driving me crazy..I tried to match the settings, though the code is a bit different between the forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post. Nothing ever changed though.

the thread lists columns never moved, no matter what I put in. And the sub-forum list at the top, I could only seem to manipulate the Forum title box by moving the title over to the right. The columns never moved or widened.

PHP Code:

<if condition="!$show['collapsable_forums']">
<
tbody>
</if>
<
script type="text/javascript">
function 
rollchange(n,forumname)
{
if (
== 0)
{
document.getElementById(forumname).style.background="#1f2020";
}
else if (
== 1)
{
document.getElementById(forumname).style.background="#242628";
}
}
</
script>
    <
tr align="center">
<
td class="alt2" width="48px"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]/></td>

        <
td class="alt1Active" colspan="1" align="$stylevar[left]id="f$forum[forumid]onmouseover="rollchange(1,'f$forum[forumid]')" onmouseout="rollchange(0,'f$forum[forumid]')">

        <
table cellpadding="0" cellspacing="0" border="0">
        <
tr>
            
            <
td><img src="$vboptions[cleargifurl]alt="" width="9" height="1" border="0" /></td>
            <
td>
            <
div>
                <
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                <if 
condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
            </
div>
            <if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if 
condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
            <if 
condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
            </
td>
        </
tr>
        </
table>

        </
td>
        <
td class="alt2" width="30%">$forum[lastpostinfo]</td>
        <
td class="alt1" width="10%">$forum[threadcount]</td>
        <
td class="alt2" width="10%">$forum[replycount]</td>
        <if 
condition="$vboptions['showmoderatorcolumn']">
        <
td class="alt1" width="0%"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
        </if>
    </
tr>

<if 
condition="!$show['collapsable_forums']">
</
tbody>
</if>

<if 
condition="$childforumbits">
<if 
condition="!$show['collapsable_forums']">
<
tbody>
</if>
    
$childforumbits
<if condition="!$show['collapsable_forums']">
</
tbody>
</if>
</if> 

That's what mine looks like, I left in some of the width tags, hoping at least those are in the right spots..also I am still running 3.5.4, if the code has changed sicne then..then if I'm better off waiting, then so be it.

Sooner95 03-03-2009 05:01 PM

I'm just going to upgrade my board to the latest this weekend, and then start working on this some more. I don't think there'd be alot of differences in these forum templates, but then again, maybe there is. I don't want that to be an issue and a waste of time for you.

dgkrob 03-03-2009 10:05 PM

Hey Guys,

Love this theme however i cannot get it to show on my vbadvanced page, It shows just fine on the forums page but not on my homepage {cmps_index.php}.

Ive tried deleting the style and re-uploading it but to no avail.

Any ideas??

Sooner95 03-03-2009 10:19 PM

In your adminCP.. CMPS settings, then Edit pages.

if your like me, you have one page set up, the default. When you go into edit that, you can change the Custom Style for that page. Possibly your board is set to use another style by default, thus your CMPS will use that still as well..

RedHacker 03-04-2009 06:53 AM

Quote:

Originally Posted by hoof (Post 1750703)
Here's a couple :) If you have a specific image in mind upload it and I'll put one together for you.

How to put in navbar...?Can create and icon for "Portal"....?Please......


All times are GMT. The time now is 07:01 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.03433 seconds
  • Memory Usage 1,793KB
  • 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
  • (1)bbcode_php_printable
  • (3)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