MVerminski
Forum Replies Created
-
Forum: Plugins
In reply to: [LoginWP (Formerly Peter's Login Redirect)] Plugin File Name ChangesWe have the same problem on a website, but luckily we only have two redirects.
We have two user roles, sales & customer. CM Registration Pro is used for registering/logging in. Upon logging in the user gets redirected to the customer portal or sales portal depending on their role. There is a redirect setting in CM Registration Pro, but it only re-directs to one URL. In that setting is the redirect_control.php file to accomplish the redirect based on role to different URL’s.
Now when logging in it just returns a forbidden, you do not have permission to access this page.
Maybe there is a better way to achieve this redirect dependent on role?
- This reply was modified 5 years ago by MVerminski. Reason: Added info about CM Registration Pro
Forum: Localhost Installs
In reply to: Updated PHP, database connection errorThanks for the reply. I followed your steps, but when I run the SQL code it is saying there is a syntax error.
ALTER TABLE (backtick)user(backtick) ADD PRIMARY KEY ((backtick)Host(backtick),(backtick)User(backtick));
This isn’t a HUGE issue. I think I only 4 websites locally and they are all live at this point. I can try to start from scratch and pull everything back down locally. I just use these local sites for updating plug-ins, etc. for testing before updating the live sites. May just be easier to do that.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sort by year?I purchased the pro version and asked for support on a few topics, this being one of them. Their answer – sorry that is not possible. I installed the plugin and got a refund lol
Forum: Fixing WordPress
In reply to: Weird search bar above headerHi,
I disabled all plug-ins and switched to twenty nineteen theme, but it had no effect. Also update to the newest version of the theme he is using. It is a commercial theme, but thought I’d give the support forum here a shot.
I have already followed the instructions to get access tokens/API’s for both Instagram and Facebook before I posted my question. The 3 feeds are enabled and have access tokens but only Twitter is showing up.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] 1.10 View on Map issueI don’t have Marker Clustering enabled. I enabled it for the hell of it and View on Map still worked for the left column, even those inside a cluster. No change on the right column.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] 1.10 View on Map issueI know the left side works (Alder Creek, etc.) I can’t figure out why the ones on the right don’t work (Oriskany, etc).
The map shortcode uses the categories gas and gas2
The list on the left is categories=”gas” and the one the right is categories=”gas2″
Both categories are showing up on the map, but the right column (gas2) doesn’t work when you click View On Map.
Here is the code:
[bgmp-map categories="gas, gas2"] <table> <tr> <td align="center"> [bgmp-list categories="gas" viewonmap="true"] </td> <td align="center"> [bgmp-list categories="gas2" viewonmap="true"] </td> </tr> </table>
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] BGMP 1.10-rc1 availableI can’t install 1.10 because 1.8 exists on the site. If I uninstall 1.8 to instal 1.10 am I going to lose all of my placemarks? It took a looong time to get them all entered on there.
copied and pasted it exactly how you have it into my page and it results in a blank table.
Just a heads up for anyone who reads this in the future. The search short code searches every field not just one. I had to change the form values from “C”, “LW”, “RW”, etc. to “Center”, “Left Wing”, “Right Wing” for it to display what I wanted since people have the letter C or D in their names and they were also being displayed in the search short code on pages where they shouldn’t have been shown.
That gives an error saying delimiter must not be alphanumeric or backslash, but after looking again at the link you provided I tried usign the search short code and it seems to work when I just enter LW as the search term…
[cfdb-table form="Registration" show="Position,First,Last" search="LW"]
Thank you very much
Sick of me yet? I got that to work. I typed the code myself and for some reason it wouldn’t work, but when I set up in the short codes screen and copy and pasted it worked fine. I must have left out something when I typed it.
I know I’m starting to be a pain haha – is there a way to show all of the players who selected LW even if they chose multiple positions.
Some of the guys have selected LW, RW, and C but they don’t show up under any of the position tables and I was hoping I could fix that.
If looking at the site helps it’s: https://www.burritojonzinvitational.com/rosters
Well the filter shortcode got it to sort by LW first, but then the rest of the entries show up underneath it.
I tried changing the position to RW and it listed RW first then the rest of the entries.
I’m trying to only show on position per table, and by the way you explained it and how the code looks that’s what it should be doing.
This is my short code:
[cfdb-table form="Registration" show="Position,First,Last" filter="Postion=LW"]
Well that was an easy fix. Got it set up and have working shortcodes, which brought up another question.
I’m only displaying the following feilds from my form
position,first-name,last-name
is there a way to have a table for each position?
Example
LW name name
LW name nameRW name name
RW name nameC name name
C name nameI know there is a plug-in to install which requires you to write your own PHP for the shortcode. I’m more of a designer than a programmer and PHP is definitely not one of my strong suits so I was hoping to avoid doing that.