Results 71 to 79 of 79
-
14th Aug 2011, 08:47 AM #71Member
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>
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>
could you test it for wordpress?
thanks
-
14th Aug 2011, 08:57 AM #72Member
-
14th Aug 2011, 09:47 AM #73OPMemberWebsite's:
intelligen2009.comHey,
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>
You need a more professional multi-posting system - check out IntelligeN 2009: all boards, all functions - all in one
-
15th Aug 2011, 10:06 AM #74Member
thanks
i want to say your function works when we put direct link of image in image field text boxonly 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.
-
16th Aug 2011, 02:24 AM #75MemberWebsite's:
bramjlive.comhow can i make a template?
-
16th Aug 2011, 02:01 PM #76OPMemberWebsite's:
intelligen2009.comyou can extend the functions to other hosts too.
Code:<I if ( Pos("pixhost.org", IPICTURE) > 0 ) { // do the procedure for pixhost.org } // else // ... I>
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
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 -> SamplesYou need a more professional multi-posting system - check out IntelligeN 2009: all boards, all functions - all in one
-
17th Aug 2011, 08:35 PM #77MemberWebsite's:
bramjlive.commy 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
-
17th Aug 2011, 08:54 PM #78OPMemberWebsite's:
intelligen2009.comyou 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
-
17th Aug 2011, 10:32 PM #79MemberWebsite's:
bramjlive.comcan 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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
WLM 2011 vs WLM 2009
By Ash in forum Polling PlazaReplies: 8Last Post: 31st May 2011, 12:56 AM -
2009 Best Leecher
By Raven in forum Polling PlazaReplies: 27Last Post: 5th Jan 2010, 09:15 AM -
Rapidshare Accounts: Legit, Phished [Feb 2010, Aug 2009, Oct 2009, And many more!]
By Mithil in forum Completed TransactionsReplies: 1Last Post: 29th May 2009, 08:41 AM -
My own RS.com Account ~ Fri, 6. Nov 2009
By cybertuga in forum Completed TransactionsReplies: 15Last Post: 30th Mar 2009, 07:56 PM -
What do you have planned for 2009?
By Inevitable in forum Webmaster DiscussionReplies: 5Last Post: 7th Jan 2009, 05:53 PM
themaRegister - register to forums...
Version 3.55 released. Open older version (or...