It is possible to have a link from the menu to my subscriptions?

4.98K viewsGeneral
1

I would like to allow users to have direct access to the questions they follow, without having to go through User> Subscriptions.

0

Add a link manually in header.php

<a href="<?php wcho ap_user_link('subscriptions'); ?>">Subscriptions</a>
commented on answer

Hi Rahul, I found this earlier topic as I would like to achieve the same too (direct link to a list of questions subscribed by current logged in user). However, I received “Page not found or registered.” error when I browse to /user/{userid}/subscription/.