PDA

View Full Version : Satellite Skin ready for vBulletin 3.8.1


Miko
30-01-09, 06:16 PM
You can use this thread to discuss the Satellite Skin ready for vBulletin 3.8.1 announcement :)

jedric
30-01-09, 06:18 PM
As you can see at http://www.mmoaddict.com/forums.php right above the What's Going On box, my Blog information is being shown right there. Is this a problem with the skin?

*Edit* Ah, that's why. You forgot to code in the Forum Statistics box. :)

jedric
30-01-09, 06:25 PM
Also I noticed there are no Blog links on the navbar. Is there any way you can code this into your skin please?

un7ouchab1e
30-01-09, 08:10 PM
thanx

Miko
30-01-09, 10:19 PM
As you can see at http://www.mmoaddict.com/forums.php right above the What's Going On box, my Blog information is being shown right there. Is this a problem with the skin?

*Edit* Ah, that's why. You forgot to code in the Forum Statistics box. :)


Statistic box should not be there as the stats are in the welcome panel


Also I noticed there are no Blog links on the navbar. Is there any way you can code this into your skin please?


Will post a updated xml later today to fix both issues.

Miko
31-01-09, 12:00 AM
Just letting you know that I have updated the XML files in the memebers area to correct both issues.

I have changed 2 templates: Forumhome and Header
I did not take note of the changes so you will have to install the new xml as a new skin and copy over those two templates.

the same 2 templates are valid for all 4 versions of the satellite skin.


ps. i re added the statistics box after all :p

un7ouchab1e
31-01-09, 01:59 AM
a lot of bugs...

Miko
31-01-09, 02:11 AM
a lot of bugs...


Such as...?
Can you be more specifics?

un7ouchab1e
31-01-09, 02:44 AM
http://www.vbstyles.com/demo/misc.php?do=showrules

add <br> bellow navigation

later more...

DueceGoose
31-01-09, 02:32 PM
Such as...?
Can you be more specifics?

In the Footer, the "Mark Forums Read, View Forum Leaders" has been removed.

Can you help me with the code to add them back to footer?

Thanks

Miko
31-01-09, 10:59 PM
In the Footer, the "Mark Forums Read, View Forum Leaders" has been removed.

Can you help me with the code to add them back to footer?

Thanks

http://www.vbstyles.com/demo/misc.php?do=showrules

add <br> bellow navigation

later more...



Both issues have been corrected.
Please re download the updated zip file from the members area.

Template changed in this fix are: Forumhome and navbar

DueceGoose
05-02-09, 01:52 AM
Both issues have been corrected.
Please re download the updated zip file from the members area.

Template changed in this fix are: Forumhome and navbar

Is there any other way to fix the issues regarding the "Mark Forum Read, View Forum Leaders"?

I have updated this .xml twice already, and every time it erases my profile editor, mp3 player.

Can you provide me with the html code to put into my footer to add this feature?

Thanks so much.

DueceGoose
07-02-09, 01:57 AM
I take that as a no. :mad:

Miko
07-02-09, 02:18 AM
Is there any other way to fix the issues regarding the "Mark Forum Read, View Forum Leaders"?

I have updated this .xml twice already, and every time it erases my profile editor, mp3 player.

Can you provide me with the html code to put into my footer to add this feature?

Thanks so much.

I take that as a no. :mad:

Is it really that hard to use one of the many free comparing utilities and see what is different from your skin and my last update?

You could even install the update as new and simply copy over the what's going on part from the forumhome template....


anyhow in forumhome you should have something like:

$template_hook[forumhome_wgo_pos5]
</table>
<br />
<!-- end what's going on box -->
$forumhome_markread_script

change it to:

<tbody>
<tr>
<td class="tcat" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
<if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
<a href="showgroups.php?$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>
</tbody>
$template_hook[forumhome_wgo_pos5]
</table>
<br />
<!-- end what's going on box -->
$forumhome_markread_script

DueceGoose
09-02-09, 12:00 AM
Tyvm!

ka81
13-02-09, 06:11 AM
how to make "center" for text in Last post column??
the problem is in Opera 9.63, FireFox, Safari,...
only in IE it's ok.

see attachment.