Why i am unable to click the notification,message,profile section - laravel

I am currently doing laravel project and I have downloaded the Ace admin template. I have mentioned my problem details in the image. User manager, notification, messages and profile section are not clickable. What might be the problem?
The thing is I want to log out the admin section from the dashboard. I have successfully done the login section.
enter image description here

I think you forget to give url to the usermanager and notification profile
In your image I see like this, your url should be look something like this newportal.test/admin/dashboard/usermanager. Instead of newportal.test/admin/dashboard/# because you are appending # in your url, So click function wont work in your case.
Solution
Give a anchor tag to your notification and usermanager
<a href="newportal.test/admin/dashboard/usermanager" >User manger</a>

Related

Joomla Submit article redirect to homepage

I have site that user can submit an article in frontend . I have create menu submit article, but when i click it , it redirect to homepage.
Thank you
The guidelines are here: Joomla : How to create an article from the front end.
Go through below:
Your menu item should not have access to only special members if you are submitting content as registered member. In short, you should maintain the access level of the page.
There can be some other cases, for which you must need to post the screenshot if any error message shown on the screen to debug. As you know there are many settings, custom code, and tweaks that Joomla CMS allows to implement.
To change the redirection when submitting an article I found it useful to do the following:
Associate the form that enables you to create an article from the frontend to a menu, and then edit the corresponding element of the menu, on the options tab, select the redirection after submission category to where you want it to redirect and that's it. Hope it helps anyone!

how can i get my login page in area?

I have 2 areas in my project: Admins , Members
and I have Login.csthml in view folder.
Therefor,its Address is:
http:localhost.com:5555/Areas/Members/view/Login.cshtml
I want to create the text link "login" at home page of my site ,
when i click on it, it should go to login page that i said above.
i use this code:
#Html.Action("Login", "Members")
but , it doesnt know it should go to Members Area, and it throws an error:
{"The view 'Login' or its master was not found or no view engine
supports the searched locations. The following locations were
searched:\r\n~/Views/Members/Login.aspx\r\n~/Views/Members/Login.ascx\r\n~/Views/Shared/Login.aspx\r\n~/Views/Shared/Login.ascx\r\n~/Views/Members/Login.cshtml\r\n~/Views/Members/Login.vbhtml\r\n~/Views/Shared/Login.cshtml\r\n~/Views/Shared/Login.vbhtml"}
what should i do?
Do you have the area registeration on the Global.asax? When adding an area by right-clicking on the project and using the wizard all the coding for that is done automatically.
Also the address you posted is not correct... it should be something like http: localhost:[port]/[AreaName]/Members/Login
try using this url form to see if the routing is working or not

Facebook like button issue image, title, description

I have created a Facebook like button on my website 6 months ago it was working fine and showing image, title and description while posting the comment. But now from 2 days it's not showing any information showing shared URL instead of the image, title and description while posting comment.
Here is my website link.
https://www.whatyourneighbourpaid.com
Please see at the footer for share icon.
Have you checked your page in the Facebook Debuger (AKA linter)?
It says:
Errors That Must Be Fixed
Object Base Domain Not Allowed: Object at URL
'https://us.whatyourneighbourpaid.com/' of type 'website' is invalid
because the domain 'us.whatyourneighbourpaid.com' is not allowed for
the specified application id '391421600878949'. You can verify your
configured 'App Domain' at
https://developers.facebook.com/apps/391421600878949.
My guess is that in the app settings the url you used is not us.whatyourneighbourpaid.com, maybe www.whatyourneighbourpaid.com or just plain whatyourneighbourpaid.com?
If that's the case then just add this to the App Domains in the app settings and things should work fine.

WordPress -- Plug-In To Assign Images To Users/Clients?

As a graphic designer, I am wondering if either:
there is a WordPress plugin that will allow me, as an administrator, to upload a client image and assign it to a user profile; or
there is a simple way to hack WP into doing what I stated in #1?
I want clients to have the ability to log-in once to my WordPress site, and to click on a "user gallery" page which will only show the images/graphics assigned/completed for them.
Any help would be greatly appreciated.
Seems this plugin should work...
User Specific Content
This Plugin allows you to select specific users by user name, or by role name who can view a specific post content or page content.

Custom Joomla Registration Form and Profile

I want to create a custom Joomla registration form and a profile to show the information saved. For this I followed the answer on this thread. I have cloned and changed the files of the user profile plugin. Now the problem is that the edited profile form is not displayed after I have enabled the plugin. I have a login link on my site, which on success redirects to a profile display page after that. When I click edit on the profile display page, the edit profile form is still the same old one and it is located at profile?layout=edit. All it has is:
Name
Username
Password
Confirm Password
Email
Confirm Email
Basic Settings
Why is this not working. The installation was also fine.
Is this even the right way of doing this.
Please help with this. I appreciate all the help. Thanks!
See original Joomla docs on how to add a profile plugin in Joomla 1.6
http://docs.joomla.org/Creating_a_profile_plugin
I ended up going with Community Builder. It has amazing search features.

Resources