Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
New Ebay Widget embedding (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: New Ebay Widget embedding
#21170
Re:New Ebay Widget embedding 11 Months, 3 Weeks ago  
just tested on 1.03
still works
owen93 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#39952
New Paypal Store widget 7 Months, 1 Week ago  
This worked out so well
That I'm back asking for more.

PayPal - which is now a part of EBay is putting out a
"PayPal Store" Widget.

This could be a really nice and easy way for smaller sites to
sell items and schwag!

the PayPal Store widget Process
starts here -> http://storefront.paypallabs.com/
owen93 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/01/20 07:10 By owen93.
 
The administrator has disabled public write access.  
#39980
Re:New Ebay Widget embedding - for Fireboard 1.0.4 7 Months, 1 Week ago  
Here is the embed for Fireboard 1.0.4:

Demo:
xahoihoctap.net/component/option,com_fir.../id,110/lang,vi/#110

First: you should modify to display 2 button: ebay and ebaysearch,
so that it will give code: [ebay][/ebay] and [ebaysearch][/ebaysearch]
http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/id,21343/catid,75/#21343

Second: modify you file composnents/com_fireboard/sources/interpreter.fireboard.inc.php
2.1: find this statement (inside the function TagExtended())
Code:

 case 'img':
if($between) {

$task->autolink_disable--; # continue autolink conversion


the put at the end of this case: 'img' after break;
Code:

case 'ebay':
if($between) {
$task->autolink_disable--; # continue autolink conversion
$tag_new = "";
return TAGPARSER_RET_REPLACED;
} else return TAGPARSER_RET_NOTHING;
break;
case 'ebaysearch':
if($between) {
$between = urlencode($between);
$task->autolink_disable--; # continue autolink conversion
$tag_new = "";
return TAGPARSER_RET_REPLACED;
} else return TAGPARSER_RET_NOTHING;
break;



2.2: find the code (inside the function TagSingle(&$tag_new, &$task, $tag))
Code:

case 'img':


and modify it as:
Code:

 case 'img':
case 'ebay':
case 'ebaysearch':



That's all
see the post content in attachment file:
File Attachment:
File Name: text_embed_ebay_widget.txt
File Size: 2237
viet4777 (User)
Gold Boarder
Posts: 284
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Last Edit: 2008/01/20 14:41 By viet4777.
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop