Alf
Forum Replies Created
-
AuthorPosts
-
AlfParticipant
Thank you very much!
AlfParticipantThank you for your reply.
I am sorry.
I want to remove Announcement from Menu instead of New Announcement.In that case, the following code is wrong?
function fep_cus_fep_menu_buttons( $menu )
{
unset( $menu[‘settings’] );
unset( $menu[‘directory’] );
unset( $menu[‘announcement’] );
return $menu;
}December 28, 2020 at 9:59 pm in reply to: How to show new announcements to specific users, but hide to other users #42125AlfParticipantOh, this is what I want. Thank you!!
December 27, 2020 at 11:31 am in reply to: How to show new announcements to specific users, but hide to other users #42119AlfParticipantOkay, thank you for your answer.
December 26, 2020 at 9:56 pm in reply to: How to show new announcements to specific users, but hide to other users #42113AlfParticipantThank you for your answer.
Would it be possible to show previous announcements to new users?
For example, if I created new announcements on January 1st, 2020, and if new users come after January 1st, 2020, would it be difficult to show the new announcements on January 1st, 2020 to the new users?
Best,
AlfDecember 24, 2020 at 9:32 pm in reply to: How to show new announcements to specific users, but hide to other users #42100AlfParticipantThis reply has been marked as private.AlfParticipantThank you.
I could solve this.August 22, 2020 at 4:42 am in reply to: Display a form for choosing receiver and radio button at the same time #40487AlfParticipantWould it be difficult to omit the radio button for ” Message to the administrator”, and show administrators name directly?
I think that there are currently two ways to select the receiver.
1. Enter the name of a receiver
2. Select the radio button of the name of the administrator.
However, it will be more convenient for us to show both options at once.
If we only have “1. Enter the name of a receiver”, we need to enter the name of a receiver every time.
If we only have “2. Select the radio button of the name of the administrator.”, we cannot send messages to other people.If we can omit the radio button for ” Message to the administrator”, and show administrators name directly, it is more convenient for us because we can reduce the number of clicks.
I appreciate your time and help.
August 20, 2020 at 6:44 am in reply to: Display a form for choosing receiver and radio button at the same time #40442AlfParticipantThank you for your answer.
I understand that messages can be sent to administrator OR users. However, I would like to display both options on the website. Currently, there were no ways to show both forms at the same time.August 19, 2020 at 11:23 am in reply to: Display a form for choosing receiver and radio button at the same time #40406AlfParticipantIf I set the number as 0 as screenshot 4, screenshot 3 appears in the new message website.
If I set the number as more than 1, screenshot 2 appears in the new message website.
But I want to display something like screenshot 1 in the new message website.I want to display a form for choosing receivers and radio buttons for selecting administrators at the same time.
Is this possible?Attachments:You must be logged in to view attached files.August 18, 2020 at 3:59 pm in reply to: Display a form for choosing receiver and radio button at the same time #40395AlfParticipantThis reply has been marked as private.AlfParticipantHello shamim,
Thank you very much.
I thought that I could not view the attached files in All Messages, but I can actually see them.AlfParticipantI appreciate it.
I could add forms now.AlfParticipantI want to add two forms.
I want to add the titles to forms such as subject:* and message:*
I want to add one form between subject and message.
I want to add the other form under the message.I appreciate your time and help
AlfParticipantMy explanation was bad, but I would like to add words just above a form to explain what form it is like the original forms. About the original forms, there are words, subject and message, just above the forms. I would like to make forms like them. I attached the screenshot.
However, if I use the code you let me know, the words appear on the very top of the forms or the bottom of the forms.
I would appreciate it if you could help me.
Attachments:You must be logged in to view attached files. -
AuthorPosts