vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Webpage & Guestbook Script (https://vborg.vbsupport.ru/showthread.php?t=71065)

KTBleeding 11-23-2004 01:54 PM

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.

ChuanSE 11-23-2004 02:03 PM

Nononono, don't do that...
No html in the gb, no reason to. you forget the focus should stay on the forums :p. It's supposed to stay a small guestbook hehehe ;)

just my 2 cents :D

MojoNixon 11-23-2004 03:00 PM

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. ;)

Swedie 11-23-2004 06:22 PM

Quote:

Originally Posted by MojoNixon
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. ;)

there won't be HTML nor vBcode in guestbooks.

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.

Swedie 11-23-2004 09:35 PM

Quote:

Originally Posted by Swedie
there won't be HTML nor vBcode in guestbooks.

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.

okay, the Avatar and HTML or vBcode option is done.

ogetbilo 11-23-2004 11:54 PM

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 ?

ogetbilo 11-24-2004 12:31 AM

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 ?

ogetbilo 11-24-2004 01:41 AM

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>


ChuanSE 11-24-2004 03:40 AM

Quote:

Originally Posted by Swedie
okay, the Avatar and HTML or vBcode option is done.

When can we expect the release Swedie? :D

Swedie 11-24-2004 10:41 AM

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.


All times are GMT. The time now is 11:48 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01904 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete