waleed
Topics Started by waleed
-
- Topic
- Voices
- Posts
- Last Post
-
-
Problems with responsive
Last post by
Dune.wtf, 5 months ago in: Support Forum
-
8 Replies
-
Problems with responsive
Last post by
Dune.wtf, 5 months, 2 weeks ago in: Support Forum
-
3 Replies
-
User Profile Bug
Last post by
ryanm2711, 6 months, 1 week ago in: Support Forum
-
3 Replies
-
Flyover 2.4 Integration Not Working
Last post by
ryanm2711, 6 months, 1 week ago in: Support Forum
-
3 Replies
-
Problems with responsive
-
Replies by waleed
-
AuthorPosts
-
I’m not sure why it wouldn’t work. What’s there is the correct variable for checking the newest registered user.
One thing I can think of isn’t related to the theme but it’s possible your database needs a recount. Go to AdminCP > Tools & Maintenance > Recount & Rebuild > and press “Go” button on the row “Recount Statistics”.
Hey Alan. Thanks for sharing I’m sure MyBB’ers will find this useful. I can see it working well with Roundo’s color palette and use of pink to purple color palette if someone wishes to use it in combination with Roundo.
Yup just checked. There doesn’t seem to be anything wrong. I thought maybe there’s something in creating a new reply or thread that might have accidentally checked an option for images but doesn’t seem like that’s the case.
Hey cksoft, glad you figured it out. I’m going to check if there’s something in my code that’s disabling images in posts for people. It might just be a coincidence but having 2 people post here with this problem makes me want to double check.
@Dune.wtf, does this issue occur on the test site https://bitoony.com/mybb ? I ask because I’m unsure if this issue arose from my code or the modifications you made. Let me know.
Thanks for sharing. Edits look neat. Glad to see an implementation with styling changes, most I’ve seen have left the theme as is.
No problem Safak. Glad I could help. Best of luck with your forum.
My bad. Told you that off the top of my head. My mistake, I just checked and that class is under extra.css not global.css
So go to Themes > Roundo > extra.css
Search for this class
.title-img img {
Should be around line 47ish.And change the “height:” to whatever you want (40px, 60px, etc) and leave the width as auto.
Go to Template & Style > Roundo > global.css
Edit the following css class
.title-img img { height:20px;
Change the height px to whatever your desired height is. 40px, 60px, etc.
I’ve also uploaded a new build version of Roundo (Light and Darko) that fixes this calendar issue. You can redownload the theme from MyBB Extend if you’d like or use the fix I’ve provided in the post above.
Hey Dav,
I’m on my computer now and it looks like I didn’t include the calendar link for members but only for guests. What you’ll need to do is edit the following template
Go to Template & Styles > Templates > Roundo > Header > header_welcomeblock_member
Look for this line of code which should be around line 7ish.
<ul class="menu top_links float_left">
Then you can add the following line of code below it (anywhere before the closing /ul tag)
<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
-
This reply was modified 5 months, 3 weeks ago by
Waleed.
-
This reply was modified 5 months, 3 weeks ago by
-
AuthorPosts