• Page:
  • 1
  • 2

http display for https for canonical 5 years 7 months ago #11

  • Alexandru
  • Alexandru's Avatar
  • Senior Developer
  • Bucharest
  • Localtime: 01:24
  • Europe/Bucharest
  • Posts: 4856
1. We were unable to replicate the issue on our local test server. From what version to what version did you upgrade?
2. That does not look like a html "a" tag so you can add nofollow.
thePHPfactory Customer Support
The administrator has disabled public write access.

http display for https for canonical 5 years 7 months ago #12

  • hardik
  • Localtime: 01:24
  • Europe/Bucharest
  • Posts: 119
blogfactor4.3.5 to 4.4.0

The a tag i can't see please can you show me the code which can make it easier for me.
Last Edit: 5 years 7 months ago by hardik.
The administrator has disabled public write access.

http display for https for canonical 5 years 7 months ago #13

  • Alexandru
  • Alexandru's Avatar
  • Senior Developer
  • Bucharest
  • Localtime: 01:24
  • Europe/Bucharest
  • Posts: 4856
1. Still unable to replicate issue on local test server.
2. We do not understand what exactly you are asking. What code should we show you?
thePHPfactory Customer Support
The administrator has disabled public write access.

http display for https for canonical 5 years 7 months ago #14

  • hardik
  • Localtime: 01:24
  • Europe/Bucharest
  • Posts: 119
How to add nofollow and noindex ?
The administrator has disabled public write access.

http display for https for canonical 5 years 7 months ago #15

  • Alexandru
  • Alexandru's Avatar
  • Senior Developer
  • Bucharest
  • Localtime: 01:24
  • Europe/Bucharest
  • Posts: 4856
Do you want to add nofollow and noindex for the links contained in a post?
thePHPfactory Customer Support
The administrator has disabled public write access.

http display for https for canonical 5 years 7 months ago #16

  • hardik
  • Localtime: 01:24
  • Europe/Bucharest
  • Posts: 119
i want to add nofollow in the pagination.

<?php

defined('_JEXEC') or die;

function pagination_list_render($list)
{
// Initialise variables.
$lang = JFactory::getLanguage();
$html = "<div class=\"dd-pager\">";

$html .= str_replace("pagenav", $list ? "" : "active", $list);

$html .= str_replace("pagenav", $list ? "" : "active", $list);

foreach($list as $page) {
$html .= str_replace("pagenav", !$page ? "active" : "", $page);
}

$html .= str_replace("pagenav", $list ? "" : "active", $list);

$html .= str_replace("pagenav", $list ? "" : "active", $list);

$html .= "</div>";


return $html;
}
The administrator has disabled public write access.

http display for https for canonical 5 years 7 months ago #17

  • Alexandru
  • Alexandru's Avatar
  • Senior Developer
  • Bucharest
  • Localtime: 01:24
  • Europe/Bucharest
  • Posts: 4856
The pagination is being handled by Joomla and is not part of the extension.
thePHPfactory Customer Support
The administrator has disabled public write access.
  • Page:
  • 1
  • 2