Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GameOne
#1
My latest threads do not display in the footer section.

How do I fix these pages?:

   

this page is suppose to look like this:
   
on gameone it looks like this:
   

   
Reply
#2
For the latest thread, you need to go to your plugins and activate.

As for the other issues, can you email me an account with template access? I believe you can just reply to your download link. Thanks.

GameOne is a table-less design and you've installed plugins that use tables so that is why you're having those issues. I would need direct access so I can look at what changes you would need.
Reply
#3
So what I did was add the following to the end of your global.css file


Code:
/* table fix */

table.tborder {
width: 100%;
}   


I think that increased the widths for the plugins you installed that used tables.
Reply
#4
thank you so much!
Reply
#5
I notice something else that in the quick reply box it shows black take a look

   
Reply
#6
Try this

Go to: images/gameone/editor.js

Find:

Code:
    // Add ID to iframe

    $("iframe").attr('id','frame1');
    
    var iframe = $(".sceditor-container iframe").contents().find("head");                
    $(iframe).append($("<link/>",
     { rel: "stylesheet", href: imagepath + "/theme_stylesheet.php", type: "text/css" }

    ));



Add below:
Code:
    // No BG

    $("#frame1").contents().find("body").css("background","none");
Reply
#7
Thank you!

How do I make "Register | Lost Pass" color white?

   

When I read a post click drop down to "VIEW MODES: Linear & Threaded Mode" When I click on either one it doesn't work.

   

How do I replace the default forum icons with custom ones matching my thread?

   

How do I make this link of "newest user" on the main forums above the footer stay on the same page instead of opening new page?

   

I remember seeing a profile pop-up screen come up when you would click on a members name but now I don't see it come up anywhere. Can I add this pop-up feature to only on the main forums of the users link?
Reply
#8
It's Easter Sunday but I thought I would just check in to let you know that we'll follow up with you on Monday regarding theme changes.
Reply
#9
How do I edit those things I showed you?
Reply
#10
Before doing anything, always backup your original files so that any changes can be reverted.



Register / lost password link


Add this to the bottom of your global.css file:



Code:
a[href="member.php?action=register"],

a[href="member.php?action=lostpw"]{

color: #fff !important;

}


Open latest thread in same window


Code:
Go to: Home » Template Sets » GameOne Templates » Edit Template: footer_threads_thread


Find this:


Code:
<a target="_blank" href="{$thread['threadlink']}">{$thread['subject']}</a>


Remove what is in red:


Code:
<a [color=#ff3333]target="_blank"[/color] href="{$thread['threadlink']}">{$thread['subject']}</a>

Customize forum icon

Go to global.css and edit the following to suit your needs:


Code:
.forum_on, .forum_off {

 font-family: 'gamefont';
}

.forum_on:before, .forum_off:before {
 content: "\e608";
}
Reply




Users browsing this thread: 1 Guest(s)