inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 14, 2018 4:41:08 GMT -8
Forum URL: kettering.freeforums.netMy banner is showing spaces either side of it when zooming in and out on browsers. Is there a way to make it fixed so zoom won't effect it? Also, is there a way to put up a message to people registering to give them some information about rules/not using real name in sign up name?
|
|
#eb7100
1480
0
1
Dec 2, 2024 8:53:28 GMT -8
Craig
209,209
September 2001
cmdynasty
|
Post by Craig on Aug 14, 2018 6:13:42 GMT -8
Try adding this to your stylesheet [ admin > themes > advanced styles and css > stylesheet ]:
#logo img { width: 100%; height: 100%; }
It should resize the image to fill the container.
In regards to the registration. You can't modify the registration pages, but what you could do is create a pre registration page utilising the custom pages. So create a custom page with the information you want it to say, including a link to the registration page, and then you can replace the registration link in your menu with the link to the custom page by editing your forum wrapper and replacing the $[register_link] at the end of this line:
Please $[login_link]{if $[login_link] && $[register_link]} or {/if}$[register_link].
With:
<a href="abc">Register</a>
Replacing abc with the link to the custom page you created.
|
|
inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 16, 2018 6:03:18 GMT -8
I can't find Please $[login_link]{if $[login_link] && $[register_link]} or {/if}$[register_link] in the forum wrapper at all. This is the page I want to put before the registration page: kettering.freeforums.net/page/register
|
|
#eb7100
1480
0
1
Dec 2, 2024 8:53:28 GMT -8
Craig
209,209
September 2001
cmdynasty
|
Post by Craig on Aug 16, 2018 7:18:22 GMT -8
Unless you have modified the Forum Wrapper extensively, it should be around line 43.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 16, 2018 7:46:18 GMT -8
The code that Craig is citing is found on lines 40-44 of Themes > Layout Templates > Forum Wrapper.
|
|
inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 16, 2018 12:27:26 GMT -8
I made the forum years ago so I wouldn't know. I think I used a preinstalled theme.
Lines showing from 39 onwards is
<p id="welcome"> {if !$[current_user.is_member]} $[login_link] or $[register_link]. {else} $[logout_link] {/if}
So slightly different.
|
|
inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 16, 2018 12:35:25 GMT -8
One other issue I'm having is the Styled Member Names Plugin not finding a new user in user search option. Is this a backend issue where the database needs refreshing?
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Dec 2, 2024 12:09:47 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,546
August 2015
socalso
|
Post by Scott on Aug 16, 2018 13:14:51 GMT -8
One other issue I'm having is the Styled Member Names Plugin not finding a new user in user search option. Is this a backend issue where the database needs refreshing? All the members seem to be showing up when I tested. Is there one in particular that isn't?
|
|
inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 16, 2018 13:56:55 GMT -8
One other issue I'm having is the Styled Member Names Plugin not finding a new user in user search option. Is this a backend issue where the database needs refreshing? All the members seem to be showing up when I tested. Is there one in particular that isn't? Trying to add ruziko to colour 90c3d4 in Styled Member Names but says no member found. Even if I just put start of username in.
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Dec 2, 2024 12:09:47 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,546
August 2015
socalso
|
Post by Scott on Aug 16, 2018 14:16:26 GMT -8
All the members seem to be showing up when I tested. Is there one in particular that isn't? Trying to add ruziko to colour 90c3d4 in Styled Member Names but says no member found. Even if I just put start of username in. How about now?
|
|
inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 16, 2018 14:25:42 GMT -8
Trying to add ruziko to colour 90c3d4 in Styled Member Names but says no member found. Even if I just put start of username in. How about now? Worked now. Thanks.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Aug 16, 2018 18:52:07 GMT -8
I made the forum years ago so I wouldn't know. I think I used a preinstalled theme. Lines showing from 39 onwards is <p id="welcome"> {if !$[current_user.is_member]} $[login_link] or $[register_link]. {else} $[logout_link] {/if} So slightly different. If that starts at line 39, then it would be line 41 that Craig is talking about. In your code, the line looks like this: $[login_link] or $[register_link]
would be the one to apply Craig's code to.
|
|
inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 17, 2018 0:49:01 GMT -8
I've replaced the bit of code with the link but it's not working. Register still goes to registering page.
|
|
inherit
256059
0
Aug 29, 2018 0:04:44 GMT -8
ktforums
23
August 2018
ktforums
|
Post by ktforums on Aug 17, 2018 0:53:19 GMT -8
Also, how do I make the banner (when clicked) link to the forum instead of portal?
|
|
#eb7100
1480
0
1
Dec 2, 2024 8:53:28 GMT -8
Craig
209,209
September 2001
cmdynasty
|
Post by Craig on Aug 17, 2018 1:51:53 GMT -8
Did you change it to this:
<p id="welcome"> {if !$[current_user.is_member]} $[login_link] or <a href="/page/register">Register</a>. {else} $[logout_link] {/if}
That should hopefully work.
|
|