Create Groups in BuddyPress not showing - buddypress

I have installed the BuddyPress plugin and as a user can't seem to be able to create a Group. If I go to mydomain.com/members/my-username/groups/ I don't see a link to Create Groups. But if I hand-type the Create at the end of this link: mydomain.com/members/my-username/groups/create it displays it.
I think something is missing in the core perhaps. I looked for some answers here but I could not find anything that addresses this issue.

Go to .../wp-admin/admin.php?page=bp-settings. Is this option selected?
Enable group creation for all users
If it is, then try switching to a WP theme like 2013.
If the button appears, then the issue is in your theme.
edit:
BuddyPress doesn't provide a Create link on member profile pages. mydomain.com/members/my-username/groups/
The link will be here:
mydomain.com/groups/
You can add a link, but how you add it depends on exactly where you want it to appear.

Create group solution 2017, 2017 (creating selection for group creation inside individual profile)
Follow the following
Navigate t0: /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/Members/single/group.php.
Then add the line below after line 12 such that it becomes line 13

Related

sitefinity register users control

Within sitefinity there is a build in control that will register users and add them into the sf_sitefinity_profile table. I been looking for that line of code but I am unable to find it. Is there anywy I can find it? I can't see the controller for this register users control is that in the project?
You want to probably do that stuff in the UserEvents not in a control.
https://www.progress.com/documentation/sitefinity-cms/for-developers-user-events

Prestashop - how to create a custom page?

Title says it all. I want to create a custom prestashop page, but I don't know how.
What I actually want to do: create a button that opens a custom page. I can't find anything useful in the internet so I came here to ask for help. Could someone explain me how to do that?
There are many ways to add a new page, it depending in your needs.
By a CMS page, you can add the content you need in the HTML editor, like the product description: http://doc.prestashop.com/display/PS16/CMS+-+Managing+Static+Content
By a front controller from a module: https://devdocs.prestashop.com/1.7/modules/concepts/controllers/front-controllers/
By creating a new page, here my explanation: Prestashop custom page with own template
The point 1 is the most easy way for a common user, the rest of the points require advanced knowledge.

new category appears near home page tite, why?

I installed PrestaShop 1.7.1.2 and I added many categories, one of them appears on the top menu of the front page, only a specific one of them. I don't know why, I didn't add any products to it.
you can see it by browsing to prestashop.tux-in.com and near the CLASSIC title which is a link to the homepage, DIFFERENT HOLDERS is also shown there which is an empty category. what am I missing? why is this category alone is shown there?
how can I remove it ?
It seems it coming from top horizontal menu module, please check it in admin under module section and remove it.

How to modify the category of an issue already created in MANTIS?

Users created some issues, but assigned a wrong category. I (admin) would like to fix this. How can I do this? Once an issue has been created the main fields seem to be unmodifiable.
Found out by myself in the meantime. I was trying to edit it after clicking on the issue. This is not possible obviously. In the overview it is necessary to click on the "edit" icon of the related issue. Then any field can be modified.

Alfresco Share site's dashlet for document library

I was wondering whether exists any dashlet which allows you to explore a site's document library. As far as I know doesn't exist such dashlet out of the box, there only exists the "Site Content" dashlet but it is slightly limited.
I have been searching around and "googling" and I found these useful resources that could be useful as a starting point if I had to create my own:
http://ecmarchitect.com/archives/2012/05/08/1592
http://code.google.com/p/fme-alfresco-extensions/wiki/GalleryPlusDashlet2
Do somebody know more dashlets/resources targeting this issue? Any suggestion?
As a temporary solution, I'm also thinking in the possibility of taking advantage of the "Web View" dashlet, by configuring in it such URL that retrieves the documentlist region/component in the documentlibrary page. For example:, share/page/components/documentlibrary/documentlist or share/page/site/{site}/documentlibrary?region=documentlist. Maybe it is crazy or what I'm saying doesn't make any sense, but it is just an idea.
Another idea that have just came to my mind is the option of creating a custom Surf/Share page which includes the component/webscript that implements the explorer of the document library, specifically the documentlist component. Then configure the "Web View" dashlet giving the URL that points to the custom page created. Would it make sense?
Thanks in advance.
You are going to see a couple of site visualization and navigation dashlets on Alfresco Visualization Tools available on https://github.com/bhagyas/alfresco-visualization-tools. The project is still at it's initial phase, but you will find interesting snippets of code used to retrieve the document library content trees within the dashlets.
The project was presented by me at Alfresco DevCon in Berlin just a week ago to bring interactive navigation and content analytics. If interested, you can find the slides at the lightening talk slides in the DevCon 2012 site at Alfresco.
Cheers! =)
Hi I've done exactly the same, it was not really needed for a Dashlet but for to embed the documentlibrary of a site in an iframe for another site.
So what I did was indeed create a new page template embedded-documentlibrary.
I've copied first the following files and renamed them:
site-data/pages/documentlibrary.xml
site-data/template-instances/documentlibrary.xml
site-webscripts/org/alfresco/documentlibrary.ftl
If you rename file 3 or put it in another folder, you need to check the paths in file 1 & 2.
So to make only the documentlibrary appear instead of everyting I just removed everything in file 3 within the <div id="alf-hd"> tag.
If you remove the tag, the document-tree will also be removed and it gave some javascript errors. This should be fixed in the latest version, but haven't tied that.
So it's extremely easy to create your own page and instead of navigating to site/documentlibrary you just navigate to site/embedded-documentlibrary or your own name you've chosen.
And yes then you'll need to use the web-view Dashlet to show it.
The only thing you need to know is, that the links open within the iframe. So if you use the web-view Dashlet, you need to open the links in a new window.
For my situation I needed an iframe, in your case you could also just let the freemarker from your Dashlet render the components needed.
There is a document-liberary-display dashlet available in the alfresco add-on list which can be used to show all the documents from document-library on site-dashlet.
http://addons.alfresco.com/addons/document-library-display-dashlet