Share button after first post - Share Topic
Share button after first post
How can I display these share button in last line of first post if it is possible instead of breadcrum??
-
- Registered User
- Posts: 331
- Joined: Mon Apr 17, 2006 3:21 pm
- Location: India
Re: Share button after first post
Yes, (probably). Just put your code from overall_header.html to viewtopic_body.html. Try it yourself. If you will fail, just reply. I will try to do it by myself.
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
-
- Former Team Member
- Posts: 2300
- Joined: Thu Apr 30, 2009 8:49 pm
- Name: Jakub
Re: Share button after first post
Yes I did that but it didn't work dont why But it shud have.
-
- Registered User
- Posts: 331
- Joined: Mon Apr 17, 2006 3:21 pm
- Location: India
Re: Share button after first post
Okay, try this:
find:
after add:
Try it. It did not work for me, however normal text yes...
find:
Code: Select all
<h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
after add:
Code: Select all
<!-- IF postrow.S_FIRST_ROW -->
<!-- BEGIN share_links -->
<a href="{share_links.S_URL}"><img src="{share_links.S_IMG_URL}" alt="" style="max-width: 18px; max-height: 18px;" /></a>
<!-- END share_links -->
<!-- ENDIF -->
Try it. It did not work for me, however normal text yes...
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
-
- Former Team Member
- Posts: 2300
- Joined: Thu Apr 30, 2009 8:49 pm
- Name: Jakub
Re: Share button after first post
nope it didn't work out... i dont know why this code is not executing in other location
-
- Registered User
- Posts: 331
- Joined: Mon Apr 17, 2006 3:21 pm
- Location: India
Re: Share button after first post
Yeah, this is not clear for me, too. I will try to fix it in a new version.
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
-
- Former Team Member
- Posts: 2300
- Joined: Thu Apr 30, 2009 8:49 pm
- Name: Jakub
Re: Share button after first post
Does anyone find a solution for doing this yet?
-
- Registered User
- Posts: 331
- Joined: Mon Apr 17, 2006 3:21 pm
- Location: India
Re: Share button after first post
anyone able to do it after 1st post?
-
- Registered User
- Posts: 331
- Joined: Mon Apr 17, 2006 3:21 pm
- Location: India