MyBB Community Forums

Full Version: Default-Rexpo Theme (Support)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Default-Rexpo is mybb default Responsive theme .

what are responsive
  • Forum Display 
  • Thread Display 
  • New Thread 
  • New Reply 
  • User-CP
  • Mod-CP
tables are converted to CSS grid .

https://community.mybb.com/mods.php?acti...w&pid=1423
<div border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$them['tablespace']}" class="tborder">

cellspacing=""

cellpadding=""

border=""

It is bad\wrong
This don't work in div
You can do this by css
(2021-01-18, 05:52 PM)Supryk Wrote: [ -> ]
<div border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$them['tablespace']}" class="tborder">

cellspacing=""

cellpadding=""

border=""

It is bad\wrong
This don't work in div
You can do this by css

will fix this shortly , thank you
this issue has been fixed , fixing some more and will upload new version when done
thank you once again for pointing out this
I still see this in #3
(2021-01-18, 07:01 PM)Supryk Wrote: [ -> ]I still see this in #3


sorry for delay updated now , hope you will point out more mistakes (bugs)
Very well  Cool  Excelent idea  Lightbulb

Gracias
(2021-01-20, 10:30 PM)DiegoPino Wrote: [ -> ]Very well  Cool  Excelent idea  Lightbulb

Gracias

Thank you  Shy
hi, i have installed this and the header image is not showing up. the path link to the images is correct.
(2021-05-22, 05:26 PM)bbym Wrote: [ -> ]hi, i have installed this and the header image is not showing up.  the path link to the images is correct.

Img logo was replaced with TEXT logo in this theme but if you want to add logo image then 

go to template search header template open it and find 

<a href="{$mybb->settings['bburl']}/index.php" id="logo-text">{$mybb->settings['homename']}</a>


Replace with 


<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>


You are done
no. ive moved on to a better bb. mybb is good if you do not need a mobile theme but this isnt 2006.
Pages: 1 2