The Arcive of vBulletin Modifications Site. |
|
Subscribed/Favorite Forums Module [vba CMPS module] Details »»
|
|||||||||||||||||||||||||||
|
Subscribed/Favorite Forums Module [vba CMPS module]
Developer Last Online: Feb 2016
I got tired of hoping someone would make this one and made it myself.
This was done on vBa CMPS v2.2.0 & Vb 3.6.1 but it should work with at least Vb 3.5.4 and above. Subscribed/Favorite Forums Module 1.0 For vBa CMPS by Skedoozy (http://www.altign.com) Installation Instructions 1. Upload favoriteblock.php to you /modules directory. 2. Create a new template. In your admin cp go to Styles & Templates > Style Manager > Add New Template. Name the template "adv_portal_fav" and paste the following in to it. Code:
<tr align="center" valign="bottom">
<td class="thead" width="2%"> </td>
<td class="thead" align="$stylevar[left]" width="80%">$vbphrase[forum]</td>
<td class="thead">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="20%">$vbphrase[moderator]</td>
</if>
</tr>
$forumbits
<br />
Module Title: Favorite Boards(or Subscribed Boards if you prefer) Column: Center Display Order: Where you want it to display Active: Yes Update All Pages: Yes File to Include: favoriteblock.php Module Parent: none Identifier: fav Templates Used: adv_portal_fav Clean File Output: No Use Module Shell Template: Yes. Leave rest of settings to default and set your usergroups how you want. 4. Save. You are done. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Sweet...........thank you......Dragonhart
|
|
#3
|
||||
|
||||
|
|
|
#4
|
|||
|
|||
|
does not work for me. I have forums under root e.g. site.com/forums/ and all links are pointing to site.com/showthread.php etc... plus javascripts errors too
|
|
#5
|
||||
|
||||
|
Do you have any subscribed forums added?
|
|
#6
|
||||
|
||||
|
Quote:
Change the following line in favoriteblock.php Code:
require_once('./includes/functions_user.php');
Code:
require_once('./forums/includes/functions_user.php');
Don't understand the javascript error as there is no java involved at all. |
|
#7
|
|||
|
|||
|
I was working on this yesterday for a vb customer
And now I can just get it from here: even better! Thanks for the hard work and for sharing. Nice stuff
|
|
#8
|
||||
|
||||
|
Yes I am an many subscribed forums added
http://www.forumsitesi.info/forum/index.php center last of all Quote:
|
|
#9
|
||||
|
||||
|
I'm not sure what it could be then unless your functions_user.php file is eleswhere then indicated in the favoriteblock.php.
|
|
#10
|
||||
|
||||
|
Quote:
require_once('./upload/includes/functions_user.php'); = page empty require_once('../includes/functions_user.php'); = page empty |
![]() |
|
|