DotNetNuke: Social Links for Blog Module - module

What is the best method for adding social links to each blog entry?
I could use sample code of adding links to the ascx files or I am even able to pay a little for a module that will do it.
I will have parent and child portals.
edit: I've updated the module and checked the social bookmarking options. However it did not appear? Am I missing something?

I believe that is already built into the core Blog module. The blogs at DotNetNuke.com all have social links, and Antonio has a blog post saying they'll be in 3.4.1, with the current version being 3.5.1.

You have to upgrade to the newest version of the Blog module and then under module options for the blog you can check "Enable Social Bookmarks". Alternatively with an older version of the Blog module you can follow the instructions outlined here.

I use ADDTHIS.COM and place the code snippet it gives me in the container.

Related

How can I get the outdated expo docs?

As our RN application based on react-native#0.61.5, so we use expo#^0.37.0 to set up local development environment. But it seems that expo doesn't supply outdated docs, could only find recent version docs https://docs.expo.dev/versions/latest/.
Old docs often get lost, but thankfully there are a few ways of finding the old pages.
The first option is using the Wayback Machine from archive.org. The expo.dev site seems to go back to late 2020. A problem might be that some pages aren't crawled and might be missing.
And because it seems that their docs are open source with some commits going back three years. So you could in theory pull an old commit and build / run the docs locally.
You can use webarchive and old URL for documentation https://docs.expo.io.
In your case it is http://web.archive.org/web/20210305044934/https://docs.expo.io/versions/v37.0.0/ but not all pages are supported:
Use github online editor to check the outdate markdown docs is an optional solution.
Such as link: https://github.dev/expo/expo/blob/sdk-37/docs/pages/versions/unversioned/sdk/calendar.md#L1

requirejs support for remotely loaded dojo with ArcGIS/ESRI

I'm working on a project with ArcGIS/ESRI in WebStorm. According to the documentation, "Dojo is included with the ArcGIS JavaScript API so there is no need to host/reference/install it." This means WebStorm has no idea what require is:
How do I add support without installing Dojo/require?
Was just going to comment, but can't yet?! Anyway, I had to reengineer my web-site dev-ops to account for the ESRI javascript API. I am using 4.6 though...
The API, which includes dojo, may be installed, but it has to be configured into your site. Once you reference dojo/dojo.js, all will be good. But you need the config set-up first.
Start here:
https://blogs.esri.com/esri/arcgis/2015/11/13/using-bower-for-custom-builds-of-arcgis-api-for-javascript/
https://blogs.esri.com/esri/arcgis/2015/11/13/using-bower-for-custom-builds-of-arcgis-api-for-javascript/
There is a link to the API javascript resources. This will really help understand the process!
https://github.com/Esri/jsapi-resources
Also don't miss:
https://dojotoolkit.org/documentation/tutorials/1.10/modules_advanced/
https://dojotoolkit.org/documentation/tutorials/1.10/dojo_config/
http://dojotoolkit.org/documentation/tutorials/1.10/build/
I am just getting this stuff "almost" working. And actually had a build question to post and saw this. Hope it helps. I was using AMD and thought I had to go the requirejs route, but the dojo stuff worked out better for me. Check them both out and see what works for you! Good Luck!

Hippo Channelmanager Sitemap not editable

We're stuck in the Hippo Channel Manager when adding a page. The docs say that the option should be enabled when there is a prototype page. Well, we have it, but the Channel Manager says: sitemap not editable. I've tested it with a 'clean' maven generated project with some sample content: same message. Find a screenshot attached. What am I doing wrong?
I can't reproduce this. I have a 11.1 archetype project with simple content (from essentials) and copied the the homepage to the prototype pages. This works. I need more detail about what you have done to know why it doesn't work. In order for this to be activated you have to have a prototype page (obvious) and a workspace. Now you should have a workspace anyway so this should not be the issue, but perhaps you have changed some authorization?
Problem solved by doing a complete 'reconfigure' from scratch and re-applying all my changes. Sorry for bothering you.

Are there any good tutorials for using ShareKit?

Does anyone know of a good tutorial that is easy to understand for ShareKit? I've looked but found nothing. I'm pretty new to Xcode.
The GitHub wiki for ShareKit v2.0 has a great page titled Installing ShareKit that should help you get up and running with the latest incarnation of this project.
The source tree also has an xcodeproj file which contains sample code showing how to integrate ShareKit into your own project.
You can checkout the documentation given in http://getsharekit.com ...after you downloaded and attached to your project open config file and read the comment lines given before each methods in it...it will direct you to correct way...There is no exact tutorial for it...If u got any specific issue then ask a question here..we are ready to answer...

Couldnt find Osirix Plugin Generator. How to start to develop plugin for osirix?

As per the links at Osirix webpages, the link https://osirix.svn.sourceforge.net/svnroot/osirix/plugin seems to be destroyed where Osirix Plugin Generator apple script and the tutorial for developing plugin for osirix are present. Please guide how to start for developing a simple plugin for osirix in obejective C. Thanks!
They moved the project over to Github. Here's the plugin generator and samples link:
https://github.com/pixmeo/osirixplugins
Like Nelson Terra said, you can find the generator in the /_help directory. The other folders are all sample plugins you can check out. As for a guide, this site helped me when I first started with OsiriX:
http://osirixpluginbasics.wordpress.com/
Also here's a good forum that has a lot of useful snippets:
http://groups.yahoo.com/neo/groups/osirix-dev/info
You can find some documentation here:
http://osirix.svn.sourceforge.net/viewvc/osirix/Documentation/Guides/Development/index.html
I had the same problem and I just found this project: https://osirixplugins.svn.sourceforge.net/svnroot/osirixplugins . In this project you can find the /_help directory and inside it the osirix plugin generator, I will try this...good luck for us.
The new plugin template is in the folder called
osirixplugins/_help/MyNewPluginTemplate/
at the github repository:
https://github.com/pixmeo/osirixplugins.git
You can use that and customise the code. This works instead of a Generator script...