01-19-2008, 01:35 AM
|
|
|
|
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by 711
The 'automatic RSS button in footer' option displays the wrong file if you edit the filename of cv_rss_feeds.php.
To fix, an edit to your cv_ffl_rss_button_in_footer template is required.
Change this:
HTML Code:
<a href=\"$vboptions[bburl]/cv_rss_feeds.php\" target=\"_self\" title=\"$vboptions[hometitle] $vbphrase[cv_ffl_title]\"><img src=\"$vboptions[bburl]/images/cinvin_forum_feed_listing/rss.gif\" border=\"0\" alt=\"$vboptions[hometitle] $vbphrase[cv_ffl_title]\" style=\"vertical-align: middle\" /></a> -
to this:
HTML Code:
<a href=\"$vboptions[bburl]/$vboptions[cv_ffl_filename]\" target=\"_self\" title=\"$vboptions[hometitle] $vbphrase[cv_ffl_title]\"><img src=\"$vboptions[bburl]/images/cinvin_forum_feed_listing/rss.gif\" border=\"0\" alt=\"$vboptions[hometitle] $vbphrase[cv_ffl_title]\" style=\"vertical-align: middle\" /></a> -
|
Very Useful!!
|