*

immobilier

  • **
  • 14 posts
{SOLVED} user items links issue
« on: August 13, 2020, 01:19:20 PM »
Hello dear members,

I have one issue in user items page, ine the footer section, it shows many links to another pages in my website, for what user needs this? how i can delete these llinks. these is a screen shot of the issue + the code of my footer user.items php

Code: [Select]
</div>
    <?php
        View
::newInstance()->_exportVariableToView("listClass",$listClass);
        
View::newInstance()->_exportVariableToView("listAdmin"true);
        
osc_current_web_theme_path($loop_template);
    
?>

    <?php
    
if(osc_rewrite_enabled()){
        
$footerLinks osc_search_footer_links();
    
?>

    <ul class="footer-links">
      <?php foreach($footerLinks as $f) { View::newInstance()->_exportVariableToView('footer_link'$f); ?>
      <?php if($f['total'] < 3) continue; ?>
      <li><a href="<?php echo osc_footer_link_url(); ?>"><?php echo osc_footer_link_title(); ?></a></li>
      <?php ?>
    </ul>
    <?php ?>
    <div class="pagination"> <?php echo osc_pagination_items(); ?> </div>
    <?php ?>
  </div>
</div>
<?php osc_current_web_theme_path('footer.php') ; ?>



« Last Edit: August 13, 2020, 03:45:15 PM by immobilier »

*

MB Themes

Re: user items links issue
« Reply #1 on: August 13, 2020, 02:06:03 PM »
@immobilier
Seems like spam, people want to get backlinks from your site to theirs to improve their seo score.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

immobilier

  • **
  • 14 posts
Re: user items links issue
« Reply #2 on: August 13, 2020, 03:01:22 PM »
@immobilier
Seems like spam, people want to get backlinks from your site to theirs to improve their seo score.

Hello, I solved the problem, i changed the footer links code and made the amount of links to 0. thank you
« Last Edit: August 13, 2020, 03:44:48 PM by immobilier »