Did you upload them? They are part of the mod...Carbarul wrote:...it is not showing the icons...
RMcGirr83 wrote:You need to refresh the imageset and theme for the style.
Carbarul wrote:Hi guys,
The mod is working perfectly for me as far as functionality goes, the only problem im having is that it is not showing the icons.
Can someone shine some light on me please?
RMcGirr83 wrote:You need to refresh the imageset and theme for the style.
Code: Select all
<!-- IF not S_IS_BOT -->
<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
<!-- ENDIF -->
Code: Select all
<!-- IF not S_IS_BOT -->
<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC or U_FACEBOOK_TOPIC or U_TWITTER_TOPIC or U_DELICIOUS_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_FACEBOOK_TOPIC or U_TWITTER_TOPIC or U_DELICIOUS_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC or U_FACEBOOK_TOPIC or U_TWITTER_TOPIC or U_DELICIOUS_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC or U_FACEBOOK_TOPIC or U_TWITTER_TOPIC or U_DELICIOUS_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- IF U_FACEBOOK_TOPIC or U_TWITTER_TOPIC or U_DELICIOUS_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_FACEBOOK_TOPIC --><a href="{U_FACEBOOK_TOPIC}" title="{L_SHARE_FB}" onclick="window.open(this.href);return false;"><img src="{T_THEME_PATH}/images/icon_facebook.gif" alt="{L_SHARE_FACEBOOK}" /></a><!-- IF U_TWITTER_TOPIC or U_DELICIOUS_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_TWEET_TOPIC --><a href="http://twitter.com/home?status={U_TWEET_TOPIC}" title="{L_SHARE_TWITTER}" onclick="window.open(this.href);return false;"><img src="{T_THEME_PATH}/images/icon_twitter.gif" alt="{L_SHARE_TWITTER}" /></a><!-- IF U_DELICIOUS_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_DELICIOUS_TOPIC --><a href="{U_DELICIOUS_TOPIC}" title="{L_SHARE_DELICIOUS}" onclick="window.open(this.href);return false;"><img src="{T_THEME_PATH}/images/icon_delicious.gif" alt="{L_SHARE_DELICIOUS}" /></a><!-- ENDIF -->
<!-- ENDIF -->
That's awesome! If you will accept, I will include it in new version...Tazmanian wrote:I managed to find the Subsilver instructions myself ...
Off course, no problem at allSenky wrote:That's awesome! If you will accept, I will include it in new version...
How would you like to share topic title? Like that for expamle?thoomas wrote:...Anyone knows how to share also the topic title?
cuz I cannot imagine that...Topic title (http://www.url-of-topic.com)
like it's done here: http://www.phpbb.com/community/viewtopi ... &t=1844865Senky wrote:How would you like to share topic title? Like that for expamle?thoomas wrote:...Anyone knows how to share also the topic title?
yep, I want this exactly for twitter. I want to share my forum topics in Twitter, so that topic title (or even first post of the topic) and the URL will be inserted as a tweet. I suspect that Share On mod does this job better for meSenky wrote:I've got a brief look at, but it gives topic title just to twitter, where the forums integration is. That's the only difference...
It could be possible. This 2 MODs are quite different, so each can suit someone else...thoomas wrote:...I suspect that Share On mod does this job better for me