Quote:
Originally Posted by reedness
Thanks, Cat. Did you try the 2.6.1 Beta version?
|
No, for v4 of vBulletin you must use 2.6.2 Beta that was posted a page or two back.
Quote:
How did you pull off step 6? USERCP_SHELL does not contain this at all.
|
DO this instead
Code:
6. Template EDIT
In:
Admincp -> Styles & Templates -> Edit Templates -> User Control Panel Templates -> USERCP_SHELL
**************
FIND:
**************
<li class="{vb:raw navclass.substhreads_editfolders}"><a href="{vb:link subscription, '', 'do=editfolders'}">{vb:rawphrase edit_folders}</a></li>
**************
AND ADD UNDER IT:
**************
<!-- ##### START MODIFICATION - Email Integration ##### -->
<li class="{vb:raw navclass.subforum}"><a href="{vb:link subscription, '', 'do=subforumlist'}">{vb:rawphrase ei_edit_sub_forums}</a></li>
<!-- ##### END MODIFICATION - Email Integration ##### -->
**************
CLICK SAVE!
**************
In:
Admincp -> Styles & Templates -> Edit Templates -> Subscriptions (Thread Notifications) Templates -> subscribe_choosetype
**************
FIND:
**************
<vb:if condition="$show['subscribetothread']">
**************
AND CHANGE IT TO:
**************
<vb:if condition="$type=='threadid'">
**************
CLICK SAVE!
**************