Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-30-2014, 09:48 AM
Nirjonadda Nirjonadda is offline
 
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How to open link to new tab

Anyone can post me open link to new tab and Clickable Image HTML Code ?

This code Open link to new tab

Code:
<a href="photoshop.php">PhotoShop</a>
Clickable Image HTML Code

Code:
<img src="index_files/images/bigslide2.jpg" title="Project 2" alt="slide2" />
                <span class="desc">Nil Noyona By Nahin Tunajjina Radit. <a href="forum51/thread208416.html">Read more</a></span>
Reply With Quote
  #2  
Old 08-30-2014, 10:03 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<a href="photoshop.php" target="_blank">PhotoShop</a>
and
Code:
<a href="forum51/thread208416.html"><img src="index_files/images/bigslide2.jpg" title="Project 2" alt="slide2" /></a><span class="desc">Nil Noyona By Nahin Tunajjina Radit. Read more</span>
Reply With Quote
2 благодарности(ей) от:
Krusty1231, Nirjonadda
  #3  
Old 08-30-2014, 10:34 AM
Nirjonadda Nirjonadda is offline
 
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Image Clickable does not work and Read more does not show.

This my original code:

Code:
<li><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" />
                <span class="desc">Bhalobasha Emoni by Rakib Musabbir. <a href="forum51/thread208407.html">Read more</a></span>
                </li>
Edited:

Code:
<li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" />
                <span class="desc">Bhalobasha Emoni by Rakib Musabbir. <a href="forum51/thread208407.html">Read more</a></span>
                </li>
Reply With Quote
  #4  
Old 08-30-2014, 10:39 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe this:
Code:
<li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" /></a>
                <span class="desc">Bhalobasha Emoni by Rakib Musabbir.><a href="forum51/thread208407.html">Read more</a></span>
                </li>
Reply With Quote
  #5  
Old 08-30-2014, 10:50 AM
Nirjonadda Nirjonadda is offline
 
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, Does not work and in the same condition.
Reply With Quote
  #6  
Old 08-30-2014, 11:38 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, I missed the extra > in there. Try this:
Code:
<li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" /></a>
                <span class="desc">Bhalobasha Emoni by Rakib Musabbir.<a href="forum51/thread208407.html">Read more</a></span>
                </li>
I tried this and it seems to work like I expect, so if it still doesn't work then I guess maybe I don't understand what you're trying to do.
Reply With Quote
  #7  
Old 08-30-2014, 11:53 AM
Nirjonadda Nirjonadda is offline
 
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, Does not work. I am trying to SLIDER Image Clickable.


Code:
<div class="fancy_slider">
            <ul id="coin_show">
                <li><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" />
                <span class="desc">Bhalobasha Emoni by Rakib Musabbir. <a href="forum51/thread208407.html">Read more</a></span>
                </li>
                <li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" /></a>
                <span class="desc">Bhalobasha Emoni by Rakib Musabbir.<a href="forum51/thread208407.html">Read more</a></span>
                </li>
            </ul>
      </div><!-- END SLIDER -->
    </div><!-- END WRAPPER FOR_SLIDER -->
Reply With Quote
  #8  
Old 08-31-2014, 08:21 AM
Krusty1231's Avatar
Krusty1231 Krusty1231 is offline
 
Join Date: Jul 2010
Location: Canada
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
Code:
<a href="photoshop.php" target="_blank">PhotoShop</a>
and
Code:
<a href="forum51/thread208416.html"><img src="index_files/images/bigslide2.jpg" title="Project 2" alt="slide2" /></a><span class="desc">Nil Noyona By Nahin Tunajjina Radit. Read more</span>
I needed a link inside out football pool. And here is the solution I needed.

not hijacking the thread, just a quick thanks.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:47 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04346 seconds
  • Memory Usage 2,240KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (11)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (2)post_thanks_box_bit
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete