![]() |
|
#1
|
|||
|
|||
|
I just downloaded and installed CMPS V2.0.0 last night (and purchased vBa gallery also
), and everything with CMPS is working fine except for one thing.I can't get rid of the edit buttons on the News Module on the index page. They don't show up when I'm in my forum. The only fix I came up with is editing the modules/news.php source code, but this disables editing for everyone including myself. Code:
$show['editbutton'] = false;
if ((($newsforumperms["$news[forumid]"] & $vbulletin->bf_ugp_forumpermissions['caneditpost']) AND $vbulletin->userinfo['userid'] == $news['userid']) OR can_moderate($news['forumid'], 'caneditposts'))
{
$show['editbutton'] = true;
}
|
|
#2
|
||||
|
||||
|
Which version of vBulletin are you running? Does the edit button show up for guests and other groups that don't have permission to edit posts?
|
|
#3
|
|||
|
|||
|
VB: Version 3.5.0
CMPS v2.0.0 (vB 3.5) I did a little more digging. When I'm logged in as another user, I don't see the edit button which is fine because one user should not have permission to edit another user's thread (unless they're admins of course). But, when I'm not logged in, I do see the edit button. When I click the edit button, I then get prompted to log in. Do I need to change my "unregistered users" permissions or something? |
|
#4
|
||||
|
||||
|
Strange... Yes, double check your unregistered usergroup and make sure they don't have permissions to edit threads.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBa CMPS edit news threads in news options | SNW | Troubleshooting & Problems | 4 | 11-03-2005 05:27 PM |
| Custom Field visible/edit to specific group only | libertate | "How Do I..." Questions | 1 | 07-04-2005 11:16 AM |
| Edit button removal? | jrcart | Bugs From 2.0 RC1 | 13 | 06-29-2005 09:51 PM |
| Lost Edit button :( | Merjawy | Bugs & Other Issues | 5 | 07-09-2004 07:50 PM |