Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-08-2011, 09:50 AM
Spacehopper Spacehopper is offline
 
Join Date: Jun 2011
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Allow members to edit polls?

Often in my forum a poll needs to be deleted then then entered again with new options.

For example, at the moment they are watching "Big Brother" on TV and discussing it on a Big Brother thread, every week it a poll needs to be "who do you want evicted this week" but they can't change the poll at all.

On my old forum users could delete their own poll and make a new one, is there a way I can enable this or do I need to find a mod?
Reply With Quote
  #2  
Old 09-08-2011, 06:16 PM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Admincp

Under Usergroups > Usergroup Manager > Registered Users...if yes to Can Post a Poll they should be able to edit them.
Reply With Quote
  #3  
Old 09-08-2011, 08:45 PM
Spacehopper Spacehopper is offline
 
Join Date: Jun 2011
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cheers, but they have no problem posting polls, but I have had a look and I can't see how they would edit them.
Reply With Quote
  #4  
Old 09-08-2011, 08:57 PM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pregnancyforum View Post
cheers, but they have no problem posting polls, but I have had a look and I can't see how they would edit them.
I have added a registered user...a moderator and a super moderator sign on for myself..It helps with trouble shooting issues such as you are explaining.

--------------- Added [DATE]1315520162[/DATE] at [TIME]1315520162[/TIME] ---------------

Quote:
Originally Posted by bremereric View Post
I have added a registered user...a moderator and a super moderator sign on for myself..It helps with trouble shooting issues such as you are explaining.
Okay I did a test for you. A registered user can post a poll but cannot edit it or delete it. A moderator or above can on my site.
Reply With Quote
  #5  
Old 09-11-2011, 06:44 PM
Spacehopper Spacehopper is offline
 
Join Date: Jun 2011
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah what a pain, thanks for testing it out for me.

I need to get around it, do you think its possible? My members will HATE this.
Reply With Quote
  #6  
Old 09-12-2011, 02:45 AM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pregnancyforum View Post
Ah what a pain, thanks for testing it out for me.

I need to get around it, do you think its possible? My members will HATE this.
Assign a moderator to each forum to help out...that's the quickest Idea I have for you..or if a member requests a change have them contact a moderator with the things are required for change...sorry for the facts but they are what they are.
Reply With Quote
  #7  
Old 09-12-2011, 02:49 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pregnancyforum View Post
Ah what a pain, thanks for testing it out for me.

I need to get around it, do you think its possible? My members will HATE this.
Try this, in poll.php, find:
PHP Code:
    if ($vbulletin->userinfo['userid'] != $threadinfo['postuserid'] AND !can_moderate($foruminfo['forumid'], 'caneditpoll'))
    {
        
print_no_permission();
    } 
Replace with:
PHP Code:
    if ($vbulletin->userinfo['userid'] != $threadinfo['postuserid'], 'caneditpoll'))
    {
        
print_no_permission();
    } 
(This is untested)
Reply With Quote
  #8  
Old 09-12-2011, 07:01 PM
Spacehopper Spacehopper is offline
 
Join Date: Jun 2011
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, that didn't work though.

This is really annoying, why on earth can't I allow my user to edit polls?? It seems like a really silly thing not to allow!
Reply With Quote
  #9  
Old 09-14-2011, 02:24 AM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would go to modification requests and ask someone to make a mod for you. If you have no replies in a reasonable time offer up 50 bucks for someone to write a hack for you. I paid for graphic help and didn't look back.
Reply With Quote
  #10  
Old 09-17-2011, 03:39 PM
Spacehopper Spacehopper is offline
 
Join Date: Jun 2011
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks I think I will look into that, cheers
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04329 seconds
  • Memory Usage 2,257KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete