mhelvadjian
Forum Replies Created
-
Many thanks!
Can I also use a cardsave MMS account with this plugin? (as I understand they are the same platform?)
Thanks again
MarkForum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] File uploads/attachments on last stepUpdate
I found the culprit. Another contact 7 plugin was breaking this. So nothing to do with multi-step.
Thanks for helping!
Mark
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] File uploads/attachments on last stepYes, everything else in the form works fine. So strange.
Any further thoughts – guess it’s tricky to debug?
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] File uploads/attachments on last stepAnd just to add, I put a simple form together without multi step and the same attachement and tag worked fine.
Thanks
MarkForum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] File uploads/attachments on last stepThanks for your reply!
I’ve followed all those requirements, and it doesn’t work.
When you say ” Also make sure the file you are uploading is allowed by your WordPress installation. ” I have defined the file types in the file tag e.g. ” [file file-100 limit:10mb filetypes:gif|png|jpg|jpeg|pdf]”
Are you refering to this or to something else?
Really appreciate your help!
Mark
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Amending PLayer list tableThanks @naptash
In player-details.php you can amend the php file but I’m unable to see how to load into the array the name field.
At this stage what I’ve been able to do is correcty output a new row called name, but at this stage am using $id for the value.
@roch how can I load the name into the array and/or call the name directly in this php file. Thanks
fyi here is a page showing the name row: http://ppyfc.co.uk.gridhosted.co.uk/player/paul-malton/
<tr>
<th><?php _e(‘Name’, ‘champion’); ?>:</th>
<td><?php echo esc_html( $id ); ?></td>
</tr>Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Amending PLayer list tableForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Amending PLayer list tableHi Roch
Just wondered if you had any update on points 2 and 3?
Thanks again
MarkForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Amending PLayer list tableThanks Roch. Will do for point 1.
Here’s the link to one of the player details.
http://ppyfc.co.uk.gridhosted.co.uk/player/raj-patel/Any help would be greatly appreciated!