How can I link from a dokuwiki wiki article to a mantis ticket? - wiki

I would like to link from a dokuwiki article to a mantis ticket and an overview of tickets
I have the latest versions of mantisbt, dokuwiki and the mantis plugin for doku wiki. Also I have integrated dokuwiki in mantis.
The dokuwiki config looks at the moment like the following
The address of mantis is: testserver/mantisbt/
The address of dokuwiki is: testserver/dokuwiki
What´s the meaning of "Username for Mantis"? The adminstrator of mantis?
The following descriptions shows the way to link to the tickets and the ticket overview:
http://www.dokuwiki.org/plugin:mantis#usage
In my mantis I have the following structure
mantisbt/testproject/ticket
so in an wiki article I linked {{mantisbt>testproject}}, like the descriptions says, to show an overview of tickets. but it does not work
so my questions are:
What do I have to configure?
What do I have to write in an aritcle to show an overview of tickets of the project?
What do I have to write in an article to link to a special ticket?
Thanks
Best wishes
Christine

I ment that I see a 404 page. But I solved the problem.
The right config is:
Mantisserver:testserver/mantisbt/api/soap/mantisconnect.php?wsdl
A username for mantis: myMantisName
A password: myMantisPassword
Than I had to override the syntax.php in dokuwiki/lib/plugins/mantis with the syntax.php the integration documentation descipes: -> dokuwiki mantis integration
Now I can open a wiki article and with the following syntax I can link to the mantis ticket 1:
~~Mantis:1~~

Related

GitHub page not found in google

I just set up my personal GitHub page, with GitHub Pages! Now I was wondering if this is automatically indexed by google.
I tried out what I found online and it seems it is. By the way if I do not provide the exact URL and I just type name and surname In Google search engine I do not find anything related to my page (I went through until the 6th page of results).
Do you have any clue how to deal with this issue?
I would like that people are able to find my page just typing my name and surname and without knowing the full URL a priori!
As mentioned in "Customizing GitHub Pages / Search engine optimization for GitHub Pages", you will have to add some seo tags, including one about author.
That author information will help Google search to point back to your site.

How can I unpublish/delete a comment of an Facebook Ad?

I need a solution where I can unpublish/delete comments on Facebook Ads. There are paid tools which have this feature, like this one:
https://www.agorapulse.com/blog/comments-facebook-dark-unpublished-posts
"Finding and responding to these comments was a major headache, so we
went digging on Facebook’s API and found a solution to include all
comments made on dark/Unpublished posts and we included them in our
unified Facebook Inbox."
With the normal command endpoint I can't get the commands for ads.
How I can access and manage the commands, which API endpoints I need?
There are a few endpoints you'll most likely be interested in:
1) Your ads are connected to a page, so you'll need to get data for your Page. See https://developers.facebook.com/docs/pages/managing for reference.
2) Your page contains the posts. See the section titled "Getting Page Posts" in the link from step 1.
3) The posts contain comments. Using the id of the post, make the appropriate API calls to get its posts. See https://developers.facebook.com/docs/graph-api/reference/v2.9/object/comments/ for reference.
4) Once you find the comment you want to delete, make the appropriate DELETE call on it. See graph-api/reference/v2.9/comment/ for reference.

Confluence User Mention Wiki Markup

I am creating Blog articles on Confluence via the REST API. I'd like to use User Mentions within the article, e.g. the same thing as #Ben Rogers would give you when posting directly through the UI.
I can't find anything in the documentation so I'm guessing it'll have to be a more manual process, any suggestions on how to do this?
When you insert the user mention macro in a Confluence page, you can then click on the "Open in source editor" button and you will see the code inserted looks like this:
<ac:link>
<ri:user ri:userkey="ff10413554ef222e01222669b976001a"/>
</ac:link>
So you need to know the userkey for the users you want to mention, you can look this up in the database, see following link:
https://answers.atlassian.com/questions/277551/find-user-by-resource-identifier. Then just add those links with the corresponding userkey to the html code of your page.

How to Remove publishing options joomla front end create article?

I am using Joomla 2.5. I want to remove/hide Publishing, Language and Metadata options from front-end(Create Article) so that users of the website can just enter the subject and content for their article and submit the article.
Another question - How can I Publish Joomla article programatically?
Thanks in Advance.
This can not be done as these fields are part of the Joomla! Article Manager form. These are the core functionality of Joomla. But if you really want it,They can probably be removed using a "Template override method" -
http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

Removing/Unlink site root link that appears under title link in like/share wall posts

Our site deals with affiliate marketing, so we need to ensure that the affiliate that shares a page from our website gets credit for any retail sales that are made from that person sharing the site on his/her facebook page. We have the link working perfectly, so that is not the problem. The problem we are having is when someone clicks the like button on a page and adds comments the title of the page is correctly linked, but there's also a link underneath the title that is linked to the site root without the affiliates info attached. From looking at several posts on my own facebook page I've noticed that a few sites have their site "greyed out" or unlinked. I checked the source of these pages and was not able to find a clear solution to how they were able to accomplish this. I even went as far as contacting one of the sites and they said that they were unable to give that type of information out.
Does anyone know how to accomplish this?