<xml version="1.0" encoding="UTF-8">
    <rss version="2.0">
        <channel>
            <title>XOOPS Web Application System :: Forum</title>
            <link>https://xoops.org/</link>
            <description>Powered by You! :: XOOPS Community Bulletin Board</description>
            <lastBuildDate>Tue, 07 Apr 2026 17:42:21 +0000</lastBuildDate>
            <docs>https://backend.userland.com/rss/</docs>
            <generator>NewBB 5.1.0</generator>
            <category>Support Forums</category>
            <managingEditor>webmaster@xoops.org</managingEditor>
            <webMaster>webmaster@xoops.org</webMaster>
            <language>en</language>
                            <image>
                    <title>XOOPS Web Application System :: Forum</title>
                    <url>https://xoops.org/modules/newbb/assets/images/logoModule.png</url>
                    <link>https://xoops.org/</link>
                    <width>92</width>
                    <height>52</height>
                </image>
                                    <item>
                <title>Re: Modal images Gallery with Bootstrap 4 [by Mamba]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=365037</link>
                <description>Theme stylesheets (CSS) help::Modal images Gallery with Bootstrap 4&lt;br&gt;
Would this help? &lt;br&gt;&lt;a href=&quot;https://stackoverflow.com/questions/45163054/responsive-modal-window&quot; target=&quot;_blank&quot; rel=&quot;external noopener nofollow&quot;&gt;https://stackoverflow.com/questions/45163054/responsive-modal-window&lt;/a&gt;&lt;br&gt;&lt;br&gt;See the demo:&lt;br&gt;&lt;a href=&quot;https://jsfiddle.net/45tbox4f/75/&quot; target=&quot;_blank&quot; rel=&quot;external noopener nofollow&quot;&gt;https://jsfiddle.net/45tbox4f/75/&lt;/a&gt;</description>
                <pubDate>Sun, 12 Apr 2020 21:07:48 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=365037</guid>
            </item>
                        <item>
                <title>Re: how to make current menu item active using body id? [by biomech]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=354720</link>
                <description>Theme stylesheets (CSS) help::how to make current menu item active using body id?&lt;br&gt;
Hi mariane,&lt;br&gt;&lt;br&gt;I came across this thread in the search for a way to highlight the current page. I&#039;ve tried using MyMenus, but can&#039;t see anywhere to highlight the current page. Is it supposed to do it automatically? Or is it set in the CSS for each link in the menu? I have CSS info included in my link in MyMenus, but it still doesn&#039;t highlight when the page is loaded.&lt;br&gt;&lt;br&gt;I&#039;m using XOOPS 2.5.6.&lt;br&gt;&lt;br&gt;Any ideas?&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;- b - &lt;br&gt;</description>
                <pubDate>Tue, 30 Jul 2013 13:53:19 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=354720</guid>
            </item>
                        <item>
                <title>Re: Center block is a column instead of whole center [by mjz55]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=351339</link>
                <description>Theme stylesheets (CSS) help::Center block is a column instead of whole center&lt;br&gt;
flipse, thanks for all your help! I see what you mean. I think I&#039;ll try to figure out how to install that bundle and upgrade the pic, logo and get the links working.</description>
                <pubDate>Mon, 28 Jan 2013 18:57:48 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=351339</guid>
            </item>
                        <item>
                <title>Re: Having trouble centering a fixed width theme [by Bleekk]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=348460</link>
                <description>Theme stylesheets (CSS) help::Having trouble centering a fixed width theme&lt;br&gt;
Do you have a link to your website?&lt;br&gt;&lt;br&gt;There is nothing easier then centering a div.&lt;br&gt;Let&#039;s say you have following html&lt;br&gt;&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;header&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&gt; &lt;br /&gt;    &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Some header text &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt; &lt;/span&gt; &lt;/code&gt;&lt;/div&gt;&lt;br&gt;To center it you need following css:&lt;br&gt;&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;#header{width: 900px; margin:0 auto;}&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt; &lt;/span&gt; &lt;/code&gt;&lt;/div&gt;&lt;br&gt;That&#039;s it! You do not need any other align or text-align&lt;br&gt;&lt;br&gt;Imagine that your text in the header is centered and you want it to be on the left.&lt;br&gt;Then you need to change your css to this:&lt;br&gt;&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;#header{width: 900px; margin:0 auto; text-align:left; }&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt; &lt;/span&gt; &lt;/code&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;That is all you need. </description>
                <pubDate>Tue, 07 Aug 2012 14:36:29 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=348460</guid>
            </item>
                        <item>
                <title>Re: Header image conflicts with menu... [by Anonymous]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=347976</link>
                <description>Theme stylesheets (CSS) help::Header image conflicts with menu...&lt;br&gt;
This is awesome playsome, your code works like a charm &lt;img class=&quot;imgsmile&quot; src=&quot;https://xoops.org/uploads/smil42e7a65fee35d.gif&quot; alt=&quot;&quot; /&gt;&lt;br&gt;&lt;br&gt;I want to dive some more in the z-index matter, as it gives me nice new options!</description>
                <pubDate>Mon, 23 Jul 2012 15:42:01 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=347976</guid>
            </item>
                        <item>
                <title>Re: How many .css sheets are used with xoops and where are they? [by TenLong]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=346636</link>
                <description>Theme stylesheets (CSS) help::How many .css sheets are used with xoops and where are they?&lt;br&gt;
