• Resolved falconcoin

    (@falconcoin)


    i have been racking my brain and reading everything i can on knockout but i can not figure out how to add links in the transactions table…

    <td style="border: 1px solid #d3ced2;" class="txid" data-bind="attr: { href: 'https://chainz.cryptoid.info/tx.dws?' + txid, title: txid}, text: txid ", target="_new"></a></td>

    basically want to open up my explorer

    it is strange i see when i inspect the page it is there, but this is only showing the TXID and no way of clicking it

    i am sure it is something super simple i am missing

    • This topic was modified 6 years, 11 months ago by falconcoin. Reason: code tag
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author dashed-slug.net

    (@dashedslug)

    I have been meaning to do this for months now, but due to the large number of support requests I get, I prioritize tasks and this never gets done because it’s non-critical. Never edit the plugin code directly. I release updates often. Whatever patches you apply you would have to apply to every release. This is not sustainable.

    Your code will not work because you’re trying to bind an href attribute to a td node.

    I will try to add this in the next patch.

    Plugin Author dashed-slug.net

    (@dashedslug)

    The issue here is that normally coin adapters should report a URL pattern that can display addresses and transactions in an explorer. While cryptoid has a large number of coins it does not have all of them (can’t find DOGE in their list, that’s a showstopper for me!!!). So there needs to be some work done on the coin adapters interface, and then in the coin adapter implementations. Cryptoid can be the default as long as adapters can override this. Things are never as simple as they seem ??

    Thread Starter falconcoin

    (@falconcoin)

    ha they never are! i spent hours trying to get as far as i did lol

    maybe if it can be put in the admin area… if left blank no URL/hperlink is added and just shows text

    most the changes i made to fit my sites theme… i downloaded them anif need to update i have them here

    i thought i ready somewhere where to load your custom deposit.php etc pages but then couldn’t find that info so did this way for now…

    do you have a roadmap of what your working on?

    Plugin Author dashed-slug.net

    (@dashedslug)

    You can override the knockout views directory with the wallets_views_dir filter (see shortcodes.php)

    I do have a roadmap but I don’t publish it because I don’t want to make a fool of myself when I fall behind ??

    In short, my main goals right now: 1. shapeshift, 2. Ethereum/ERC20 adapter, 3. more instructional videos and howtos on youtube, 4. accept crypto payments on dashed-slug via a membership extension that I will publish.

    The plan was to have the first two ready by July 2017…

    Thread Starter falconcoin

    (@falconcoin)

    hahah July 2017, not bad ony a few months short!

    I will be playing with shapeshift as well and msg you with what i have gotten done…

    • This reply was modified 6 years, 11 months ago by falconcoin.
    Thread Starter falconcoin

    (@falconcoin)

    hey i did notice in the transactions Table tho the following issue

    the Deposits

    it is showing the “from” address as the actual deposit address and not the address from where it was deposited from

    is this a limitation of the Node wallet?

    Plugin Author dashed-slug.net

    (@dashedslug)

    The deposit address “from” column is as intended. You are credited from your deposit address. This is a record of your site account. Think of it as money “jumping off” the blockchain and entering your site “from” that address.

    I have implemented the explorer links you requested and will be pushing the code along with a few other user requests, right after I test everything again.

    My shapeshift extension is 90% done but I am always too busy to get it to 100%.

    Thread Starter falconcoin

    (@falconcoin)

    wow awesome! and i will add the filter for the new files…\

    i should add a filter for the where to find the .css as well

    or will be in same boat always changing that as well…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘links in transaction table’ is closed to new replies.