bmatth1
Forum Replies Created
-
Is there a way to make this update with php version 5.3?
This is now solved by using anchor=”anyname” within the shortcode brackets. Thank you so much.
Forum: Themes and Templates
In reply to: [ColorMag] Dates appear on post images – how to removeOk – I used this custom CSS and it works:
.widget_featured_slider .below-entry-meta {
display: none;
}
.widget_highlighted_posts .below-entry-meta {
display: none;
}Great – thanks.
Yes – I am using the PRO version and it is wonderful.Forum: Plugins
In reply to: [Eyes Only: User Access Shortcode] Usable with Profile BuilderOk – Eyes Only worked. I took out the Logged In qualifier and used only Level=”Administrator” and it worked fine.
Forum: Plugins
In reply to: [Eyes Only] Profile builder problemsOk – Eyes Only worked. I took out the Logged In qualifier and used only Level=”Administrator” and it worked fine.
Forum: Plugins
In reply to: [Eyes Only: User Access Shortcode] Usable with Profile BuilderHere is an example of the code used in the template:
<table class=”wppb-table”>
<thead>
<tr>
<th scope=”col”>{{{ }}}</th>
<th scope=”col”>Sort By {{{sort_last_name}}}</th>
</tr>
</thead>
<tbody>
{{#users}}
<tr>
<td class=”wppb-avatar”> {{{avatar_or_gravatar}}}</td>
<td class=”wppb-name”>[eyesonly level=”administrator” logged=”in”] Username:{{meta_user_name}}
[/eyesonly]{{meta_first_name}} {{meta_last_name}}
{{meta_email}}
{{meta_alt_email}}
{{{more_info}}}</td>
</tr>
{{/users}}
</tbody>
</table>
{{{pagination}}}EYES ONLY is not working – shows the user id to everyone of all levels.
Forum: Plugins
In reply to: [Eyes Only] Profile builder problemsI am using the pro version. https://peacemakersabf.com/members. Just to make sure I understand – eyes Only does not work in the coding for the member display page? This may be my problem. Can you suggest something that may work within the short codes that display the member fields – such as user name, and other meta fields, and I can restrict certain fields to be displayed only to the administrator?
ok great! I submitted my questions using the form in the link above. I hope this is the plugin I am looking for – PRO version is fine.
Thanks.I am concerned about the time to receive a response from support. What is the turnaround time for answers to support questions?
I would also like to change the email masking. I am using cryptx which displays the email address, but uses javascript to mask it in the coding – it cannot be tracked, but it can be seen and used to send email messages.
Forum: Plugins
In reply to: [Participants Database] Link for profile imageSorry – one more question. WHen someone clicks on the first name (linked to the profile), can that person be required to log in first before seeing the profile information?
Forum: Plugins
In reply to: [Participants Database] Link for profile imageok – I am using phpadmin, and inserting the link and it works great! One more questions please – am I able to make the thumbnail larger and the original photo larger in the popup window that shows the image when you click on it?
Forum: Plugins
In reply to: [Participants Database] Link for profile imageWould you be able to direct me to the line of code in the php file where the upload and assignment of the image link takes place? I am thinking the line of code could be changed to take the data from a field set up in the admin panel (URL link to the image).
Forum: Plugins
In reply to: [Participants Database] Link for profile imageIf I look into the database tables, which field is the image upload link? Is it the PHOTO field (text)?