Aqua-Soft vB3 Skin Re-Released

Ah yes, easy fix...

Under the Aqua-Soft 1.0 Templates

goto Postbit Templates and then edit the templates for postbit_legacy

Once there you'll see something like this (a few lines from the top):


 

$vbphrase[join_date]: $post[joindate]

Status: $post[onlinestatus]


$vbphrase[posts]/$vbphrase[post_thanks_thanks]: $post[posts]/$post[post_thanks_user_amount]


$vbphrase[post_thanks_thanks_amount]


$vbphrase[post_thanks_thanks_amount]

$vbphrase[post_thanks_thanks_amount]




$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[iplogged]

Replace that bit with the following:


 

$vbphrase[join_date]: $post[joindate]

Status: $post[onlinestatus]

$vbphrase[posts]: $post[posts]


$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[iplogged]

#307294

Also Yor I'll post a walkthrough tomorrow on how to fix that. You can't add the colums back in but you can still show the information.

#307295

Ah yes, easy fix...

thanks for the quick reply Tim. I'll try to do that tonight...

Another question, in the forumdisplay.php, instead of showing "rating" of a thread, can I set it to show number of views of the thread...?

sorry I am pretty ignorant of all the coding...

#307313

Also Yor I'll post a walkthrough tomorrow on how to fix that. You can't add the colums back in but you can still show the information.

That's also great. Thanks a lot.

#307319

when we are into reputation subject I see you made some graphics for it..

why its not implemented? looks cool in my opinion :cool:

same with status icons.... user_online.gif ect... I think I want to have it back :D

post-25145-1123677430.gif

reputation.gif
reputation.gif

#307344

I was planning on using those for badges on 3.5's skin :)

#307348

Hey send me an email and I'll send you an updated xml file for you to use, same goes to anyone else having a problem like this in their header.

am I having the same problem? I changed the font size to 12 too and the logout icon is like the attached now in Safari (although it looks fine in Firefox). IE for Mac is completely chaotic though.

post-34244-1123880385_thumb.png

Picture 1.png
Picture 1.png

#307831

I'll post a fix for YOR's and QTI's problems tonight.

#307843

I'll post a fix for YOR's and QTI's problems tonight.

You're my hero ;)

#307936

I know it`s donate .. but what kinda donation would be deemed as 'adiquate' (yeah spelt completely wrong lol) ... Sorry but don`t have a clue on the prices of board skins these days, and I realise that a lot of work has been put into this, so would like to ensure I donate the right worth

#307956

I bought ipb skins from nbsdesignz for USD10, so I guess that the minimum value you should donate to timan.

#307999

Edit; wrong topic, never try to post too fast with too many tabs open :slant:

#308001

Hi Timan,

From what I can see you give great support so quickly so I was hoping you could help me out here. I'm trying to get the user's IM icons to display underneath their details, but they are showing up as text rather than icons. The files exist, and I have enabled the option for the icons in the vBulletin options - yet its still text!

Any ideas?

#308198

Another question, in the forumdisplay.php, instead of showing "rating" of a thread, can I set it to show number of views of the thread...?

I would really like to show the number of views of a thread, and also show who posted the "Last Post" (currently it only shows the time of the last post).

Also, how do I add a list of users visited today on the forum front page (e.g. below the list of current users)?

Could anyone offer some help (or give some pointers) please?

#308327

Yor here is the updated template to added views and last poster nav to the threadbit.

Update the following Threadbit Templates threadbit template with this:



$vbphrase[have_x_posts_in_thread_last_y]" border="" />



"<phrase$vbphrase[x_attachments]" />
"$vbphrase[you_are_subscribed_to_this_thread]"

"$vbphrase[go_to_first_new_post]"
$thread[movedprefix]
$thread[typeprefix]
$thread[threadtitle]$thread[threadtitle]
( $thread[pagenav] ... $vbphrase[last_page] )
( $thread[views] views )



$vbphrase[reply] |
$vbphrase[unsubscribe]






$thread[notification]






$thread[postusername]

$thread[postusername]


$thread[replycount]

"<phrase$vbphrase[thread_rating_x_votes_y_average]" />

"<phrase$vbphrase[thread_rating_x_votes_y_average]" />


$vbphrase[replies_x_views_y]">

$thread[lastpostdate] $thread[lastposttime]$vbphrase[by_x]"$vbphrase[go_to_last_post]"



$thread[forumtitle]


#308352

am I having the same problem? I changed the font size to 12 too and the logout icon is like the attached now in Safari (although it looks fine in Firefox). IE for Mac is completely chaotic though.

This will be fixed in the vb3.5 skin, reason right now its kinda nasty because I wanted the page to display right in 800x600... do the following, you may have to tweak it till it displays correctly on your end.

Open up the navbar template.

Find the following:





Just change the width to like 120px; see if that helps, just keep increasing it till it shows up right.

#308355

thanks for the quick reply Tim. I'll try to do that tonight...

Another question, in the forumdisplay.php, instead of showing "rating" of a thread, can I set it to show number of views of the thread...?

sorry I am pretty ignorant of all the coding...

Open up the threadbit template.

Find:

$vbphrase[thread_rating_x_votes_y_average]" />

$vbphrase[thread_rating_x_votes_y_average]" />

Replace with:

$thread[views] views

Save the changes, and then open up the FORUMDISPLAY template:

Find:

Rating

Replace with:

$vbphrase[posts]

Save your changes and that should do the job.

#308356

Hi Timan,

From what I can see you give great support so quickly so I was hoping you could help me out here. I'm trying to get the user's IM icons to display underneath their details, but they are showing up as text rather than icons. The files exist, and I have enabled the option for the icons in the vBulletin options - yet its still text!

Any ideas?

Go into the template section of the aqua-soft 1.0 skin.

Expand the Instant Messaging Templates section, and just each each one of those, all you do is add an image to em like so.

$vbphrase[send_message_via_aim_to_x]" border="0" />

Save changes and it should now show the icon, just change the file name of that image to msn,yim,icq whatever it is you want the icon for. Hope that helps.

#308359

Also, how do I add a list of users visited today on the forum front page (e.g. below the list of current users)?

The show today's users is a forum mod, check over at vbulletin.org I'm sure they can help you there.

#308360

The show today's users is a forum mod, check over at vbulletin.org I'm sure they can help you there.

thanks Tim. You are a star!

I will try these mods tonight as soon as I can.

oh, you probably did not see my new question below - could you please help me on this as well?

In forumdisplay.php, how can I show who posted the "Last Post" as well (i.e. similar to the forum front page)? Currently it only shows the time of the last post.

#308365

Thanks a lot Timan, the style is nearly perfect now :D

#308742

VB3.5 RC2 now :) .. Gettin closer to the real deal (gold) .... You waiting for gold to begin skinning or you started already m8?

#309953

Like stated 50 times :P

I will not start skinning till vb3.5 is final. There is no reason to start now when they are going to be fixing / adding crap to the templates.

Same goes with the 2.1 skin.

#309972

Appologies, just dropped by and thought I`d post it LOL ... Don`t blame ya m8, from the posts in the VB.com thread sounds like they still finding bugs to fix

#309987

Looking forward to the IPB version!!! shall be making a donation once its done...

PS --> got any screenshots, pretty please. :P

#311989