Quote:
Originally Posted by amykhar
Right. In the old vb2 version, it did because vbulletin parsed links when they were displayed, not when they were inserted in the database. (If I remember correctly. It's been a while.)
Now, the links are processed when a message is posted or when a message is edited.
It might be interesting to put together a script to go through old posts and change the links, but I don't have time to do that right now.
Amy
|
I wonder why they changed the system. It seems crazy. Links should be parsed when displayed so if there's a change in how you want links displayed (like here), you only need to deal with it once. sigh.
Quote:
Originally Posted by amykhar
When you go to commission junction, in the section for ebay there is a link to a tool at ebay that allows you to create a link to any item. Create one link and then grab the number from that link.
Amy
|
Yes, but it looks like this:
http://www.cj.com/blahblah/click-yourid-itemid/bla
is it enough to just put in yourid? Looking at the code, it doesn't seem to pull the itemid from the links and insert it into your code?
I haven't studied CJ's/ebay's system much so I'm not sure of the syntax but that's what it looks like to me.