Cannot disable button in front-end for joomla 3.1.5? - joomla

I'm having issues removing this button icon from my joomla site.
I went to the article options and selected Hide/no for all the options and yet this icon does not dissappear. The full site looks as follows.
Does anyone know how to remove this icon? Can someone kindly assist?
When you click on the button you get the following options.

I was searched for a solution for the same issue you had when I found your question. The solution I took was a template overwrite, which removed the edit button for me. You need to change the com_content/article/default.php file and change the line:
$canEdit = $params->get('access-edit');
to
$canEdit = false;
A more detailed explanation can be found in the source here. This solved the issue for me.

These links are all control in Global Configuration > Article Options. If you have them set to off, then you need to LOG OUT of the admin and then look at your page. They will be gone at that point.

Related

How to change Joomla broken Jooma link to new one

I'm stuck for about 2 hours now and can't solve this issue.
On this page, there are 6 links starting by (Advocacy) and finishing by (Research) located on the Left side of the page.
I need to re-link each of these link to the correct article.
I have all the articles in place, but I'm unable to link them to they respective articles.
I tried to go to "Menu Items" but it doesn't appear to be Menu as I tried to link but have not worked.
Please can you help?
It looks like it might be a custom HTML module which can be edited in Extensions -> Modules.

By default checkbox should be checked on any webpage

As a user I have to checkmark many checkboxes in a webpage frequently. so I just want to make checkbox by default checked when ever page loads. Is there any settings we can do chrome. or any injector with the help of extension.
Appreciate your help.
There is an extension called Check All. It works pretty well:
Here is the link for that : https://chrome.google.com/webstore/detail/check-all/nnbihdpkeohjdfncchjhidbbonnihaob?hl=en

Magento: “Add New Set” button in “Manage Attribute Sets” is not visible…

For some reason the "Add New Set" buton is not visible in the "Manage Attribute Sets". Hope someone can help with this...
I have tried everything... gone through all settings... nothing seems to be wrong... Desperate as I was, I even made a complete reinstall on a clean site (and DB)... Same issue...
The "default" set is empty, and there are no unassigned attributes in the list... I think it's weird... (see attached images)
Anyone have an idea of what(if) I'm doing(something) wrong? Everything else seem to be working ok!
(thanks in advance)
Mike
The issue is because there is template files missing in magento 1.9.2.3 version adminhtml catalog directory.
You will need to add the files from magento old version manually to make the attribute section work properly. you can find more detail here:
magento attribute set missing button

Problems adding an article in Joomla

I got a problem I really cant solve. I am trying to create a menu with an single article in Joomla 2.5, but it wont show the article.
I have created a main menu with some menus which are set to single article, and I have created some articles, which I've added to the specific menu items, it has no problems saving the menu, but when I reload the page, there is no article/text/picture.
Does some one have any idea why this is happening?
Make sure article is published. Even if it won't work. Just on error reporting n see what exactly error is getting about & find the solution.
It seems like a SEF issue.
Say your menu is published under the SEF url /fun/jokes.html: if the SEF plugin is not enabled Joomla might be looking for your pictures in /fun/images/... instead of /images/...
Just head to the administrator / plugin, search for SEF (system - SEF plugin) and enable it.
Clear the cache and it should start working.
I have found the problem. Under my profil for the template, "System Output" whas set to "no". Changed it to "yes" and it shows all my article.
But thanks for your efforts

I'm building a theme for tumblr and the {HasPages} doesn't seem to work properly

I've put the HTML draft of the theme so far, with minor CSS edits.
Currently I have all the block posts and everything else that's essential to a tumblr theme but I can't seem to get the {HasPages} block to work properly.
I've tested it on a different tumblr, also. There are pages created and I already have provided some basic CSS for it just in case. But there isn't anything showing up.
Has anyone has this problem and if so, is there a solution I'm missing? The code to display the pages is included.
{block:HasPages}
<ul>
<li>Home</li>
{block:Pages}<li>{Label}</li>{/block:Pages}
</ul>
{/block:HasPages}
Also, is this a valid web masters' question. I'm not sure.
I just had this issue: a link to a page I created didn't show up.
I solved this by checking off "Show a Link to this Page" in the Page options. To find this:
Go to tumblr.com.
In the top navigator click the gear. This is where the settings are.
On the side, click on the blog you want to customize.
A customize button should show up beside the name "Theme". Click on this button.
Now your blog will show up with a Customize panel. In the Customize panel there should be a Pages section. Click the Edit button beside the page and a window will pop up.
You can find the "Show a Link to this Page" option in this window.
Let me know if you need any clarification.
As far as I can see your code is right. Have you clicked the 'show a link to this page' checkbox, which is at the bottom of the page edit popup? I bet that's it... :)
I have also been having this problem. However, everything works correctly on my actual page, even though the theme editor does not appear to be aware of the block on my custom theme, nor does the theme preview seem to be aware of the pages tagged to show.
Have you tried saving your theme and checking the links on the live page?

Resources