vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > Bugs & Issues > Bugs From 2.0 RC1

 
 
Thread Tools Display Modes
  #1  
Old 06-13-2005, 05:30 AM
Stachel Stachel is offline
Member
 
Join Date: May 2005
Posts: 51
Default News Archive Module - Module link problem

In: Module Shell Template Options

Option: Module Link
If you would like the title of this Module to link to another page on your site you may enter the file that this Module should link to here.

Is not doing that.

It's not making the module title "News Archives" link to the file that I'm putting into the box. Which is this:

forumdisplay.php?f=3
  #2  
Old 06-13-2005, 09:28 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: News Archive Module - Module link problem

If you'll look in your modules/news.php file for this bit of code:
PHP Code:
            $modulehtml .= $newsarchivebits
And add this right above it:
PHP Code:
            $mods['link'] = '';
            if (
$archivemod['link'])
            {
                eval(
'$mods[\'link\'] = "' addslashes($archivemod['link']) . '";');
            } 
That should take care of the problem.
  #3  
Old 06-13-2005, 03:50 PM
Stachel Stachel is offline
Member
 
Join Date: May 2005
Posts: 51
Default Re: News Archive Module - Module link problem

Thanks Brian!

Wow, I found a real problem!
  #4  
Old 06-13-2005, 04:01 PM
Stachel Stachel is offline
Member
 
Join Date: May 2005
Posts: 51
Default Re: News Archive Module - Module link problem

Shazam! That works!
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
'News' and 'News Archive' not showing together marcmerz Troubleshooting / "How do I..." Questions 2 11-07-2004 06:36 PM
new module that acts like news archive or latest topics? cyr0n_k0r Troubleshooting / "How do I..." Questions 3 09-11-2004 04:55 PM
another news archive module that acts differently cyr0n_k0r Add-On Modules & Modifications 3 08-07-2004 07:43 PM
i accidenly deleted my news archive module shadiguy1 Troubleshooting / "How do I..." Questions 6 07-19-2004 09:30 PM


All times are GMT -4. The time now is 03:31 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.