Osclass Support Forums

Osclass theme support => Free themes => Topic started by: immobilier on August 13, 2020, 01:19:20 PM

Title: {SOLVED} user items links issue
Post by: immobilier 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') ; ?>

(https://i.paste.pics/1e32f8dc8e91741433cbc348a1613c54.png)

Title: Re: user items links issue
Post by: MB Themes 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.
Title: Re: user items links issue
Post by: immobilier 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