Closed (works as designed)
Project:
Service links
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2012 at 11:51 UTC
Updated:
9 May 2013 at 17:31 UTC
Does anyone know a smart way to do this?
The regular Service Links settings don't provide an option for this since the thank you page is not a content type / taxonomy.
Comments
Comment #1
remkovdz commentedAny ideas?
Comment #2
simon georges commentedDoes #1468168-2: Displaying two different sets of service links in one page help?
Comment #3
TheCrow commentedUse the block for not node pages.. either code a custom module using service_links_render_some() as mentionded by Simon.
Comment #4
remkovdz commentedOk, the block for not-node page works fine. However, I need the to alter the standard Tweet text just for this page (not al other pages), is that possible?
I also found this, which works fine:
Can I alter that code so that I can choose a specific tweet text? I'm not a coder...
Comment #5
TheCrow commentedif you want build your custom block (using PHP filter) altering some item, without write a custom module, you can try this:
Edit: Forgot the implode function!
Comment #6
remkovdz commentedThat is exactly what I want. I tried it, and it outputs only 'Array'? Thanks!
Comment #7
TheCrow commentedi forgot the implode() function! Rewrote directly above, should work now :)