River
MVPRiver MVP
Reactions
-
Re: Dashboard userlist shows no list by default
How many users do you have? You may be running into the typical behavior of the vanilla dashboard users when your user count is very high. you can check your table rows in the user table to get an es… (View Post)3 -
Re: How to Hide this?
Do you see the image you posted. the blue line is highlighted. it says. li class="Best" li is the html tag. to select on a class name use the . A simple period in front of the class. to iso… (View Post)9 -
Re: Fixing the Order of Announcements
Hi LuxVera, I have been able to keep sequences of discussions and announcements in the order I want by using a combination of posting announcements in reverse order and then sinking each one (last an… (View Post)7 -
Re: Email sending crashes on a clean install
try examples here: http://php.net/manual/en/function.mail.php check if firewall is blocking your port for the mail as well. $rt = @mail($val, essentially $Subject, $body, $header, $params); (View Post)2 -
Re: "Sorry, permission denied." when signing in.
since you are testing things out. You might try a test install of vanilla 2.3b1 unembedded and see if the problems still occur. (View Post)1