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

Page 8 of 8 FirstFirst ... 678
Results 71 to 79 of 79
  1.     
    #71
    Member
    thanks , it seems code must be works perfect but in fact after i tested it , it doesnt' works for me.

    i added this to wordpress template

    Code: 
    
    <I
    print("<a href=\"" + IPICTURE + "\"><img src=\"" + IPICTURE + "\" alt=\"\" border=\"0\"/></a>");
    I>
    and when i put bbcode image thumb in picture links text box, and when i posted it to wordpress blog , after post published , i've noticed that cover image doesn't show perfectly.

    i edited my publish post in wordpress and i copied the cover code below :

    here cover image after i post to wordpress :


    PHP Code: 
    <a href="[url=http://www.pixhost.org/show/1218/8537780_n8afm.jpg][img]http://t3.pixhost.org/thumbs/1218/8537780_n8afm.jpg[/img][/url]"><img src="[url=http://www.pixhost.org/show/1218/8537780_n8afm.jpg][img]http://t3.pixhost.org/thumbs/1218/8537780_n8afm.jpg[/img][/url]" alt="" border="0"/></a
    as you can see above image has been screw and i couldn't be able to see cover image in my post in wordpress. i dunno why doesn't works.

    could you test it for wordpress?

    thanks

  2.     
    #72
    Member
    Quote Originally Posted by geskill View Post
    sorry i misunderstood you.

    you have the whole BBCode in the picture field. this is not designed to work like this. the picture field is only for the direct link!

    however this is a possible solution for your requested function:
    http://pastebin.com/8mMHfn7i

    best regards
    thanks geskill ,

    i mentioned in my previous post earlier that we need post clickable image not direct image link.

    i will test your code function ASAP. see it works or not.

    thanks for reply.

  3.     
    #73
    Member
    Website's:
    intelligen2009.com
    Hey,
    here a sample of the most suitable solution for the problem (the IntelligeN way ):

    Code: 
    <I
    import "iUtils.js"
    
    function PixhostOrgShow() {
      return StringReplace( ReplaceRegExpr("img(\\d+)", IPICTURE, "www", False) , "/images/", "/show/");
    }
    
    function PixhostOrgThumb() {
      return StringReplace(StringReplace(IPICTURE, "://img", "://t"), "/images/", "/thumbs/");
    }
    
    if((IPICTURE != null) && (IPICTURE != ""))
      print("<a href=\"" + PixhostOrgShow() + "\"><img src=\"" + PixhostOrgThumb() + "\" alt=\"\" border=\"0\"/></a>");
    else
      print("- no image available -");
    
    I>
    As you can see you now can easily input the image directlink:
    You need a more professional multi-posting system - check out IntelligeN 2009: all boards, all functions - all in one

  4.     
    #74
    Member
    thanks

    i want to say your function works when we put direct link of image in image field text box only for pixhost.org .

    but i want to paste whole bbcode thumbnail image code to picture text box and i dont want to paste direct image link to text box field. and i need some function to convert whole bbcode image thumb to html code thumb, so we could be able to post to wordpress at same time when our text box field contain bbcode thumbnail image and when we paste bbcode image to picture text box field ...

    anyway thanks again.

  5.     
    #75
    Member
    Website's:
    bramjlive.com
    how can i make a template?

  6.     
    #76
    Member
    Website's:
    intelligen2009.com
    Quote Originally Posted by NorthLand View Post
    i want to say your function works when we put direct link of image in image field text box only for pixhost.org .
    you can extend the functions to other hosts too.

    Code: 
    <I
    if ( Pos("pixhost.org", IPICTURE) > 0 )
    {
      // do the procedure for pixhost.org
    }
      // else
      // ...
    I>
    Quote Originally Posted by NorthLand View Post
    but i want to paste whole bbcode thumbnail image code to picture text box and i dont want to paste direct image link to text box field.
    You can do this but it is not designed to work like this.
    The normal workflow:
    1. Crawler like Amazon.com ... grabs a image for your upload
    2. Image Hoster remotes Amazon.com image to Image Hoster -> directlink in field
    3. You can define the output

    Quote Originally Posted by NorthLand View Post
    and i need some function to convert whole bbcode image thumb to html code thumb, so we could be able to post to wordpress at same time when our text box field contain bbcode thumbnail image and when we paste bbcode image to picture text box field ...
    Try the function i posted above:
    http://pastebin.com/8mMHfn7i


    how can i make a template?
    -> this is a very common question.

    the best way to start is to check the templates_cms folder there are some examples for different CMS.
    in addition you can check the help file. IScript -> Samples
    You need a more professional multi-posting system - check out IntelligeN 2009: all boards, all functions - all in one

  7.     
    #77
    Member
    Website's:
    bramjlive.com
    my bb forums use [align=center] content[/align]

    to make posts in center

    and many errors when i publish posts to arabic forums like

    RETRY (1) ERROR: "Connection Closed Gracefully."
    ERROR: "News & AnnouncementsNews & Announcements Regarding
    ERROR: "HTTP/1.1 404 Not Found

  8.   Sponsored Links

  9.     
    #78
    Member
    Website's:
    intelligen2009.com
    you can make a new message template only for MyBB boards and replace [center]/[/cente]

    please pm me with more details regarding the MyBB boards (website settings).

    at the utmost should only be a problem with the character encoding.
    You need a more professional multi-posting system - check out IntelligeN 2009: all boards, all functions - all in one

  10.     
    #79
    Member
    Website's:
    bramjlive.com
    can u try this vb forumshttp://www.shbab-2day.com/vb/
    http://bramjlive.com/vb
    http://rapidshare2download.net/forums/


    i tried with other arabic forums and it's works well but this forums have errors when publish

Page 8 of 8 FirstFirst ... 678

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. WLM 2011 vs WLM 2009
    By Ash in forum Polling Plaza
    Replies: 8
    Last Post: 31st May 2011, 12:56 AM
  2. 2009 Best Leecher
    By Raven in forum Polling Plaza
    Replies: 27
    Last Post: 5th Jan 2010, 09:15 AM
  3. Replies: 1
    Last Post: 29th May 2009, 08:41 AM
  4. My own RS.com Account ~ Fri, 6. Nov 2009
    By cybertuga in forum Completed Transactions
    Replies: 15
    Last Post: 30th Mar 2009, 07:56 PM
  5. What do you have planned for 2009?
    By Inevitable in forum Webmaster Discussion
    Replies: 5
    Last Post: 7th Jan 2009, 05:53 PM

Tags for this Thread

BE SOCIAL