2021-10-11, 04:57 AM
Before installing or import the theme you must 1st install all the plugins that have been given in this theme's file. Then after import the XML to install the theme. This is a very important step and helpful for me.
(2021-11-01, 07:07 AM)nongnongdongfongbong Wrote: [ -> ]Hi PARADOXP and Laird, thanks for the theme. It seems to work and look great.
I'm trying to edit the theme to make it more suitable for my potential users.
May I know how I can remove the forumbit background, e.g., forumbit/bg2.jpg?
I tried editing it in the ACP > ... > Edit Stylesheet by removing the code from:
/* forumbit features start */
...
/* forumbit features end */
But that only results in the background image being displayed normally. What I wish to achieve is to remove it completely.
Any advice will be appreciated.
forumbit_depth2_forum
template<td class="{$bgcolor}" id="back_td"><img src="images/forumbit/bg{$forum['fid']}.jpg" class="back_forum">
<td class="{$bgcolor}">
forumdisplay template
or replace <div class="banner_bg"><img src="images/forumbit/bg{$foruminfo['fid']}.jpg"></div>
<div class="banner_text">
{$foruminfo['name']}
</div><br /><br />
{$foruminfo['name']}
<br />
(2021-11-01, 01:15 PM)PARADOXP Wrote: [ -> ](2021-11-01, 07:07 AM)nongnongdongfongbong Wrote: [ -> ]Hi PARADOXP and Laird, thanks for the theme. It seems to work and look great.
I'm trying to edit the theme to make it more suitable for my potential users.
May I know how I can remove the forumbit background, e.g., forumbit/bg2.jpg?
I tried editing it in the ACP > ... > Edit Stylesheet by removing the code from:
/* forumbit features start */
...
/* forumbit features end */
But that only results in the background image being displayed normally. What I wish to achieve is to remove it completely.
Any advice will be appreciated.
if you want to remove the appearance of forumbit image on index then
go toforumbit_depth2_forum
template
and replace
<td class="{$bgcolor}" id="back_td"><img src="images/forumbit/bg{$forum['fid']}.jpg" class="back_forum">
with this :-
<td class="{$bgcolor}">
or if you want to remove the forumbit images from forumdisplay or forumlist or threadlist then just revert theforumdisplay template
or replace
<div class="banner_bg"><img src="images/forumbit/bg{$foruminfo['fid']}.jpg"></div> <div class="banner_text"> {$foruminfo['name']} </div><br /><br />
with this :-
{$foruminfo['name']} <br />
(2021-11-10, 04:08 AM)nongnongdongfongbong Wrote: [ -> ]Hi guys, sorry to bother you again but I've ran into another issue with the theme.
I tried using my board on mobile and some of the icons seem to be missing when I try to reply to posts.
Please take a look at the attached screenshots and hope you can advise me on fixing these missing icons.
(2021-11-10, 06:37 AM)PARADOXP Wrote: [ -> ](2021-11-10, 04:08 AM)nongnongdongfongbong Wrote: [ -> ]Hi guys, sorry to bother you again but I've ran into another issue with the theme.
I tried using my board on mobile and some of the icons seem to be missing when I try to reply to posts.
Please take a look at the attached screenshots and hope you can advise me on fixing these missing icons.
have you uploaded all the files given in the theme into your correct directory ?
what's your forum url ?
(2021-11-01, 01:15 PM)PARADOXP Wrote: [ -> ](2021-11-01, 07:07 AM)nongnongdongfongbong Wrote: [ -> ]Hi PARADOXP and Laird, thanks for the theme. It seems to work and look great.
I'm trying to edit the theme to make it more suitable for my potential users.
May I know how I can remove the forumbit background, e.g., forumbit/bg2.jpg?
I tried editing it in the ACP > ... > Edit Stylesheet by removing the code from:
/* forumbit features start */
...
/* forumbit features end */
But that only results in the background image being displayed normally. What I wish to achieve is to remove it completely.
Any advice will be appreciated.
if you want to remove the appearance of forumbit image on index then
go toforumbit_depth2_forum
template
and replace
<td class="{$bgcolor}" id="back_td"><img src="images/forumbit/bg{$forum['fid']}.jpg" class="back_forum">
with this :-
<td class="{$bgcolor}">
or if you want to remove the forumbit images from forumdisplay or forumlist or threadlist then just revert theforumdisplay template
or replace
<div class="banner_bg"><img src="images/forumbit/bg{$foruminfo['fid']}.jpg"></div> <div class="banner_text"> {$foruminfo['name']} </div><br /><br />
with this :-
{$foruminfo['name']} <br />
(2021-11-10, 09:02 PM)nongnongdongfongbong Wrote: [ -> ](2021-11-10, 06:37 AM)PARADOXP Wrote: [ -> ](2021-11-10, 04:08 AM)nongnongdongfongbong Wrote: [ -> ]Hi guys, sorry to bother you again but I've ran into another issue with the theme.
I tried using my board on mobile and some of the icons seem to be missing when I try to reply to posts.
Please take a look at the attached screenshots and hope you can advise me on fixing these missing icons.
have you uploaded all the files given in the theme into your correct directory ?
what's your forum url ?
Yes I think I've uploaded all the files correctly.
From Responsive Default MyBB.zip:
- fonts folder was installed in my forum's root folder
- images folder installed forum's root folder
- jscripts folder installed in forum's root folder
- Pugins (renamed to plugins) folder installed in inc
- Responsive Default MyBB-theme.xml installed via ACP
All images (bg1.jpg to bg37.jpg) from forumbit.zip also installed in images > forumbit
I'll PM you a link to the forum.