Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

phpBB3 styling support, style coding, and style graphics assistance.
Forum rules
Style coding and style related questions only.

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Dragosvr92 » 05 Sep 2011, 03:42

I have Fixed the <div class="forabg"> issue before i removed it.
But i still have a little Problem with the Who is online box.
Could you Please Have a look and see if you can figure out whats Wrong?

Code: Select all
Removed


Thanks in advance :)
Last edited by Dragosvr92 on 06 Sep 2011, 21:28, edited 1 time in total.
Previous username: TheKiller
Avatar on Memberlist 1.0.3

Image
User avatar
Dragosvr92    
MOD Author
MOD Author
 
Posts: 362
Joined: 26 Sep 2009, 10:32
Location: Romania
Gender: Male
phpBB Knowledge: 3




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Sniper_E » 05 Sep 2011, 16:20

Your code here:
Code: Select all
<!--END whoisrow --> </div> </td> </div> </tr>


Needs to be in this order:
Code: Select all
<!--END whoisrow --> </div> </div> </td> </tr>


And you have class="forabg" and corners-top and corners-bottom in that subsilver2 type chat template. You are using that template in a prosilver type style, aren't you?

That's just silly Killer.
Don't ask for help doing that stuff. Use a profile type template in a profile type style.

[ Post made via HTC Inspire] Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6984
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Dragosvr92 » 05 Sep 2011, 16:46

Sorry, but those changes dont make any difference. :(
The chat template is For subsilver2 ?
Yes, im using it on prosilver. It doesnt matter to me if it passes validation.
I am just making it as it was on a older Forum, which wasnt mine, and i had no idea about forums back then.
I just make it for My Personal, offline usage. i might release it to the public, if i consider to, and i ask the old author.
Previous username: TheKiller
Avatar on Memberlist 1.0.3

Image
User avatar
Dragosvr92    
MOD Author
MOD Author
 
Posts: 362
Joined: 26 Sep 2009, 10:32
Location: Romania
Gender: Male
phpBB Knowledge: 3

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby topdown » 05 Sep 2011, 17:10

As a side note:
It does matter if it passes validation.

Validation is not a symbolic statement.
It is a tool that will tell you if your code is the correct syntax or not.

If something is not valid, there is a good chance it will not display as you intended.
Especially with block level elements. :)
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !
User avatar
topdown    
STG Styles Leader
STG Styles Leader
 
Posts: 3026
Joined: 01 Oct 2007, 22:56
Location: Handyman's harddrive
Favorite Team: STG Teams
Gender: Male
phpBB Knowledge: 9

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Dragosvr92 » 05 Sep 2011, 19:06

Topdown , i dont care how right its writen. Im not making it to go live.
I just need it to look as its suposed to. I want to make a replica of an old style, for archiving purposes only.
For example, if the old thing didnt had an alt specified, i wont bother adding it.
Lets not get into more useless details. I only need it to work.
Previous username: TheKiller
Avatar on Memberlist 1.0.3

Image
User avatar
Dragosvr92    
MOD Author
MOD Author
 
Posts: 362
Joined: 26 Sep 2009, 10:32
Location: Romania
Gender: Male
phpBB Knowledge: 3

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Sniper_E » 05 Sep 2011, 20:59

Hey Killer... I could probably make you a prosilver template that would look just like the subsilver2 template. But I can't see how that template you are using would look like the subsilver2 template in prosilver. prosilver does not have the class cat, row1 or row2 in it's stylesheets. Would you show me a screen shot of what that looks like?

[ Post made via HTC Inspire] Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6984
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Dragosvr92 » 06 Sep 2011, 00:04

Thanks Sniper, but I'd like to use this one. As i said, it will be used on an offline board, so validation is not important for me. I just want it to look fine.

The only problem it has is that the user shows in the middle, instead of the top of the who is online box.
You could Add the style on a prosilver theme and see how i looks like.
But here you go:
http://Removed

Oh, and also, i have the classes cat, row1,row2, nav. and the style looks the same.
No change at all. They are just defined for nothing. but im not going to remove them anyways, as i said, i want to use the code broken as it is. But just fix the Whos online box to show the user on top, not middle :)
Last edited by Dragosvr92 on 06 Sep 2011, 21:28, edited 1 time in total.
Previous username: TheKiller
Avatar on Memberlist 1.0.3

Image
User avatar
Dragosvr92    
MOD Author
MOD Author
 
Posts: 362
Joined: 26 Sep 2009, 10:32
Location: Romania
Gender: Male
phpBB Knowledge: 3

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Sniper_E » 06 Sep 2011, 09:27

Code: Select all
</td> <td class="row1" valign="top" nowrap="nowrap"> <div id="whois_online"> <!--BEGIN whoisrow -->


[ Post made via HTC Inspire] Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6984
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Dragosvr92 » 06 Sep 2011, 10:44

Thanks Ed, that sort of did it. But its too much on top and on left..
Image
Previous username: TheKiller
Avatar on Memberlist 1.0.3

Image
User avatar
Dragosvr92    
MOD Author
MOD Author
 
Posts: 362
Joined: 26 Sep 2009, 10:32
Location: Romania
Gender: Male
phpBB Knowledge: 3

Re: Re: [Add-on] AJAX Chat 2.0.0 Beta Styles

Postby Sniper_E » 06 Sep 2011, 12:11

Play with that class and line it up like you want it:
Code: Select all
#whois_online{ vertical-align:text-top; text-align:left; margin: 4px; 0 0 4px; }

Oh, a better idea... go with a prosilver template. :rotfl:

[ Post made via HTC Inspire] Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6984
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

PreviousNext

Return to phpBB3 Styling Assistance

Who is online

Users browsing this forum: No registered users and 4 guests