1
Hadesteam
modification news, newbb, xoopstube
  • 2017/4/27 12:21

  • Hadesteam

  • Not too shy to talk

  • Posts: 162

  • Since: 2011/9/5 1


Hi,

I need some little modification in modules: news, xoopstube, and newbb with - this is for better SEO optimized (I think so).

Now News module:
http://www.kulturystyka.org.pl/modules/news/article.php?storyid=1128
le="color: #000000"><?php Zestawy na spalanie tkanki tłuszczowej - Suplementy Artykuły - Artykuły - Kulturystyka.org.pl

Need something like thas:
le="color: #000000"><?php Zestawy na spalanie tkanki tłuszczowej - Kulturystyka.org.pl
(Category title and module name remove, but after entering the category to display only its name, without the title of the recently added article)

http://www.kulturystyka.org.pl/modules/news/index.php?storytopic=22
Now:
le="color: #000000"><?php Suplementy Artykuły - Zestawy na spalanie tkanki tłuszczowej - Artykuły - Kulturystyka.org.pl

Need:
le="color: #000000"><?php Suplementy Artykuły - Kulturystyka.org.pl


Newbb module:
http://www.kulturystyka.org.pl/modules/newbb/viewtopic.php?topic_id=11695
Now:
le="color: #000000"><?php Odżywki dla początkującego [Odżywki i suplementy - informacje, porady, ciekawostki] - Kulturystyka.org.pl

Need:
le="color: #000000"><?php Odżywki dla początkującego - Kulturystyka.org.pl
(without category name

Extgallery is fine.

Xoopstube when entering category now:
le="color: #000000"><?php XoopsTube: Atlas Ćwiczeń Video - Barki - Kulturystyka.org.pl
(the module name at the beginning of the title is not needed)

I will be grateful for your help

2
Hadesteam
Re: modification news, newbb, xoopstube
  • 2017/4/27 14:15

  • Hadesteam

  • Not too shy to talk

  • Posts: 162

  • Since: 2011/9/5 1


With the xoopstube problem solved, it was enough to do this:

viewcat.php Line 159 - delete this: : &nbsp; and /language/polish/modinfo.php Line 25 change to this:
le="color: #000000"><?php define('_MI_XTUBE_NAME', "");

3
Hadesteam
Re: modification news, newbb, xoopstube
  • 2017/4/30 13:55

  • Hadesteam

  • Not too shy to talk

  • Posts: 162

  • Since: 2011/9/5 1


No one can help?

Line 339: article.php

I changed on:
le="color: #000000"><?php $xoopsTpl->assign('xoops_pagetitle', $article->title() . $complement. ' ' . $article->topic_title('s'));


Line 329: viewtopic.php
le="color: #000000"><?php $xoops_pagetitle = $postsArray[$post_id]->getVar('subject') . ' [' . $forum_obj->getVar('forum_name') . "]";


I changed on:
le="color: #000000"><?php $xoops_pagetitle = $postsArray[$post_id]->getVar('subject');


I've done it myself, I'm making progress

Login

Donat-O-Meter

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

Latest GitHub Commits