joomla article edit [closed] - joomla

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am new in joomla 1.5.26 . I am trying to edit some certain articles for registered user but not for all articles. In my current situation all articles are becoming editable. But I want to make some of the articles would be editable.
Please guide me how to do that.
Thanks in advance.

if you want to allow your users to edit only a kind of articles, you need ACL.
Sadly, there is no such thing in Joomla 1.5 (unless you buy a commercial extension), but you can find it natively in Joomla 2.5
It's a very powerful thing, give it a try!
EDIT
If you REALLY need to use joomla 1.5, take a look at this component : it adds the ACL logic inside site. I never tested it, however here you can find more ACL extensions

You can edit any article from admin panel by logging in as Admin. In case you are logging in frontend with admin account then you can edit all articles,any other register user can not edit thees articles, this functionality is available for admin only.

Related

CKeditor 4x User Guide [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I know this is not the right website to ask for this but I couldn't find an appropriate one among the StackExchange network.
So my question is pretty simple. Where can I find a guide that has detailed explanations of all buttons (on toolbar) of the CKEditor? (I am writing a documentation for a website and i want to find a guide to refer to)
I 've been trying to find something all day but with no luck. If anyone could share a link please...
[...] all buttons (on toolbar) of the CKEditor?
There are so many plugins and custom builds of CKEditor so there's no such thing like "all buttons". You can browse the official plugin repo for brief descriptions of each plugin.
Also the official documentation website may help you.

Block magento website by users country? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i need to block the magento website by the visitors country without any extension , how to do it, where i need to edit the code? can i use .htaccess to do this?, else any native supports form the magento ?
please help me.
Thanks in advance
You can try Maxmind's mod_geoip apache module:
http://dev.maxmind.com/geoip/mod_geoip2
If you are using WHM/cPanel then it is easy to block entire contry IP ranges from firewall like CSF. For more details how to block entire country in CSF visit following URL:
http://www.vpsdiscussions.com/index.php/topic,87.0.html
I think this one is more accurate:
http://www.ip2location.com/blockvisitorsbycountry.aspx
This one is magento free module:
http://www.magentocommerce.com/magento-connect/et-ip-security.html
I already explained my experience here: http://www.magentocommerce.com/boards/viewth/viewthread/469503/
I just think you shouldn't block the whole site, just the prices. You couldn't believe how many people outside the US find us & we can point them to our european or asian partners.
Hope it helps

Does Joomla v2.5 or v3 (in Beta) have support for custom user groups and permissions? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Having looked at Joomla during the v1.5 days I abandoned using it because it was limited to pre-defined user groups and non-granular permissions.
Now that v2.5 of Jooma is here and v3.0 is in Beta I am wondering if this has changed. Do the newer versions of Joomla allow more granular permissions and user defined groups?
Joomla 2.5 have ACL
One of the most powerful new features in Joomla 1.6 and later versions is Access Control Lists (ACL).
ACL stands for access control lists. It refers to who has permission to do what on the website, including read, create, edit, delete, or log in, among other permissions.
Here a helpful link
http://www.slideshare.net/jen4web/joomla-25-access-control-lists-acl

From where can i start magento extension development [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i am familiar with magento and also wrote some widget for magento as well , now i want to create some magento extension, Can you please help me out from where can i start the magento extension programming . Please advice me good tutorial and books
Thanks
The best resource I found is Alan Storm's (our fellow stacker) series of blog posts which he calls Magento for PHP MVC Developers. He explains all the issues relating to magento development in much detail.
I think you'll also find this extension a great start: http://www.magentocommerce.com/magento-connect/Daniel+Nitz/extension/1108/modulecreator. You can trawl through the code it creates to get a really good idea of the key pieces of the puzzle.
Also, review the Magento sequence diagram to understand important steps in the flow:
http://www.magentocommerce.com/wiki/_detail/general/doc/page-request-flow.png?id=doc:magento-architecture&cache=cache
Magento-Debug to navigate Magento's modules and layouts: https://github.com/madalinoprea/magneto-debug

Joomla - Different forum per page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'm fairly new to Joomla - so hopefully this isn't too simple.
My client would like to have a separate discussion forums per "Page". For instance, say you user groups Group 1, Group 2 and Group 3 and have Page 1, Page 2, and Page 3. Each Page will have a discussion forum that will only be accessible by the corresponding Group. To handle the permissions I've been using noixACL, and that seems like it will do the job.
My problem is I'm not able to create separate forums with any of the components I've tried yet. The two forum components I've liked are ccBoard and Kunena Forum. If I create a new link for either one it will only create a page that has all the forums and categories listed, I really need to have a link per forum so I could place the link on the separate Pages.
If anyone has any suggestions, or know of any modules that will display only a single forum/category I would appreciate it, thanks.
What if you install say, phpbb and bridge it with joomla with rokbridge.
On phpbb make each forum private and hidden from the other groups, so its only 1 single forum but each group can only see 1 section. so it will be only 1 link but the content will depend on what the group permission has.
http://www.rockettheme.com/extensions-joomla/rokbridge
http://www.phpbb.com/kb/article/create-a-private-forum/

Resources