noesiskl
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Attendee list entry wihout dateHi Darian (@d0153),
now I know: the export works only for one specific event. If I retrieve the list of all events (with https://<domain>/wp-admin/edit.php?post_type=tribe_events&page=tickets-attendees) and select one or more attendees, nothing is exported (but a new tab is opened – would be nice if that closes and a warning will appear, that and why nothing else is done).
To export attendees of more than one event would be useful in some cases, however! ?? Keep in mind our series of events (my post of yesterday): the backoffice would like to create and export a list of all registrations for a specific day.
However, also the export problem seems some kind of “user error” and so I would only state the wishes for enhancements of the plugin. And be so nice to answer my question regarding to a plugin or add-on for events series.
Many thanks in advance for your effort and regards,
KnutForum: Plugins
In reply to: [The Events Calendar] Attendee list entry wihout dateHi @d0153,
screenshot of the list below (hope that helps!):
The issue with export button I will examine tomorrow and come back with my findings … ??
Addentum:
If the name in the list is the name of the ticket, we have an “user error” in our case. The guy, who created the events and tickets names only the events correct (with date), but not the assigned tickets.
BTW: Is there a plugin that allows to create a series of events with tickets? We have the website of a school and need events (with tickets) for registration (“Anmeldung” in German, parents come with their child to the school office) as:
- day 1, 9.00 – 9.30
- day 1, 9.30 – 10.00
- …
- day n, 15.00 – 15.30
Regards, Knut
Forum: Plugins
In reply to: [The Events Calendar] Attendee list entry wihout dateHi @tristan083,
thank you for your reply.
I refer to the list retrieving with https://<domain>/wp-admin/edit.php?post_type=tribe_events&page=tickets-attendees
It shows the attendees for all events.
Regards, Knut
Hello,
thank you for given advises. With that (checking the SQL used) I figured out that contact status (NULL) seems to prevent some contacts from being added.
But unfortunately there is no way to change that in the backend (or I can’t find the place to do so). ??
How can I change the status of the wrong contacts (except directly in the database)?
Or what else is necessary to change contacts status?Thanks in advance
KnutForum: Plugins
In reply to: [Simple Membership] Improvement of settings dialog (access control)@mbrsolution Fine, thanks!
Forum: Plugins
In reply to: [Simple Membership] Improvement of settings dialog (access control)@mbrsolution Nope – sorry. ??
Forum: Plugins
In reply to: [Simple Membership] No links to login-Join us on Archive pages@wpinsider-1 If one design the hook in a way that only the plain text snippets of login and join-us links are replaced with the corresponding links I can’t see any posibility of interference with themes and/or other plugins. By that, one can also use the
$text
(instead of$original_text
) portion of the hook, which further prevents influences to existing (and desired/expected) behavior, because that is filtered already.@etna32 I think this topic can be marked as solved?
Forum: Plugins
In reply to: [Simple Membership] No links to login-Join us on Archive pages@mbrsolution Good news! I finally found the reason why in lists of posts the links are not present.
The text of
lastError
is piped through the functionwp_trim_words
(/wp-includes/formatting.php, lines 3873..3916) and just right at the beginning there is awp_strip_all_tags
(line 3879).So my solution is to implement a hook (
wp_trim_words
), the function called by that is a copy ofwp_trim_words
, exept of two lines:
$original_text = $text;
becomes$text = $original_text
(3878)
and
$text = wp_strip_all_tags( $text );
(3879) is commented out. ??This works for me, but: quick and dirty!
A better (and the right) solution would be of cause:- check if the SWPM login link is present
- skip
wp_strip_all_tags
only in that case
Maybe your developers find this solution appealing as an implementation in SWPM… ??
Kind regards
Knut- This reply was modified 4 years, 1 month ago by noesiskl. Reason: typos
Forum: Plugins
In reply to: [Simple Membership] Access control not working@mbrsolution I have to beg your pardon: by deactivating plugins step-by-step I found that one, that produces the malfunction of SWPM’s content protection. To speed up the site, some plugins are disabled where they not used. And there was the bug!
Conclusion: SWPM works fine – a great plugin!
Thanks for your patience and help.
Kind regards
KnutForum: Plugins
In reply to: [Simple Membership] No links to login-Join us on Archive pages@mbrsolution Sorry, but there are no influences from other plugins or from the theme. I am convinced, it’s a bug in the SWPM code. At the moment, I didn’t yet found out, where.
But I modified
/wp-content/plugins/simple-membership/classes/class.swpm-access-control.php
and inserted the following after line 48:
echo '<p style="font-style:italic;">'.$error_msg.'</p>';
.The result is, that in post list the ‘not logged-in message’ is shown twice: once with links (my extension, marked red) and after that the output of your plugin (without links).
See screenshot: https://oc.ib-noesis.de/index.php/s/1M801FEgdJr6Zxb
So my conclusion is, that something (wrong) happens in the process of displaying$this->lastError
. ??Would you be so kind to track this and make an appropriate bug fix in the next release? Thanks in advance!
Kind regards
Knut- This reply was modified 4 years, 1 month ago by noesiskl. Reason: further information added
Forum: Plugins
In reply to: [Simple Membership] Access control not working@mbrsolution Sorry to inform you: this guide doesn’t help me at all. I perform all the steps as described (and as mentioned above) with no success. So I think, there must be any interdependency with something else in my installation – whatever…
Remember: I checked this in a fresh install and it works like expected.
That’s why I ask for the snippet of code, where the protection is proceeded to dive into that and try to find what’s going wrong.
Thanks!@mbrsolution For instance
PublishPress Permissions
provides special settings (i.e. for the category editing dialog). In that case the SWPM access control settings are also shown, but (unfortunately) without functionality: changes are not saved.
IfPPP
is disabled (or simply not installed), there are no specialities at all.Screenshots: https://oc.ib-noesis.de/index.php/s/8XRVsrhOa8kLhE7
swpm_1: withPPP
active
swpm_2: withPPP
inactive or absenthth
KnutForum: Plugins
In reply to: [Simple Membership] Better re-directions@mbrsolution With respect to scenario #1: I think, the OP means, that the user should be redirected to login widget/page without showing ‘This content is protected… you have to log in…’
I were interested in a solution for that, too.
ThanksForum: Plugins
In reply to: [Simple Membership] No links to login-Join us on Archive pagesHi,
I also stated that today and think it’s not crucial but very welcome ??
The behavior applies not only to arcive lists, also to lists of recent posts for instance.
Regards
Knut- This reply was modified 4 years, 1 month ago by noesiskl.