Activity Stream
48,167 MEMBERS
6957 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member
    Website's:
    freelinkz.info

    Default help with wordpress bb coding

    http://freelinkz.info this is my wordpress .

    example:


    if i use

    [URL =http://img133.imagevenue.com/img.php?image=16154_012_1308313766_122_458lo.jpg][IMG ]http://img133.imagevenue.com/loc458/th_16154_012_1308313766_122_458lo.jpg[/IMG][/URL]

    code it do not display the image on thumbnail in main page .but if i just pput this it displays


    there are bb code for [img] and [url] in bbcodes plugin

    add_shortcode( 'url' , array(&$this, 'shortcode_url') );
    add_shortcode( 'img' , array(&$this, 'shortcode_image') );


    which are defined as

    // Italics shortcode
    function shortcode_url( $atts = array(), $content = NULL ) {
    $atts = $this->attributefix( $atts );

    // Google
    if ( isset($atts[0]) ) {
    $url = $atts[0];
    $text = $content;
    }
    // http://www.google.com/
    else {
    $url = $text = $content;
    }

    if ( empty($url) ) return '';
    if ( empty($text) ) $text = $url;

    return '<a href="' . $url . '">' . do_shortcode( $text ) . '</a>';
    }

    and

    // Italics shortcode
    function shortcode_image( $atts = array(), $content = NULL ) {
    if ( NULL === $content ) return '';

    return '<img src="' . $content . '" alt="" />';
    }


    if these to functions some how joined then [url][img][/img][url] bb code will work.

    so can someone help me to join these 2 functions.


    regards



    Edited: And when i put a full size html code image like lulzimg it do not display thumbnail on homepage
    sumitims Reviewed by sumitims on . help with wordpress bb coding http://freelinkz.info this is my wordpress . example: if i use http://img198.imagevenue.com/loc413/th_16146_12_122_863lo.jpg http://img133.imagevenue.com/loc458/th_16154_012_1308313766_122_458lo.jpg code it do not display the image on thumbnail in main page .but if i just pput this http://img198.imagevenue.com/loc413/th_16146_12_122_866lo.jpg it displays Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    What?? Why Dont U Just Get The BBCODE Plugin?

  4.     
    #3
    Member
    Website's:
    freelinkz.info
    i have already put the bb code plugin but this thing is not working


    bz bb code plugin has no such function for [url][img] thats why it not working

    it has seperate codes for just url and img

  5.     
    #4
    Respected Member
    Website's:
    FreshWap.com KWWHunction.com
    lmao. why you need url+img? there's no such a thing
    Dear Haters,
    "I respect you so much, that's why I salute you with 1 middle finger!"

    Thank You !

  6.     
    #5
    Banned
    Website's:
    TehHost.net
    He probably wants to hyperlink an image

  7.     
    #6
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    i think he wants where u click image opens in new tab?

  8.     
    #7
    Member
    Website's:
    freelinkz.info
    ya he is rite bro .i need to hyperlink images

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Hiring] Coding PSD to WordPress template
    By D-Wade in forum Completed Transactions
    Replies: 0
    Last Post: 27th Jul 2011, 09:43 PM
  2. Help needed with coding - Wordpress
    By kiddo in forum Webmaster Discussion
    Replies: 3
    Last Post: 10th Dec 2010, 05:21 AM
  3. Wordpress Theme + Coding
    By viruz99 in forum Webmaster Discussion
    Replies: 2
    Last Post: 27th Nov 2010, 02:45 PM
  4. [Buying] Wordpress theme coding
    By ZeroAT in forum Completed Transactions
    Replies: 3
    Last Post: 10th Sep 2010, 11:49 PM

Tags for this Thread

BE SOCIAL