Jump to content

Why show rep buttons to guest if they cant give rep?


Owdy

Recommended Posts

Posted

IMO, those buttons should be hided from guests. There is no reason to show buttons if you cant use them.

Manual fix: http://community.invisionpower.com/topic/344093-tip-hide-reputation-buttons-from-guests/

Posted

We have a FFFV bug report about this. We want to do more than just hide from guests (i.e. hide the buttons if you don't have permission, or if you have already repped the post, etc.), but there are resource considerations to make, so the change hasn't been implemented yet.

  • 3 weeks later...
Posted

How can I prevent to disallow crowlers to try to vote?
I have 21.994 errors "not reachable" as follows:


http://www.discusclub.net/forum/index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&.......


I've tried with adding this string into the robots.txt:

Disallow: /*add_rating
and

Disallow: /index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type

But it does't work.

Posted

I've tried with adding this string into the robots.txt:



Disallow: /*add_rating


and





But it does't work.



Try

Disallow: /*add_rating*

Not that I'm familiar with robots.txt syntax, but maybe it ignored your first example because add_rating wasn't the end of the URL
Posted

Try Disallow: /*add_rating* Not that I'm familiar with robots.txt syntax, but maybe it ignored your first example because add_rating wasn't the end of the URL


Thank you very much, I will try this.
I will not install IPSeo 1.5 until will be released a stable version, actually with 1.4 there are less issues.
  • 2 weeks later...
Posted

IPSEO 1.5.0 didn't solve the problem, and it seems that the crowlers are able to see the link, even if the option is disabled and not visible for guests.

  • IS there some optional tool or way to solve this? 23.500 errors actually.
  • Where, by default, are included the bots (group), if they search and find those strings?

Thanks.
Posted

Try



Disallow: /*add_rating*



Not that I'm familiar with robots.txt syntax, but maybe it ignored your first example because add_rating wasn't the end of the URL



on this strain... Try
Disallow: /*reputation*
or
Disallow: /*index.php?app=core&module=global&section=reputation*
EG, add_rating may be too far along in the string....
and for that matter... why is google crawling $this->request['do']'s at ALL?
Disallow: /*do=*
any do= would cause a crawl error.. because google cant "do" anything.
Posted

on this strain... Try


Disallow: /*reputation*


or



EG, add_rating may be too far along in the string....


and for that matter... why is google crawling $this->request['do']'s at ALL?


Disallow: /*do=*


any do= would cause a crawl error.. because google cant "do" anything.



Why not:

Disallow: /*index.php?app=core*

?

Wouldn't it still crawl the FURLs?
Posted

Have you tried adding a / at end of line as if no / at end then believe robots will index


The Disallow: line without the trailing slash (/) tells all robots to index everything. If you have a line that looks like this:


Disallow: /private/


It tells the robot that it cannot index the contents of that /private/ directory.

Posted

on this strain... Try


Disallow: /*reputation*


or



EG, add_rating may be too far along in the string....


and for that matter... why is google crawling $this->request['do']'s at ALL?


Disallow: /*do=*


any do= would cause a crawl error.. because google cant "do" anything.




Have you tried adding a / at end of line as if no / at end then believe robots will index



Disallow: /*reputation*/
?
Posted

Disallow: /*reputation*/


?



The / would screw up the URL. If the reputation link doesn't end in a slash, it would be indexed.

The * works either way, regardless of whether it ends in a slash or not.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...