Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
How to allow ONLY logged in users to favorite?
Support Forums - Classified Ads Script Osclass
Osclass plugin support
Favorite Items Plugin
How to allow ONLY logged in users to favorite?
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
oscman
227 posts
How to allow ONLY logged in users to favorite?
«
on:
April 17, 2020, 11:41:11 AM »
How to allow ONLY logged in users to favorite? i dont want unregistered users to be allowed to add to favorite
Logged
Marked as best answer by
oscman
on April 22, 2020, 09:56:52 AM
MB Themes
Support team
17458 posts
Only quality matters
Download Osclass
Re: How to allow ONLY logged in users to favorite?
«
Reply #1 on:
April 20, 2020, 08:19:41 AM »
@oscman
Wrapping buttons into:
Code:
[Select]
<?php
if(
osc_is_web_user_logged_in
()) {
?>
...... button .....
<?php
}
?>
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]