Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Subscribed/Favorite Forums Module [vba CMPS module] Details »»
Subscribed/Favorite Forums Module [vba CMPS module]
Version: 1.00, by Skedoozy Skedoozy is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.1 Rating:
Released: 10-01-2006 Last Update: Never Installs: 20
 
No support by the author.

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%">&nbsp;</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 />
3. Goto your vBa CMPS > Add Module > phpfile

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 10-02-2006, 08:48 PM
dragonhart dragonhart is offline
 
Join Date: Jul 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet...........thank you......Dragonhart
Reply With Quote
  #3  
Old 10-02-2006, 09:08 PM
memomemo's Avatar
memomemo memomemo is offline
 
Join Date: Aug 2006
Location: Turkey
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sir favorite forum empty.

Please help

Reply With Quote
  #4  
Old 10-03-2006, 04:33 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #5  
Old 10-04-2006, 09:23 AM
Skedoozy's Avatar
Skedoozy Skedoozy is offline
 
Join Date: May 2006
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by memomemo
Sir favorite forum empty.

Please help

Do you have any subscribed forums added?
Reply With Quote
  #6  
Old 10-04-2006, 09:29 AM
Skedoozy's Avatar
Skedoozy Skedoozy is offline
 
Join Date: May 2006
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel
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
My forums are under root.. ie .com/showthread.php

Change the following line in favoriteblock.php
Code:
require_once('./includes/functions_user.php');
to
Code:
require_once('./forums/includes/functions_user.php');
That is the only link that is coded at all. The rest of the links are pulled from your own settings.

Don't understand the javascript error as there is no java involved at all.
Reply With Quote
  #7  
Old 10-04-2006, 09:56 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 10-04-2006, 09:03 PM
memomemo's Avatar
memomemo memomemo is offline
 
Join Date: Aug 2006
Location: Turkey
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes I am an many subscribed forums added


http://www.forumsitesi.info/forum/index.php

center last of all


Quote:
Originally Posted by Skedoozy
Do you have any subscribed forums added?
Reply With Quote
  #9  
Old 10-04-2006, 09:07 PM
Skedoozy's Avatar
Skedoozy Skedoozy is offline
 
Join Date: May 2006
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure what it could be then unless your functions_user.php file is eleswhere then indicated in the favoriteblock.php.
Reply With Quote
  #10  
Old 10-04-2006, 09:16 PM
memomemo's Avatar
memomemo memomemo is offline
 
Join Date: Aug 2006
Location: Turkey
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Skedoozy
I'm not sure what it could be then unless your functions_user.php file is eleswhere then indicated in the favoriteblock.php.
require_once('./includes/functions_user.php'); = Ok but thread empty

require_once('./upload/includes/functions_user.php'); = page empty

require_once('../includes/functions_user.php'); = page empty
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:23 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05017 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete