The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#242
|
||||
|
||||
Hmm, well these are just me being picky.. and I think you already plan on doing some of them, but just incase..
- Show users avatar when they comment in the gustbook.. (if someone doesn't want it they can remove it from the template.. so you don't have to add a "yes/no" option in the admincp) - Guestbook is on by default. - Guestbook HTML is a template rather than hardcoded (this isn't a big deal, just makes it easier to skin ) That's about all I can think of. Maybe allow HTML in the guestbook (basic img, b, i, etc) or allow guestbook attachments that create thumbnails, like vb does. That's not really all that wanted for me though. |
#243
|
||||
|
||||
Nononono, don't do that...
No html in the gb, no reason to. you forget the focus should stay on the forums . It's supposed to stay a small guestbook hehehe just my 2 cents |
#244
|
|||
|
|||
well html on the userpages would be really nice ...so implement it .
i guess there are some people like me who want that html / page-building feature on the profiles. |
#245
|
||||
|
||||
Quote:
HTML or vBcode for the webpage is an option set by the user. It is gonna be hard to show an avatar since they're most often too big to fit. I would have to scale it down to something like 60x60 pixels so it fits OK'ish without messing up content. |
#246
|
||||
|
||||
Quote:
|
#247
|
|||
|
|||
Installed the new version and worked fine.
But when a user updates his webpage content the default colors are different from the board's style as you can see in the attached file. How can we fix the default color same with the style ? |
#248
|
|||
|
|||
Same problem with the guestbook also. Can we change their colors ?
As you can see in laptopscreen3.jpg user control panel menu's style is wrong. And in laptopscreen4.jpg guestbook color are not similiar with the boards style. Where can we change the colors to match the boards style ? |
#249
|
|||
|
|||
I managed to fit the webpage part in the members profile to the style but i disabled my users to choose their background color , font color , border color. But where can I edit Guestbook colors ?
It is not in memberinfo template. I am not an expert but here is the memberinfo template I'm using Code:
<br /> <if condition="$show['signature']"> <br> <if condition="$vboptions[allowguestbook] == '1'"> <if condition="$userinfo[permissions][canuseguestbook] == '1'"> <if condition="$webpage[gb_status] == 'on'"> <if condition="$webpage[gb_position] == 'right'"> <table width=100% border=0 cellspacing=0 cellpadding=0> <tr><td valign=top> </if> <if condition="$webpage[gb_position] == 'left'"> <table width=100% border=0 cellspacing=0 cellpadding=0> <tr><td valign=top width=350 nowrap> $webpage[gb_html] </td><td valign=top> </if> </if> <else /> <table width=100% border=0 cellspacing=0 cellpadding=0> <tr><td valign=top> </if> </if> <if condition="$vboptions[allowwebpage] == '1'"> <if condition="$userinfo[permissions][canusewebpage] == '1'"> <table width=100% border=0 cellspacing=0 cellpadding=1> <tr><td class="tborder" align="center"> <font size=2 color=cccccc><b>$userinfo[username]'s webpage</b></font> </td></tr> <tr><td class="thead" border=1 cellpadding=1> <if condition="$webpage[description]"> <b>A?ıklama:</b> $webpage[description] </if> </td></tr> </table> <table width=100%> <tr><td class="alt1" border=1 valign=top> <if condition="$webpage[name]"> <font size=3><b>$webpage[name]</b></font><br> </if> <br> <if condition="$webpage[text]"> $webpage[text]<br> </font> <else /> <font color="#CCCCCC">This user has no webpage content.</font> </if> <br> <br> <font size="small"> <i>View:</i> $webpage[hits]<br> </font> </td></tr> </table> <br /> </if> </if> <if condition="$vboptions[allowguestbook] == '1'"> <if condition="$userinfo[permissions][canuseguestbook] == '1'"> <if condition="$webpage[gb_status] == 'on'"> <if condition="$webpage[gb_position] == 'right'"> </td><td valign=top width=350 nowrap> $webpage[gb_html] </td></tr> </table> </if> </if> </if> </if> <if condition="$vboptions[allowguestbook] == '1'"> <if condition="$userinfo[permissions][canuseguestbook] == '1'"> <if condition="$webpage[gb_status] == 'on'"> <if condition="$webpage[gb_position] == 'left'"> </td></tr> </table> </if> </if> </if> </if> <if condition="$vboptions[allowguestbook] == '1'"> <if condition="$userinfo[permissions][canuseguestbook] == '1'"> <if condition="$webpage[gb_status] == 'on'"> <if condition="$webpage[gb_position] == 'bottom'"> $webpage[gb_html] </if> </if> </if> </if> |
#250
|
||||
|
||||
Quote:
|
#251
|
||||
|
||||
ogetbilo, you're better of waiting for the new version to come out. it is much easier to change things for you now.
a few more days. I gotta write new installation instructions. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|