Share Topic

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
PinoyEngine™
Registered User
Posts: 244
Joined: Fri Apr 24, 2009 7:12 am

Re: Share Topic

Post by PinoyEngine™ »

at last! Share Topic MOD was released.

Congrats my friend!
Senky
Former Team Member
Posts: 2300
Joined: Thu Apr 30, 2009 8:49 pm
Name: Jakub

Re: Share Topic

Post by Senky »

Carbarul wrote:...it is not showing the icons...
Did you upload them? They are part of the mod...
‎‏‏ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‏‎‏‏‎ ‎ ‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎🔔
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Share Topic

Post by RMcGirr83 »

RMcGirr83 wrote:You need to refresh the imageset and theme for the style.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: Share Topic

Post by 3Di »

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.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Tazmanian
Registered User
Posts: 218
Joined: Wed Jan 25, 2006 7:02 pm
Location: Belgium

Re: Share Topic

Post by Tazmanian »

I managed to find the Subsilver instructions myself :D

OPEN styles/subsilver2/template/viewtopic_body.html

FIND

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 -->
REPLACE WITH

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 -->
Carbarul
Registered User
Posts: 2
Joined: Sat Jan 09, 2010 5:51 am

Re: Share Topic

Post by Carbarul »

Yes i uploaded the images, refreshed the theme and purged the cache, the only thing is that im using the theme DirtyBoard2.0, from Cosa Nostra designs, so i uploaded the images on the images folder for that theme, and to the prosilver theme aswell.
Senky
Former Team Member
Posts: 2300
Joined: Thu Apr 30, 2009 8:49 pm
Name: Jakub

Re: Share Topic

Post by Senky »

Tazmanian wrote:I managed to find the Subsilver instructions myself :D ...
That's awesome! If you will accept, I will include it in new version...
‎‏‏ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‏‎‏‏‎ ‎ ‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎🔔
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
Tazmanian
Registered User
Posts: 218
Joined: Wed Jan 25, 2006 7:02 pm
Location: Belgium

Re: Share Topic

Post by Tazmanian »

Senky wrote:That's awesome! If you will accept, I will include it in new version...
Off course, no problem at all :idea:

You can see it working on my Subsilver2 based style: http://www.kartgrid.be/forum/viewtopic.php?f=1&t=5768
Senky
Former Team Member
Posts: 2300
Joined: Thu Apr 30, 2009 8:49 pm
Name: Jakub

Re: Share Topic

Post by Senky »

Okay than, I looks nice...
‎‏‏ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‏‎‏‏‎ ‎ ‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎🔔
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
thoomas
Registered User
Posts: 56
Joined: Fri Jul 13, 2007 11:50 am

Re: Share Topic

Post by thoomas »

Thanks for the nice mod! Anyone knows how to share also the topic title?
Senky
Former Team Member
Posts: 2300
Joined: Thu Apr 30, 2009 8:49 pm
Name: Jakub

Re: Share Topic

Post by Senky »

thoomas wrote:...Anyone knows how to share also the topic title?
How would you like to share topic title? Like that for expamle?
cuz I cannot imagine that...
‎‏‏ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‏‎‏‏‎ ‎ ‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎🔔
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
thoomas
Registered User
Posts: 56
Joined: Fri Jul 13, 2007 11:50 am

Re: Share Topic

Post by thoomas »

Senky wrote:
thoomas wrote:...Anyone knows how to share also the topic title?
How would you like to share topic title? Like that for expamle?
like it's done here: http://www.phpbb.com/community/viewtopi ... &t=1844865
Senky
Former Team Member
Posts: 2300
Joined: Thu Apr 30, 2009 8:49 pm
Name: Jakub

Re: Share Topic

Post by Senky »

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...
‎‏‏ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‏‎‏‏‎ ‎ ‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎🔔
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!
thoomas
Registered User
Posts: 56
Joined: Fri Jul 13, 2007 11:50 am

Re: Share Topic

Post by thoomas »

Senky 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...
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 me :roll:
Senky
Former Team Member
Posts: 2300
Joined: Thu Apr 30, 2009 8:49 pm
Name: Jakub

Re: Share Topic

Post by Senky »

thoomas wrote:...I suspect that Share On mod does this job better for me :roll:
It could be possible. This 2 MODs are quite different, so each can suit someone else...
‎‏‏ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‏‎‏‏‎ ‎ ‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎🔔
Browser & Mobile Notifications Extension
Now with Safari (both macOS and iOS) support!

Return to “[3.0.x] MOD Database Releases”