Events Made Easy › Forums › Bug fixed or feature request implemented › Attributes don´t show in list, and second attributes cannot be stored
- This topic has 10 replies, 4 voices, and was last updated 11 years, 10 months ago by
Franky.
-
AuthorPosts
-
Mon 23 Dec 2013 at 13:25 #44107
Anonymous
InactiveWordPress 3.8
Theme Atahualpa 3.7.13
Events Made Easy 1.1.3 or 1.1.4
Events List setting
#j #M #Y #H:#i – #@H:#@i #_ATT{route}{} #_LINKEDNAME #_ATT{project}{} #_LOCATION #_TOWN #_EDITEVENTLINK
Single Event setting
#_ATT{route}{ } #_ATT{project}{ }<p>#j #M #Y #H:#i – #@H:#@i</p><p>#_LOCATION #_TOWN</p><p>#_NOTES</p><p>#_ADDBOOKINGFORM</p><p>#_MAP</p>
<p>#_REMOVEBOOKINGFORM</p>
After De-/Activating EME (after upgrade to 1.1.4) Add new event only accepts 1 attribute {route}. If the sequence is changed in single event format (to #_ATT{project}{ }#_ATT{route}{ })only {project} attribute can be stored.
And in stead of attribute values (or space { }) the code (#_ATT{route}{ } etc) is shown in list/single event view.
This was not the case with previous versions of Events Made Easy & WordPress 3.7.1, Atahualpa 3.7.12
How should the event settings be altered?
Mon 23 Dec 2013 at 14:31 #50966Anonymous
InactiveHi, i have the same failure with custom attributes. Since update to 1.1.4 the custom attribs dont function. the code will be seen in list and form (look at http://www.runningsocks.de). i tried some other brackets (e.g. “(” or “[” ) without success.
Mon 23 Dec 2013 at 14:33 #50967Anonymous
InactiveWordPress: 3.8
Theme: Suffusion 4.4.7
Mon 23 Dec 2013 at 16:06 #50968Franky
KeymasterI’ll investigate this evening and release a fix if I can find the bug
Mon 23 Dec 2013 at 16:14 #50969Franky
KeymasterCan you check if the following works?
In events-manager.php, change the lines
$format = preg_replace("/$orig_resultb/", $replacement ,$format );to
$format = preg_replace("/$orig_result/", $replacement ,$format );(lines 978, 1569, 1629 and 1666)
Mon 23 Dec 2013 at 20:31 #50970Anonymous
InactiveIt works! Thanks a bunch!
Mon 23 Dec 2013 at 21:26 #50971Franky
KeymasterReleased 1.1.5 for this
Mon 23 Dec 2013 at 23:17 #50972Anonymous
InactiveYes, it works for me too. Great and fast work.
Tue 24 Dec 2013 at 09:15 #50973Anonymous
Inactive1.1.5 works.
Although it appears that the {alternative text} now should not be used anymore.
list only works correctly without the second {}
#j #M #Y #H:#i – #@H:#@i #_ATT{route} #_LINKEDNAME #_ATT{project} #_LOCATION #_TOWN #_EDITEVENTLINK
single event idem
#_ATT{route} #_ATT{project}<p>#j #M #Y #H:#i – #@H:#@i</p><p>#_LOCATION #_TOWN</p><p>#_NOTES</p><p>#_ADDBOOKINGFORM</p><p>#_MAP</p>
<p>#_REMOVEBOOKINGFORM</p>
Tue 24 Dec 2013 at 15:08 #50974Franky
KeymasterThat should not be the case. Moving back to bugs until I can test this. But not today or tomorrow 🙂
Wed 25 Dec 2013 at 21:04 #50975Franky
KeymasterJust tested it: no problems with the alternative text here …
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.