vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How do i add the image borders (https://vborg.vbsupport.ru/showthread.php?t=87672)

imported_shadow187 09-30-2003 12:50 PM

How do i add the image borders
 
1 Attachment(s)
Hi,

I would like to know how i add the image borders around added tables on forumhome !!

I've attached a screenshot about what i really mean

I can' t figure this one out by myself, so please help me on this one ??

Logikos 09-30-2003 05:01 PM

Are you talking about the bottom cat images?

imported_shadow187 09-30-2003 10:20 PM

Yes indeed m8 !!!

And also like the cat images arround a welcome panel and arround the shoutbox !!!!

GreetZ

Zachery 10-01-2003 12:46 AM

there are two ways to do this :\

search aroudn the forums for how to add catimages :)

ill work up a way to suround a forum in images :) tis a tad more complicated and diffuclut to achive correctly

esp in vb2

imported_shadow187 10-01-2003 09:37 AM

I don't really know what you mean by this ??

Can you explain maybe a little bit more please ??

-

Logikos 10-04-2003 12:16 PM

You need to have install Breaking up the categories from eachother, u find it here http://www.vbulletintemplates.com/m...s=&threadid=125



----Start----
  • Go to your ACP and open forumhome_forumbit_level1_nopost

Right at the top over </table> put this
Code:

<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/catbleft.jpg" border="0"></td>
<td align="center" background="{imagesfolder}/catbmiddle.jpg" width="100%"></a></td>
 
<td width="48"><img src="{imagesfolder}/catbright.jpg" border="0"></td>
</tr>
</table>

Save this

  • Now go to your forumhome temp and search for $forumbits
Put right below add this

Code:

<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/catbleft.jpg" border="0"></td>
<td align="center" background="{imagesfolder}/catbmiddle.jpg" width="100%"></a></td>
 
<td width="48"><img src="{imagesfolder}/catbright.jpg" border="0"></td>
</tr>
</table>

Thats it!
---Done---
btw thats not my mod i just couldnt find the thread.

[edit]If that doesnt work make sure that you dont have 2 </table></table> under each other[/edit]


All times are GMT. The time now is 10:54 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.01100 seconds
  • Memory Usage 1,720KB
  • 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)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