The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
|
#12
|
|||
|
|||
Thanks. What I ended up doing was I modified an add-in I found.
|
#13
|
|||
|
|||
Can you share it with us?
|
#14
|
|||
|
|||
Yes, here's what I did:
1. Download the following product: https://vborg.vbsupport.ru/showthread.php?t=228623 2. I created a new user group (user group 15 in my case) 3. I added two instances of (is_member_of($vbulletin->userinfo, 15) AND into the downloaded above mentioned product's XML file: Code:
<![CDATA[ if (THIS_SCRIPT == 'editpost') { if (is_member_of($vbulletin->userinfo, 15) AND ($vbulletin->userinfo['userid'] == $postinfo['userid']) AND $foruminfo['ls_edit_ind']) { $vbulletin->options['edittimelimit'] = 0; } } ]]> </phpcode> </plugin> - <plugin active="1" executionorder="5"> - <title> - <![CDATA[ Set $post['editlink'] to true for First Post ]]> </title> <hookname>postbit_display_complete</hookname> - <phpcode> - <![CDATA[ if(is_member_of($vbulletin->userinfo, 15) AND ($this->post['userid'] == $vbulletin->userinfo['userid']) AND $this->forum['ls_edit_ind']) 4. Install the product |
#15
|
|||
|
|||
Its working.
Thanks Marvin Hlavac. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|