![]() |
|
#1
|
|||
|
|||
|
The calendar on my home page, doesn't link correctly. It's not seeing the forums folder IE clicking it links to http://2coolfishing.net/calendar.php...o=displaymonth instead of http://2coolfishing.net/ttmbforum/calendar.php? Any ideas on how to correct this very small issue would be appreciated.
Mont |
|
#2
|
||||
|
||||
|
It looks like you missed one of the file modifications. Make sure that you applied the changes to your includes/functions_calendar.php file.
|
|
#3
|
|||
|
|||
|
I had ran into this same problem, but forgot to post about it.
It is a template error. In the calendar_smallmonth_header template, change this line: Code:
</if><a href="calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymonth">$monthname $year</a></td> Code:
</if><a href="$vboptions[bburl]/calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymonth">$monthname $year</a></td> |
|
#4
|
|||
|
|||
|
Brian, the installation was done by the vBadvanced team, I didn't actually do it. Can they have another look at the install and see if they can correct it?
|
|
#5
|
|||
|
|||
|
that did the trick
|
|
#6
|
||||
|
||||
|
Ahhh, very sorry about that. Would you mind filling out a support ticket then so I can have a look? Since the installation was complete we don't still have your server & forum info.
|
|
#7
|
|||
|
|||
|
thanks Brian, and its certainly no rush to fix this, it's a very minor problem. You hack is greatness.
|
|
#8
|
|||
|
|||
|
thanks for fixing it Brian. It's working great now.
|
|
#9
|
|||
|
|||
|
this fix wasn't included in v1.0.0 (Gold)
|
|
#10
|
||||
|
||||
|
Well crap... I've just updated the zip file and double checked this time to be sure that the templates.txt file contains the correct code.
If anyone is having a problem with this, you can simply edit your 'calendar_smallmonth_header' template and look for: calendar.php Replace that with: $vboptions[bburl]/calendar.php And that will fix the problem.
|
|
#11
|
|||
|
|||
|
Over a year later and it hasnt been updated in the zip file yet? We just installed and have the same problem.
|
|
#12
|
||||
|
||||
|
The zip file was updated long ago and does not even contain a templates.txt file anymore. If the link isn't pointing to your calendar then you either missed the template modifications, or you didn't apply the changes to your functions_calendar.php file.
|
|
#13
|
|||
|
|||
|
I just installed this last week and I'm having this exact problem. The code in calendar_smallmonth_header has the "$vboptions[bburl]/calendar.php". But it's not going to the "forums" dir on the minis. I doublechecked the code changes and seem to have gotten them all.
|
|
#14
|
|||
|
|||
|
I'm having the same problem also on this one
|
|
#15
|
|||
|
|||
|
OK fixed the above problem by adding forum/ infront of calendar
$vboptions[bburl]/forum/calendar.php Quote:
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Control Panel Forums Homepage Link not working | mazda6club | Troubleshooting / "How do I..." Questions | 2 | 05-27-2004 06:09 PM |