1
comegona
wfSection 'Return To Main Index'
  • 2003/12/22 16:29

  • comegona

  • Not too shy to talk

  • Posts: 165

  • Since: 2003/11/9


Hello
How can I disable the 'Return To Main Index' that is at the bottom of the wfsection page? I would just like 'Return to Category' showing.

2
CBlue
Re: wfSection 'Return To Main Index'

Look for this code below in your index.php file in the root of the wfsection module folder.

echo "";
if (!$xt->catfooter) echo "
";
echo "";
echo "
[ " . _WFS_BACK2 . " | " . _WFS_RETURN2INDEX . " ]
";
echo "
";

Just edit the " . _WFS_RETURN2INDEX . " part to whatever you want or delete it. Then upload the file again. Then go to modules admin and update your wfsection module.

3
comegona
Re: wfSection 'Return To Main Index'
  • 2003/12/22 18:56

  • comegona

  • Not too shy to talk

  • Posts: 165

  • Since: 2003/11/9


Thank you

4
CBlue
Re: wfSection 'Return To Main Index'

You're welcome, comegona!

5
comegona
Re: wfSection 'Return To Main Index'
  • 2003/12/24 2:10

  • comegona

  • Not too shy to talk

  • Posts: 165

  • Since: 2003/11/9


Now, another question that is related...
The above worked just fime for the main pages but on the actual pages created I get 'Return to Category | Return To Main Index', I now need to get rid of 'Return To Main Index'.

6
CBlue
Re: wfSection 'Return To Main Index'

That should be on article.php but I'll look to make sure, comegona!

7
CBlue
Re: wfSection 'Return To Main Index'

Yep! It's in the article.php in wfsection root.

Here is the code to hunt for:

$articletag['catlink'] = ""._WFS_BACK2CAT." | "._WFS_RETURN2INDEX."";

8
comegona
Re: wfSection 'Return To Main Index'
  • 2003/12/24 3:29

  • comegona

  • Not too shy to talk

  • Posts: 165

  • Since: 2003/11/9


Excellent Thank you

Login

Who's Online

319 user(s) are online (51 user(s) are browsing Support Forums)


Members: 0


Guests: 319


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits