Some ChidBoard impression not Correct (Switch Places)

Started by DarkBrew, March 23, 2022, 10:14:23 PM

Previous topic - Next topic

DarkBrew

Hi all

My Childboard is not correct.



ATP
https://www.thaitennisboard.com/index.php?board=7.0
Clinic
https://www.thaitennisboard.com/index.php?board=174.0
Babolat
https://www.thaitennisboard.com/index.php?board=30.0
How can i do.

Shades.

ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Kindred

What exactly is wrong?

Just looking at the picture,  I don't see anything particularly wrong...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Speed King

The problem board has no moderator assigned, try to add some moderator and see if that helps.

DarkBrew

Quote from: Speed King on March 24, 2022, 12:33:35 AMThe problem board has no moderator assigned, try to add some moderator and see if that helps.

Wow.. My Problem was Solved, You are awesome !!

Big Thanks  :D  :D

Kindred

#5
now that i'm on a big screen, I see the "problem" ---    and it's nice that adding a moderator fixed it -- but it should not act like that, even without a moderator...   something that you installed broke the display
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

DarkBrew

Quote from: Kindred on March 24, 2022, 02:28:43 PMnot that i'm on a big screen, I see the "problem" ---    and it's nice that adding a moderator fixed it -- but it should not act like that, even without a moderator...   something that you installed broke the display

Yes, I'm just found it.

Remove RSS Feed Icon Mod

The Problem will be solve. ;)

Antechinus

Aha. The problem is in the markup for that mod:
global $context, $scripturl, $txt, $settings;

echo '
<a class="subject mobile_subject" href="', $board['href'], '" id="b', $board['id'], '">
', $board['name'], '
</a>
<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" />
It is missing the closing tag for the RSS link. It should be like this:
global $context, $scripturl, $txt, $settings;

echo '
<a class="subject mobile_subject" href="', $board['href'], '" id="b', $board['id'], '">
', $board['name'], '
</a>
<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>

DarkBrew

Quote from: Antechinus on April 23, 2022, 11:03:55 PMAha. The problem is in the markup for that mod:
global $context, $scripturl, $txt, $settings;

echo '
<a class="subject mobile_subject" href="', $board['href'], '" id="b', $board['id'], '">
', $board['name'], '
</a>
<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" />
It is missing the closing tag for the RSS link. It should be like this:
global $context, $scripturl, $txt, $settings;

echo '
<a class="subject mobile_subject" href="', $board['href'], '" id="b', $board['id'], '">
', $board['name'], '
</a>
<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>


Where is this code ?
Quote from: Antechinus on April 23, 2022, 11:03:55 PMAha. The problem is in the markup for that mod:
global $context, $scripturl, $txt, $settings;

echo '
<a class="subject mobile_subject" href="', $board['href'], '" id="b', $board['id'], '">
', $board['name'], '
</a>
<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" />
It is missing the closing tag for the RSS link. It should be like this:
global $context, $scripturl, $txt, $settings;

echo '
<a class="subject mobile_subject" href="', $board['href'], '" id="b', $board['id'], '">
', $board['name'], '
</a>
<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>


Yessss ! The problem was completly Solved.

Big Thanks All  ;)  ;)  ;)

Advertisement: