vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Need Code to Add 1 Pixel Borders to Forum and Thread List (https://vborg.vbsupport.ru/showthread.php?t=198154)

SolarTalk 12-06-2008 06:43 PM

I figured out the problem, I just need to figure out the correct place to put the "alt1" and "alt2" tags. They are set up with the border and color, but just can't place them right.

I go style manager > edit templates > forum home templates > then choose the file that I'm seeing under the "view source" but it's different when I'm trying to edit the actual file.

Here is the code for "forumhome_lastpostby" where would I put the "alt2" tag?

PHP Code:

<if condition="$show['lastpostinfo']">
<
div class="smallfont" align="$stylevar[left]">
    <
div>
        <
span style="white-space:nowrap">
        <if 
condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]alt="$icon[title]border="0" /></if>
        <if 
condition="$lastpostinfo['prefix']">
            
$lastpostinfo[prefix]
            </
span><if condition="is_browser('safari')"><!--bug#24775-->&nbsp;</if>
            
<span style="white-space:nowrap">
        </if>
    <
a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a></span>
    </
div>
    <
div style="white-space:nowrap<if condition="is_browser('ie'6)">; float:$stylevar[left]</if>">
        <
phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </
div>
    <
div align="$stylevar[right]style="white-space:nowrap">
        
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
        <
a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]border="0" /></a>
    </
div>
</
div>
<else />
<
div class="smallfont" align="$stylevar[right]">
    
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
    <
a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]border="0" /></a>

</
div>

</if> 


Lynne 12-06-2008 07:13 PM

You should not have to modify the forumhome_lastpostby template. The columns are included in the template that calls that template (look for the <td> tags around $lastpostby or whatever the call is for that template).

SolarTalk 12-06-2008 07:41 PM

sorry lynne, but I'm losing you.

I tried to put the <td class="alt2"> tag in various places in the "forumhome_lastpostby" template and it worked, but it just through off the rest of the tables.

I did the same thing to another template, and it worked. If you look at the site, you'll notice the background color and border on the far left where the icons are work fine, i'm just having problems how to fix the other columns.

could you please explain what you meant in a different way? i would appreciate it!

Lynne 12-06-2008 07:51 PM

You cannot just add a td tag into someplace. You need to just add the class="alt2" into *existing* td tags. It looks like you need to modify the forumhome_forumbit_level2_nopost template and add in the class. Look at this line, you have an empty place in where the class should be (highlighted in red):
Code:

<!-- BEGIN TEMPLATE: forumhome_forumbit_level2_post -->
<tr align="center">
    <td class="alt1"><img src="web/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_13" /></td>
    <td class="" align="left" id="f13">
        <div>
            <a href="forumdisplay.php?f=13"><strong>Member Welcome</strong></a>
           
        </div>
        <div class="smallfont">New to Solar Panel Talk? Come in and introduce yourself.</div>
       
       
    </td>
    <td class="" nowrap="nowrap"><!-- BEGIN TEMPLATE: forumhome_lastpostby -->

<div class="smallfont" align="left">

You need to change those to class="alt2" (alt1 would make it white, I think)

SolarTalk 12-06-2008 08:02 PM

see i noticed that missing tag too, but when I go to the "forumhome_forumbit_level2_nopost" template it isn't there. thats why i'm confused. do you think it was named wrong?

This is what the template "forumhome_forumbit_level2_nopost" looks like:

PHP Code:

<tr>
    <
td class="tcat"><span class="smallfont">&nbsp;</span></td>
    <
td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>">
        <
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
        <if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
        <if 
condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
    </
td>
</
tr>
$childforumbits 



This is what "forumhome_forumbit_level2_post" looks like: (i added the "alt1" right there in the beginning and replaced "$rowClass" that was there previously. thats what made the background color and border work on the icons that are on the left of the table

PHP Code:

<tr align="center">
    <
td class="alt1"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]/></td>
    <
td class="$rowClassalign="$stylevar[left]id="f$forum[forumid]">
        <
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>
    <
td class="$rowClassnowrap="nowrap">$forum[lastpostinfo]</td>
    <
td class="$rowClass">$forum[threadcount]</td>
    <
td class="$rowClass">$forum[replycount]</td>
    <if 
condition="$vboptions['showmoderatorcolumn']">
    <
td class="$rowClass"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
    </if>
</
tr>
$childforumbits 


Lynne 12-06-2008 08:32 PM

Quote:

Originally Posted by SolarTalk (Post 1679822)
This is what "forumhome_forumbit_level2_post" looks like: (i added the "alt1" right there in the beginning and replaced "$rowClass" that was there previously. thats what made the background color and border work on the icons that are on the left of the table

This is the third line in your "forumhome_forumbit_level2_post" template:
HTML Code:

<td class="$rowClass" align="$stylevar[left]" id="f$forum[forumid]">
Change it to:
HTML Code:

<td class="alt1" align="$stylevar[left]" id="f$forum[forumid]">
And do similar to other columns like that.

SolarTalk 12-06-2008 09:23 PM

Thanks so much for your patience and help Lynne. I got it figured out thanks to you and I also learned a ton. Thanks again!

Lynne 12-06-2008 09:24 PM

It looks very nice! :up:


All times are GMT. The time now is 04:14 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.02597 seconds
  • Memory Usage 1,808KB
  • 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_html_printable
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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