How to add Q&A captcha into Redsilver3 style in phpbb - phpbb

I am maintaining a phpbb forum. The style used in the forum is Redsilver3, which supports phpbb version 3.0.4. I have updated the forum version to 3.0.11 so that I can use Q&A captcha to prevent spam. The Q&A captcha was successfully activated on the forum, but it is not displaying the captcha on Redsilver3. I tried updating the Redsilver3 file by adding code
"<!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE -->
<!-- INCLUDE {CAPTCHA_TEMPLATE} -->
<!-- ENDIF -->"
in the posting_body.html in the Redsilver3 template folder and purged the cache. But still it is not displaying the captcha. I have also tried by replacing all the files with latest version of Redsilver3 but the captcha was not showing. Please help me.
Thanks in advance.

I copied the captcha_qa.html and captcha_default.html from the latest version of subsilver2 and added the code
to the ucp_register.html file and the captcha was working perfectly.
Earlier I copied captcha_qa.html and captcha_default.html from the latest version of Redsilver3 and have added the code to posting_body.html, so it was not working.
I got the idea after asking the same question on phpbb forum. Here is the link https://www.phpbb.com/community/viewtopic.php?f=74&t=2166883&p=13210671#p13210671

Related

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.

TracStatsPlugin there is no code stats

Sorry for my language. I have problem with TracStatsPlugin. I added in trac.ini following lines:
[components]
tracstats.* = enabled
[stats]
root = /home/tracDirectory
Now I have stats for wiki and tickets but no for code. What can be wrong ? I add that I have configured svn repository and I can browse source using trac.
A salvation can be other stats plugin to trac, but I can't find nothing good in google.
What browser are you using? If you are using Internet Explorer, try using Firefox or Chrome and see if the problem persists. I am using the TracStats plugin and I see similar problems. The problems are only seen in Internet Explorer, though. After poking around with the debugger, it looks like there's an IE-specific bug in one of the Javascript libraries that the plugin uses.
Question was aced long time ago, but google show it in first places so I put what I found here.
Once there was ticket on TracStatsPlugin Github about issue: https://github.com/mrjbq7/tracstats/issues/25 so some workarounds can be found in it comments.

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...

DotNetNuke: Social Links for Blog 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.