What?
Somebody said I could pay to get an export list of my Joomla users. I said Joomla is a FREE OpenSource system, why?
Why?
I want to move a client's list of Joomla users to a new system which ...
... users but only "Super Users" could actually login. "Registered" users would not be able to login, despite their status in the admin panel saying "enabled" and "activated" (not blocked).
If I used a test ...
...
1. Generate query to list all valid users
2. Generate query which will total hours per week per user
3. Combine in a loop to run query against each user.
Post-Notes (Update 2012)
The performance ...
... easier since it uses nested categories like Wordpress.
There are lots of commercial migrators out there and they all seem to have this problem. I'm really keen not to ask all my users to have to change ...
... >>"$" # */
# Add each user's crontab (if it exists). Insert the user's name between the
# five time fields and the command.
while read user ; do
crontab -l -u "$" 2>/dev/null |
clean_cron_lines ...
Source: http://forum.joomla.org/viewtopic.php?f=431&t=401086&p=1693742#p1693742
It's been difficult to find an easy solution to hide menu items from registered users. Finally, I found a solution that ...
... users to learn about hexadecimal color references and Red Green Blue (RGB) values is somewhat difficult. What would be nice-to-have is if they could be presented with a bunch of colors and they click ...
... logged in user (who clicked the button)
v_LoggedInUserID = 0;
r_Users = zoho.crm.getRecords("users");
for each m_User in r_Users.get("users")
{
if(m_User.get("email").equalsIgnoreCase(zoho.loginuserid))
{
v_LoggedInUserI ...
... users from saving a record without changing this. This script will round up decimal fields onload.
Inputs: -
Outputs: -
Date Created: 2023-12-13 (Joel Lipman)
- ...
... to only push valid image file types as files.
The report will work for Zoho Users... didn't really test on permissions and sharing the report, I was logged in as the super admin on both ZohoDesk and ZohoAnalytics ...
... image URL to/from ZohoWriter.
Loop through active users in ZohoCRM.
Merge the HTML email signature with the fields evaluated.
Function: fn_Workdrive_HostImage
I add this function to the CRM ...
What?
A super quick article on how to pre-select the pipeline on deal creation within CRM based on the department specified on a user's profile.
Why?
A client asked that when staff create a deal/opportunity ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... er Scopes, click on the Search icon and type "CRM": I selected "ZohoCRM.coql.READ, ZohoCRM.modules.ALL, ZohoCRM.org.READ, ZohoCRM.settings.READ, and ZohoCRM.users.READ"
Click on "Create and Connect" > Conn ...
... N a."Account ID" = c."Customer ID"
LEFT JOIN "Users" u ON u."User ID" = if_null(c."Account Owner", c."Created By")
LEFT JOIN "Sales Persons" sp ON sp."Name" LIKE CONCAT(u."UserName", '%')
LEFT OUTER JOIN( SEL ...
... = zoho.crm.getRecordById("users",v_UserID);
if(!isnull(r_UserDetails.get("users")))
{
for each r_User in r_UserDetails.get("users")
{
if(!isnull(r_User.get("profile")))
{
v_UserProfile ...
... it the following scopes:
ZohoCRM.modules.ALL
ZohoCRM.users.READ
ZohoCRM.coql.READ
//
// set to the number of hours minus the ones to be logged on Friday (40 - 8)
v_RemindeMeAtHoursLogged = ...
... learn as a quick point of reference.
Why?
Some clients systems will presume that they don't need their sales or CRM users to think about tax and probably manage it in Zoho Books leaving it to their ...
What?
A quick article to remind me how to quickly get a field from a user's settings based on the owner of a record.
Why?
A client had added a custom lookup field to the users settings called "Division" ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.