PDA

View Full Version : Mini Mods - MK Subscription


Huy Ho?ng
12-15-2008, 10:00 PM
/*================================================= =====================*\
########### MK Subscription Beta 1 - VBB Modification
########### Feel free to contact me Y! : demtuyettrang_vangem
\*================================================ ======================*/

Function:
Set track topics of interest. Members can set a track up to 10 topics

Demo: View file attach

Install:
1. Upload file mk_subscription.php to forumroot
2. Import file mk_subscription_product.xml
3. Edit navbar template, find

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

add below:

<if condition="$show['member']">
<td class="vbmenu_control"><a
href="mk_subscription.php?$session[sessionurl]do=view">Subscribe</a></td>
</if>

Edit showthread,find:

<tr>
<td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
</tr>

Add below:

<if condition="$show['member']">
<tr>
<td class="vbmenu_option"><a href="mk_subscription.php?$session[sessionurl]t=$threadid" ref="nofollow">Subscribe this Thread</a></td>
</tr>
</if>


Please click Mark as Installed if you want to get support for this mod

dothanhtrung
12-16-2008, 09:39 AM
uhm code by HQTH. install

Stoebi
12-16-2008, 11:51 AM
Zended? *deinstalled*

bbcentral
12-16-2008, 01:20 PM
Isn't this just the same thing as providing your members with a direct link to /forum/subscription.php?

For example:
https://vborg.vbsupport.ru/subscription.php

Don't see any purpose for this mod, it seems to duplicate a standard feature. Anyone can add a link to their menu, they don't need that separate php file.

Huy Ho?ng
12-16-2008, 04:42 PM
Sorry. Mod was match function has the vbb. Suggest delete admin help

Si?uNoopy
12-16-2008, 06:42 PM
Installed ;)) but Unistalled because functions is very like default vbulletin :)