lucilem
Forum Replies Created
-
Forum: Plugins
In reply to: [Rencontre - Dating Site] Selected portraitsOh I get it now, it’s like a match !
Forum: Plugins
In reply to: [Rencontre - Dating Site] Photos approvalThank you very much for adding that and coming back to me !!!
I had a look and it is easy to delete them, thank you.Hopefully one day we find a solution to moderate them before they go online but it will work as is for now.
We just need to be quick and regularly go check every member that uploads a photo.
Forum: Fixing WordPress
In reply to: if statement divI finally figured it out !
<?php if (!is_user_logged_in()) { ?> <h6>TITLE</h6> <?php } ?> <?php $class = "site-info"; if (is_user_logged_in()) { $class = ""; } ?> <div class="<?php print $class; ?>"> <?php if (!is_user_logged_in()) { echo '<div style="display:'.((get_locale()=="fr_FR")?'block':'none').';" >'; multieditDisplay('FR-content'); echo '</div>'; echo '<div style="display:'.((get_locale()!="fr_FR")?'block':'none').';" >'; multieditDisplay('EN-content'); echo '</div>'; } if(!is_user_logged_in()) Rencontre::f_ficheLibre(); // version WIDGET else if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-3')) : endif; ?> </div>Forum: Fixing WordPress
In reply to: if statement divIt’s showing the latest members on the page and I want them only to show up while the members are not connected.
Forum: Fixing WordPress
In reply to: if statement divI use the plugin “Rencontre”
Forum: Fixing WordPress
In reply to: if statement divActually I don’t understand why there is no </div> and no <?php and where I am supposed to put these lines :
echo '<div style="display:'.((get_locale()=="fr_FR")?'block':'none').';" >'; multieditDisplay('FR-content'); echo '</div>'; echo '<div style="display:'.((get_locale()!="fr_FR")?'block':'none').';" >'; multieditDisplay('EN-content'); echo '</div>'; } if(!is_user_logged_in()) Rencontre::f_ficheLibre(); else if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-3')) : endif;Forum: Fixing WordPress
In reply to: if statement divI’m using theme twentythirteen that I have modified a bit.
Thanks for the code you went, I’ll try it and let you know !Forum: Fixing WordPress
In reply to: Adding $id variable to custom link in nav menuSomeone pointed that out to me, I thought it’s not that important if users start viewing other members profile that way since there is no such restriction on my website, anyone can view any profile.
But it’s great that you got a solution for that too ! So I’ll try and implement it as well, thank you very much !!
Forum: Fixing WordPress
In reply to: Adding $id variable to custom link in nav menuAmazing !! It works perfectly !!
Thank you very much !!!!Forum: Plugins
In reply to: [Rencontre - Dating Site] same sex searchHello,
I only have 2 members registered now for testing. One lesbienne, one bisexuelle.
The max number of results per search is set to 20.I have the 2 lines you described in custom tab.
Where can the problem come from ?
Lucile
Forum: Plugins
In reply to: [Rencontre - Dating Site] Photos approvalThank you !
Forum: Plugins
In reply to: [Rencontre - Dating Site] New usernameOk thank you for the answer !
Forum: Plugins
In reply to: [Rencontre - Dating Site] Photos approvalYes that’s right, sometimes they post fake profile pictures or porn. I want to be able to check them first before I approve them.
Maybe with a special plugin that could work with yours ?Forum: Fixing WordPress
In reply to: Custom link menu including javascript AND if sessionOops the code didn’t come out properly.
Here is the kind of menu links I need to implement in my wordpress menu :
<a href="javascript:void(0)" onClick="document.forms['rencMenu'].elements['page'].value='portrait';document.forms['rencMenu'].elements['id'].value='<?php echo $mid; ?>';document.forms['rencMenu'].submit();"><li <?php if (strstr($_SESSION['rencontre'],'portrait') && $_GET["id"]==$mid) echo 'class="current"'; ?>>Title</li></a>I figured out that using # in wordpress menu via the admin works for the javascript part entering the function in the functions.php file but how do I do for the “if session” part ?
Thank you,
Lucile
Forum: Plugins
In reply to: [Geolocation IP Detection] Unable to activate pluginOhh I had read in previous answers that I would need php5, which I have, but I didn’t realise I should have php5.3 ! I have php5.2.17
I’ll see with my server.
Thank you !!