The strange thing is that even though some modules include additional css files, they do not appear in the final webpage if the theme is change. I currently have the problem with wfdownloads.&lt;br&gt;&lt;br&gt;Can you tell me in which php script the css files added by $xoThemes-&gt;addStylesheet(...) are included to the html file in the section &lt;br&gt;&quot;customized header contents&quot;? &lt;br&gt;&lt;br&gt;And why is this include successfull for the &quot;default&quot; theme, but fails for others?&lt;br&gt;&lt;br&gt;greets&lt;br&gt;&lt;br&gt;TenLong</description>
                <pubDate>Fri, 25 May 2012 09:28:01 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=346636</guid>
            </item>
                        <item>
                <title>Re: how do change direction block in theme? [by rhoda]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=341867</link>
                <description>Theme stylesheets (CSS) help::how do change direction block in theme?&lt;br&gt;
Thank you &lt;br&gt; my problem was resolved&lt;br&gt;I added the below code to the file theme.html&lt;br&gt;&lt;{if $xoops_langcode==&#039;en&#039;}&gt;&lt;br&gt;&lt;br&gt;&lt;{else}&gt;&lt;br&gt;&lt;br&gt;&lt;{/if}&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;table id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;xo-canvas-columns&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&gt; &lt;br /&gt;    &lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tr&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&gt; &lt;{if &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$xoops_langcode&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;en&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&gt; &lt;{if &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$xoBlocks&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;canvas_right &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;&amp; &lt;br /&gt;        &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$theme_view_rightcolumn&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&gt; &lt;{&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;includeq file&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$theme_name&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/blockszone.html&quot; &lt;br /&gt;        &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;blocks&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$xoBlocks&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;canvas_right zoneClass&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;xo-canvas-column&#039; &lt;br /&gt;        &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;zoneId&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;xo-canvas-rightcolumn&#039; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;zoneTag&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;td&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&gt; &lt;{/if}&gt; &lt;br /&gt;        &lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;td id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;xo-page&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&gt; &lt;{if &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$theme_view_breadcrumb&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&gt;&lt;{&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;includeq &lt;br /&gt;            file&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$theme_name&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/xo_breadcrumb.html&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&gt;&lt;{/if}&gt; &lt;{if &lt;br /&gt;            &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$theme_view_topblock &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;&amp; (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$xoBlocks&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;page_topleft &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;or &lt;br /&gt;            &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$xoBlocks&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;page_topcenter &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;or &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$xoBlocks&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;page_topright&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)}&gt; &lt;br /&gt;            &lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;xo-page-topblocks&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;xo-blockszone-xo-&lt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$theme_top_order&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&gt;pageblocks&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&gt; &lt;br /&gt;                &lt;{&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;includeq file&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$theme_name&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/centerblo...</description>
                <pubDate>Sun, 16 Oct 2011 09:49:47 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=341867</guid>
            </item>
                        <item>
                <title>Re: Change the page navigation css style [by RiazShahid]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=339280</link>
                <description>Theme stylesheets (CSS) help::Change the page navigation css style&lt;br&gt;
novlang1984!&lt;br&gt;Thanks for posting here.....&lt;br&gt;I wanted to know, what modification will it do to the traditional page navigation structure i.e. (1) 2 3 4 ... 274 » &lt;br&gt;&lt;br&gt;Is it possible that I can have a drop down list of page numbers along with &quot;Previous&quot; and &quot;Next&quot; text or button?</description>
                <pubDate>Sun, 03 Jul 2011 12:58:02 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=339280</guid>
            </item>
                        <item>
                <title>Re: Module Development CSS help [by zyspec]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=337145</link>
                <description>Theme stylesheets (CSS) help::Module Development CSS help&lt;br&gt;
Unfortunately your suggestions won&#039;t do what I want.&lt;br&gt;&lt;br&gt;Firstly, I can&#039;t control which theme is loaded - since it&#039;s a module.&lt;br&gt;&lt;br&gt;I do load content using $xoTheme-&gt;addStylesheet() method in the module.&lt;br&gt;&lt;br&gt;The issue is that the module can&#039;t dynamically switch CSS in the module to &#039;match&#039; the theme selected.</description>
                <pubDate>Sat, 12 Mar 2011 04:09:47 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=337145</guid>
            </item>
                        <item>
                <title>Theme editing help [by sanjananb]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=336679</link>
                <description>Theme stylesheets (CSS) help::Theme editing help&lt;br&gt;
recently created a community with opensource php platform.there is a usefulness page link in my theme.it has been created by theme creator.i have try to contact him for getting help about this problem.but he didn&#039;t help me.so i decided to get help from sitepoint members.this page will redirect my site to member list section.but i doesn&#039;t like it.i want to remove it from my theme.how can i do it???i know a little about php and css...what is the template section to edit????please help me.....here is my link &lt;a href=&quot;http://haffow.com/memberlist.php&quot; target=&quot;_blank&quot; rel=&quot;external noopener nofollow&quot;&gt;http://haffow.com/memberlist.php&lt;/a&gt;</description>
                <pubDate>Sun, 27 Feb 2011 08:34:15 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=336679</guid>
            </item>
                    </channel>
    </rss>
</xml>
