vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   custom border image around images created with [img] tags (https://vborg.vbsupport.ru/showthread.php?t=125276)

bhxtyrant 08-29-2006 11:33 PM

custom border image around images created with [img] tags
 
Hey guys,Hope this is the right place but i am trying to do something but am in the dark on how.

Basically i want to edit the default code used to [img] tags.I would basically like to add my own custom border image to it so when an image is posted using the [img] tags the border will be displayed around images.However i am unsure of how to go about this.I know how to code it i just dont know there to find the code that does this.Any help would be great.Thanks

The-Ensemble 08-30-2006 12:20 AM

I'd suggest creating a BB code. Much easier and then you can always create various version and borders with bb codes :P

bhxtyrant 08-30-2006 01:02 AM

EDIT:After thinking this over more i think you are right.So that leaves one question.I created a custom BB code which works for displaying images with the border i wanted.However i havent got a clue on how to make images "clickable links" so a thumbnail can direct to the full image.Any help would be great.

bhxtyrant 08-31-2006 03:07 AM

bump

The-Ensemble 08-31-2006 12:41 PM

well thats a toughish one.
Why not link the image to the thumbnail, so a thumbnail shows up and link that thumbnail to the full image?

bhxtyrant 08-31-2006 02:47 PM

Hello again,
Thats actually what i am trying to do but either i did something wrong or it isnt working correctly.When i add the thumnail image that works fine but when i try to link it to the full image it just wont work and messes up the custom bb tags.Could you perhaps post an example so i can double check to see if mine is correct?

The-Ensemble 08-31-2006 03:06 PM

Now I'm getting kinda confused try to sort this one out. I'm thinking maybe create a justify box, and insert your thumbnail inside it, So the border wraps around it leaving no gaps and have the thumnail linked to full sized image using a [url=http://blah.com/blah.jpg[/url] around the img coding.

bhxtyrant 08-31-2006 09:11 PM

This is the code i am using for my custom BB code.It works fine for images/thumbnails but it will no work when trying to add a hyperlink.Hope this helps clear up your confusion.



Quote:

Title-Content Image
Tag-Cimage
Replacment-
<table cellpadding="0" cellspacing="0" style="display: inline; margin:5px; margin-top:5px;">
<tr>
<td width="4" height="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_top_ls.jpg"></td>
<td height="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_top_mid.jpg"></td>
<td width="4" height="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_top_rs.jpg"></td>
</tr>
<tr>
<td width="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_left.jpg"></td>
<td>https://vborg.vbsupport.ru/</td>
<td width="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_right.jpg"></td>
</tr>
<tr>
<td width="4" height="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_bot_ls.jpg"></td>
<td height="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_bot_mid.jpg"></td>
<td width="4" height="4" background="http://www.wumbrella.com/forum/images/re-wu/mainfiles/fr_bot_rs.jpg"></td>
</tr>
</table>

Use Option-No

Kirk Y 08-31-2006 09:14 PM

1 Attachment(s)
Find in "includes/class_bbcode.php":
Code:

function handle_bbcode_img_match($link)
        {
                $link = $this->strip_smilies(str_replace('\\"', '"', $link));

                // remove double spaces -- fixes issues with wordwrap
                $link = str_replace('  ', '', $link);

                return '<img src="' .  $link . '" border="0" alt="" />';
        }

Replace with:
Code:

function handle_bbcode_img_match($link)
        {
                $link = $this->strip_smilies(str_replace('\\"', '"', $link));

                // remove double spaces -- fixes issues with wordwrap
                $link = str_replace('  ', '', $link);

                return '<span class="post"><img src="' .  $link . '" border="0" alt="" /></span>';
        }

Now go into your AdminCP -> Styles and Templates Manager -> Choose Main CSS from the Style Dropdown.

Scroll down to Additional CSS Definitions and add this:
Code:

.post image{
        border-style:dashed;
        border-color:red;
        border-width:1px;
      }


bhxtyrant 08-31-2006 09:30 PM

Thanks acid but that doesnt help me to much as i dont want a css border i want a border made of custom graphics that i have made.See the code in my post above yours to see what i mean.


All times are GMT. The time now is 03:55 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.03351 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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