aberdeen-music

Want your banner here?   Don't want to see these?


Technical Problems This forum is for reporting any technical problems you may have accessing or using the web site.

Reply
 
LinkBack Thread Tools
Old
  (#1 (permalink))

Woolies's Avatar


Woolies is on a distinguished road with 0 influence and 13 reputation points.Woolies is on a distinguished road with 0 influence and 13 reputation points.

Profile
status: Offline
joined: Sep 2003
talents: i shoot musicians
location: Woodlands
Default "You Cannot Give Reputation To This Post" - 30-09-2007, 14:54

A javascript popup error saying "sorry, you cannot give reputation to this post etc, etc" when using the rolldown give reputation box from the star button to the top right of posts.

Tried with a couple of posts / different users in this thread but with no luck for any
Checked my usercp options and the FAQ I look to be able to use the rep system...?
(member for few years so I should have some influence despite the low post count?)


also the error messge has <br />'s in it when the phrase should be using \n line breaks instead
   
Reply With Quote
Sponsored Links


Old
  (#2 (permalink))

Neil's Avatar


Profile
gender: Male
status: Offline
joined: Aug 2003
location: Glasgow
Default 30-09-2007, 15:09

Quote:
Originally Posted by Woolies View Post
A javascript popup error saying "sorry, you cannot give reputation to this post etc, etc" when using the rolldown give reputation box from the star button to the top right of posts.

Tried with a couple of posts / different users in this thread but with no luck for any
Checked my usercp options and the FAQ I look to be able to use the rep system...?
(member for few years so I should have some influence despite the low post count?)
You can't give reputation to users for posts in any of the General Discussion forums. The theory being reputation should only be given for posts in the on-topic forums (e.g. Music Discussion forum etc)
   
Reply With Quote
Old
  (#3 (permalink))

Woolies's Avatar


Woolies is on a distinguished road with 0 influence and 13 reputation points.Woolies is on a distinguished road with 0 influence and 13 reputation points.

Profile
status: Offline
joined: Sep 2003
talents: i shoot musicians
location: Woodlands
Default 30-09-2007, 17:17

ahh right cool.


What are you using to dissallow rep in those forums if I may ask?

A plugin at the showthread_start hook matching forumids and setting $show['reputationlink'] = false should disable showing the button but still show the rep dots
Code:
$no_rep_forums = array(1,2,3,4);
if (in_array($threadinfo['forumid'], $no_rep_forums))
{
    $show['reputationlink'] = false;
}
Not tested (might need to be placed in a postbit factory hook) & technically you could then still give rep via manually created url typed into the address bar but not showing the button may be a more user-friendly choice if the option isn't there
   
Reply With Quote
Old
  (#4 (permalink))

Stripey's Avatar


Profile
status: Offline
joined: Nov 2004
bands: the idiots are winning
Default 30-09-2007, 17:58

Quote:
Originally Posted by Woolies View Post
ahh right cool.


What are you using to dissallow rep in those forums if I may ask?
The site just runs on vbulletin, it's all point and click administration isn't it.
   
Reply With Quote
Old
  (#5 (permalink))

Marsh's Avatar


Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.

Profile
gender: Male
status: Offline
joined: Aug 2004
bands: None
talents: Air guitar
location: On the rock bus
Default 30-09-2007, 18:05

Quote:
Originally Posted by Woolies View Post
ahh right cool.

What are you using to dissallow rep in those forums if I may ask?

A plugin at the showthread_start hook matching forumids and setting $show['reputationlink'] = false should disable showing the button but still show the rep dots
Code:
$no_rep_forums = array(1,2,3,4);
if (in_array($threadinfo['forumid'], $no_rep_forums))
{
    $show['reputationlink'] = false;
}
Not tested (might need to be placed in a postbit factory hook) & technically you could then still give rep via manually created url typed into the address bar but not showing the button may be a more user-friendly choice if the option isn't there
A popular American three - piece fronted by Pharrell Williams has popped up in my mind.
   
Reply With Quote
Old
  (#6 (permalink))

Woolies's Avatar


Woolies is on a distinguished road with 0 influence and 13 reputation points.Woolies is on a distinguished road with 0 influence and 13 reputation points.

Profile
status: Offline
joined: Sep 2003
talents: i shoot musicians
location: Woodlands
Default 30-09-2007, 19:23

Quote:
Originally Posted by Stripey View Post
The site just runs on vbulletin, it's all point and click administration isn't it.
basically yeah but Neil has added a number of nice custom bits & bobs - the reputation/influence tweaks aren't out-of-the box vBulletin, I don't recognise the implementation and I just reckoned not showing the rep button when it has no purpose may be a cleaner solution for casual & irregular posting site members like myself.

Quote:
Originally Posted by Marsh View Post
A popular American three - piece fronted by Pharrell Williams has popped up in my mind.
I had to google that reference. Music geek beats code nerd, oh noes~!
   
Reply With Quote
Old
  (#7 (permalink))

Marsh's Avatar


Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.Marsh is a helpful contributor with 5 influence and 45 reputation points.

Profile
gender: Male
status: Offline
joined: Aug 2004
bands: None
talents: Air guitar
location: On the rock bus
Default 30-09-2007, 20:03

Quote:
Originally Posted by Woolies View Post
I had to google that reference. Music geek beats code nerd, oh noes~!
Twos up min!

Nice one
   
Reply With Quote
Old
  (#8 (permalink))

Neil's Avatar


Profile
gender: Male
status: Offline
joined: Aug 2003
location: Glasgow
Default 30-09-2007, 20:07

Quote:
Originally Posted by Woolies View Post
What are you using to dissallow rep in those forums if I may ask?
Umm...you can specify which forums that reputation for posts cannot be given for under the User Reputation Options in the admin control panel.

Quote:
Originally Posted by Woolies View Post
Not tested (might need to be placed in a postbit factory hook) & technically you could then still give rep via manually created url typed into the address bar but not showing the button may be a more user-friendly choice if the option isn't there
Cheers for that. I'll give that a try sometime as I agree it would be a lot more user-friendly to just remove the reputation button from posts within those forums. Unfortunately, I'm not finding much time to do anything on this web site as of late.
   
Reply With Quote
Old
  (#9 (permalink))

Woolies's Avatar


Woolies is on a distinguished road with 0 influence and 13 reputation points.Woolies is on a distinguished road with 0 influence and 13 reputation points.

Profile
status: Offline
joined: Sep 2003
talents: i shoot musicians
location: Woodlands
Default 30-09-2007, 20:30

Quote:
Originally Posted by Neil View Post
Umm...you can specify which forums that reputation for posts cannot be given for under the User Reputation Options in the admin control panel.
not in the default install you can't! (Although I admit I had to check across three sites to make sure...)

Quote:
Cheers for that. I'll give that a try sometime as I agree it would be a lot more user-friendly to just remove the reputation button from posts within those forums. Unfortunately, I'm not finding much time to do anything on this web site as of late.
You've managed to upgrade to Photopost vBGallery 2.3 which is more than any of the sites I work on have done yet!
It's nice when a forum based site gets up to speed and just keeps itself ticking over though
   
Reply With Quote
Old
  (#10 (permalink))

Neil's Avatar


Profile
gender: Male
status: Offline
joined: Aug 2003
location: Glasgow
Default 30-09-2007, 21:35

Quote:
Originally Posted by Woolies View Post
not in the default install you can't! (Although I admit I had to check across three sites to make sure...)
Ah, my mistake. It appears this helpful little addon (Enhanced Reputation Checks - vBulletin.org Forum) adds this option among a few others. I forgot it added this particular option.
   
Reply With Quote
Reply



Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't give reputation points. Lucky Rathen Technical Problems 4 23-04-2007 23:06
Reputation & Rewards System - Phase 1 Neil Web Site Announcements 26 07-05-2006 11:29


All times are GMT. The time now is 07:48.

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
All web site content ©2001 - 2008, aberdeen-music