PDA

View Full Version : Social Group and Album Enhancements - Better Social Groups Layout


C.Birch
06-07-2008, 10:00 PM
With this very easy template mod i feel it gives the view of the social groups a better look and feel.

To make this edit just replace the socialgroups_group template with the below html:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $custompagetitle</title>
$socialgroups_css
</head>
<body>
$header
$navbar

<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td colspan="2"><div class="tborder content_block" id="social_group"><div class="tcat block_title">
<if condition="$groupoptions['join'] OR $groupoptions['leave']">
<span class="smallfont" style="float:$stylevar[right]">
<if condition="$groupoptions['join']">
<a href="group.php?$session[sessionurl]do=join&amp;groupid=$group[groupid]">$vbphrase[join_group]</a>
<else />
<if condition="!$group['membertype'] AND $group['type'] == 'inviteonly'">
$vbphrase[group_type_inviteonly] </if>
</if>
<if condition="$groupoptions['join'] AND $groupoptions['leave']">
&nbsp;|&nbsp; </if>
<if condition="$groupoptions['leave']"><a href="group.php?$session[sessionurl]do=leave&amp;groupid=$group[groupid]">$leavephrase</a></if>
</span> </if>
$vbphrase[social_group]
</div>

<!-- group info -->
<div class="alt1 block_row">
<span class="smallfont" style="float: $stylevar[right];">$grouptypephrase</span>
<h1 id="group_name">$group[name]</h1>
<div id="group_creator" class="smallfont"><phrase 1="$ownerlink" 2="$group[creatorusername]">$vbphrase[group_created_by_x]</phrase></div>
<if condition="$group['description']">
<p id="group_description">$group[description]</p>
</if>
</div></div></td>
</tr>
<tr>
<td valign="top"><!-- messages -->
<if condition="$show['groupmessages']">
<if condition="$show['quickcomment']">
$vBeditTemplate[clientscript]

<div class="tborder content_block" id="social_group"><div class="thead block_row">$vbphrase[social_group_messages]</div>

<form action="group.php?$session[sessionurl]do=message" method="post" name="vbform" id="message_form" class="alt1 smallfont block_row">
<div align="center">
<div style="max-width:$stylevar[formwidth]; width:auto !important; width:$stylevar[formwidth_usercp]">

<div style="display:none" id="qc_error_div" class="tborder">
<div class="alt1 block_title">
<div id="qc_error_header">$vbphrase[errors_occured_when_submitted]</div>
<div id="qc_error_list">&nbsp;</div>
<div id="qc_error_okay"><input type="button" class="button" value="$vbphrase[okay]" id="qc_hide_errors" /></div>
</div>
</div>

<div class="smallfont messagetext">$vbphrase[message]: <if condition="$show['auto_moderation']"><span class="shade">$vbphrase[this_post_will_be_automatically_moderated]</span></if></div>
<div id="$editorid" class="vBulletin_editor">$messagearea</div>
<if condition="$allowed_bbcode"><div class="allowed_bbcode">$allowed_bbcode</div></if>
<div class="submit_button">
<input type="hidden" name="fromquickcomment" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="message" />
<input type="hidden" name="groupid" value="$group[groupid]" />
<input type="hidden" name="loggedinuser" value="$bbuserinfo[userid]" />
<input type="hidden" name="parseurl" value="1" />
<input type="hidden" name="lastcomment" value="$lastcomment" />
<input type="hidden" name="allow_ajax_qc" value="$show[allow_ajax_qc]" />

<input type="submit" id="qr_submit" value="$vbphrase[post_message]" name="sbutton" class="button" accesskey="s" onclick="clickedelm = this.value" />
<input type="submit" id="qr_preview" value="$vbphrase[go_advanced]" name="preview" class="button" accesskey="x" onclick="clickedelm = this.value" />
</div>
</div>
</div>

<div align="center" id="qc_posting_msg" style="display:none; margin-top:$stylevar[cellpadding]px">
<img class="inlineimg" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[posting_comment] - $vbphrase[please_wait]" />
<strong>$vbphrase[posting_message_please_wait]</strong> </div>
</form>
</if>

<if condition="$messagebits">
<div class="thead block_row" id="group_message_header">
<if condition="$show['inlinemod']"><a id="inlinemodsel">&nbsp;</a></if>
<if condition="$messagetotal"><phrase 1="$messagestart" 2="$messageend" 3="$messagetotal">$vbphrase[showing_gms_x_to_y_of_z]</phrase><else />&nbsp;</if>
</div>

<!-- inline moderation form -->
<form action="group_inlinemod.php?groupid=$group[groupid]" method="post" id="group_message_inlinemod_form">
<ol class="alt1 list_no_decoration block_row" id="message_list">
$messagebits
</ol>

<if condition="$show['inlinemod'] OR $pagenav">
<div class="alt2 block_row" id="group_message_tab_footer">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="bottom">
<if condition="$show['inlinemod']">
<td class="smallfont" id="inlinemod_comment_controls">
<div><label for="moderation_select_comments">$vbphrase[moderation]</label></div>
<select id="moderation_select_comments" name="do">
<if condition="$show['delete'] OR $show['undelete'] OR $show['approve']">
<optgroup label="$vbphrase[option]" id="moderation_select_comments_optgroup">
<if condition="$show['delete']">
<option value="inlinedelete" id="inlinemod_comment_controls_delete">$vbphrase[delete_messages]</option>
</if>
<if condition="$show['undelete']">
<option value="inlineundelete" id="inlinemod_comment_controls_undelete">$vbphrase[undelete_messages]</option>
</if>
<if condition="$show['approve']">
<option value="inlineapprove" id="inlinemod_comment_controls_approve">$vbphrase[approve_messages]</option>
<option value="inlineunapprove" id="inlinemod_comment_controls_unapprove">$vbphrase[unapprove_messages]</option>
</if>
</optgroup>
</if>
<optgroup label="____________________">
<option value="clearmessage">$vbphrase[deselect_all_messages]</option>
</optgroup>
</select>
<input type="submit" value="$vbphrase[go]" id="gmessage_inlinego" class="button" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> </td>
</if>
<if condition="$pagenav">
<td class="smallfont" align="$stylevar[right]">
$pagenav </td>
</if>
</tr>
</table>
</div>
</if>
</if>

<if condition="$show['quickcomment']">
<script type="text/javascript" src="clientscript/vbulletin_quick_comment.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
<!--
var quick_comment = new vB_QuickComment("message_form", $vboptions[postminchars]);
//-->
</script>
</if>
<if condition="$messagebits">
<if condition="$show['inlinemod']">
<script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
<!--
inlineMod_comment = new vB_Inline_Mod('inlineMod_comment', 'gmessage', 'group_message_inlinemod_form', '$vbphrase[go_x]', 'vbulletin_inline', 'message');
vBmenu.register("inlinemodsel");
//-->
</script>

<!-- inline mod selection popup -->
<ul id="inlinemodsel_menu" class="vbmenu_popup list_no_decoration" style="display:none">
<li class="thead first">$vbphrase[from_this_page]</li>
<li class="vbmenu_option" onclick="inlineMod_comment.check_all(true)">$vbphrase[select_all]</li>
<li class="vbmenu_option" onclick="inlineMod_comment.check_all(false)">$vbphrase[deselect_all]</li>
<li class="vbmenu_option" onclick="inlineMod_comment.check_all('invert')">$vbphrase[invert_selection]</li>
<li class="thead"><img src="$vboptions[cleargifurl]" alt="" width="1" height="1" /></li>
<li class="vbmenu_option" onclick="inlineMod_comment.check_all(true, 1)">$vbphrase[select_unapproved_posts]</li>
<li class="vbmenu_option" onclick="inlineMod_comment.check_all(true, 2)">$vbphrase[select_deleted_posts]</li>
</ul>
<!-- / inline mod selection popup -->
</if>
</form>
<!-- / inline moderation form -->

<else /><if condition="$show['quickcomment']">
<div class="alt2 block_row">$vbphrase[group_has_no_messages]</div>
</if></if>
</if>
<if condition="!$group['canviewcontent']">
<div class="alt2 block_row">$vbphrase[must_join_to_view]</div>
</if></div></td>
<td width="250" valign="top"><!-- members -->
<div class="tborder content_block" id="social_group"><div class="thead block_row">
<phrase 1="$members_shown" 2="$group[members]">$vbphrase[showing_x_of_y_members]</phrase>
</div>

<div class="alt1 block_row">
<ul id="group_member_list">
<div align="center">$short_member_list_bits</div>
</ul>
</div>
<div class="alt2 block_row"><a id="view_all_members_link" class="smallfont" href="group.php?$session[sessionurl]do=viewmembers&amp;groupid=$group[groupid]">$vbphrase[view_all_members]</a>
</div>
</div>
<!-- pictures -->
<div class="tborder content_block" id="social_group"><if condition="$show['pictures_block']">
<div class="thead block_row">

<if condition="$pictures_shown">
<phrase 1="$pictures_shown" 2="$group[picturecount]">$vbphrase[showing_x_of_y_pictures]</phrase>
<else />
$vbphrase[group_pictures] </if>
</div>
<div class="alt1 block_row">
<if condition="$picturebits">
$picturebits

<else />
$vbphrase[no_pictures_added_group_yet]
<if condition="$show['add_pictures_link']"><a href="group.php?$session[sessionurl]do=addpictures&amp;groupid=$group[groupid]">$vbphrase[add_pictures_to_this_group]</a></if>
</if>
</div>
</if>
<div class="alt2 block_row"><div id="picture_links" class="smallfont">
<a href="group.php?$session[sessionurl]do=grouppictures&amp;groupid=$group[groupid]">$vbphrase[view_pictures]</a>
<if condition="$show['add_pictures_link']">| <a href="group.php?$session[sessionurl]do=addpictures&amp;groupid=$group[groupid]">$vbphrase[add_pictures]</a></if>
</div></div>
</div></td>
</tr>
<tr>
<td colspan="2" valign="top"><div class="tborder content_block" id="social_group"><div align="center"><if condition="$show['groupoptions']">
<div class="tfoot block_row">
<ul id="group_footer_links">
<if condition="$groupoptions['join']">
<li class="smallfont">
<a href="group.php?$session[sessionurl]do=join&amp;groupid=$group[groupid]">$vbphrase[join_group]</a>
</li>
<else />
<if condition="$group['membertype'] != 'member' AND $group['type'] == 'inviteonly'">
<li class="smallfont">
$vbphrase[group_type_inviteonly]
</li>
</if>
</if>
<if condition="$groupoptions['leave']"><li class="smallfont"><a href="group.php?$session[sessionurl]do=leave&amp;groupid=$group[groupid]">$leavephrase</a></li></if>
<if condition="$groupoptions['edit']"><li class="smallfont"><a href="group.php?$session[sessionurl]do=edit&amp;groupid=$group[groupid]">$vbphrase[edit_group]</a></li></if>
<if condition="$groupoptions['delete']"><li class="smallfont"><a href="group.php?$session[sessionurl]do=delete&amp;groupid=$group[groupid]">$vbphrase[delete_group]</a></li></if>
<if condition="$groupoptions['manage']">
<li class="smallfont">
<a href="group.php?$session[sessionurl]do=manage&amp;groupid=$group[groupid]">$vbphrase[pending_and_invited_members]</a>
</li>
</if>
<if condition="$groupoptions['managemembers']">
<li class="smallfont">
<a href="group.php?$session[sessionurl]do=managemembers&amp;groupid=$group[groupid]">$vbphrase[manage_members]</a>
</li>
</if>
</ul>
</div>
<div></div>
</if>
</div></div></td>
</tr>
</table>

$footer
</body>
</html>



Ps: Mods theres no Prefix for social group hacks...

ThreeD
06-08-2008, 10:27 AM
nice one :) Works like a charm..thanks

WoodiE
06-08-2008, 12:00 PM
Very nice template change!

ShiZoPhreN
06-08-2008, 12:10 PM
Thanks :)..

Guest210212002
06-08-2008, 01:38 PM
/me clicks install

chatzworld
06-08-2008, 03:07 PM
* ChatzWorld clicks install

Thanks jsut what I have been looking for :)

sensimilla
06-08-2008, 06:52 PM
Nice skin of your site :)

C.Birch
06-08-2008, 07:04 PM
Many thanks and thanks for them that like the groups edit.

mikkitine
06-08-2008, 09:36 PM
This is indeed better. I hope my members will start to use this feature more cos of this improvement. Thanks.

Baldilocks
06-08-2008, 10:14 PM
Will this work with the Social Group Forums add-on ?

mikkitine
06-08-2008, 10:52 PM
Will this work with the Social Group Forums add-on ?Yep. It's compatible with social forums 1.4.2.

Jase2
06-08-2008, 11:08 PM
Great work! *Installed* :)

Hornstar
06-09-2008, 04:15 AM
Thanks, this looks more user friendly as well.

Milad
06-09-2008, 04:28 AM
Nice, but not XHTML valid!

Brandon Sheley
06-09-2008, 04:30 AM
nice, much better looking :)

* Brandon Sheley clicks install

Jase2
06-09-2008, 12:23 PM
Nice, but not XHTML valid!

Yes it is.

Sychev_S
06-09-2008, 12:45 PM
This looks way better. Thank you.

goranbaxy
06-09-2008, 06:28 PM
great, installed!

elmati
06-09-2008, 06:57 PM
hey, really nice!
installed.

thank you!

Alfa1
06-09-2008, 11:49 PM
Many thanks for this!!!

sross
06-10-2008, 08:17 AM
dude. nice.

peterpigman
06-10-2008, 10:33 AM
Ty much better.

RvG2
06-11-2008, 02:49 AM
much better :)

The_Dan
06-11-2008, 12:06 PM
installed and it works great. Thanks

S7rik3R
06-11-2008, 01:44 PM
Looks really good going to try out later ...
Thanks Mate

XxKonnectionsxX
06-12-2008, 05:58 PM
I'm not sure why, but this does not work for me. When I try to replace my template with this one, I get a database error//

SuperDave71
06-12-2008, 07:53 PM
GREAT JOB!

I love this one! Thank you so much!

-Dave

TheInsaneManiac
06-13-2008, 10:44 PM
Nice Job!

Baldilocks
06-15-2008, 11:22 AM
Now what we need is a better design of the initial Social Group display page.

Baldilocks
06-15-2008, 11:23 AM
Why is everything being posted twice tonite??

mikkitine
06-15-2008, 08:55 PM
Now what we need is a better design of the initial Social Group display page.
Same. That and some notifications for social groups. Then the feature will become complete.

Captain Tycoon
06-17-2008, 09:13 AM
Perfect! Installed and Marked.

Roflstilzchen
06-17-2008, 03:51 PM
thx, very fine :D

saviola8x
06-18-2008, 02:47 AM
oh. very good.
Thanks so much. Nice ^^

Yenimuhendis
06-18-2008, 02:24 PM
ty . installed

arcadian_girl
06-21-2008, 03:55 AM
looks so much better, installed :)

Phr34q
06-21-2008, 09:17 AM
I'm not sure why, this is an easy edit, but it's not doing it's thing for me at all, well it kinda "broke" my social groups, and guessing right, yeah, I kinda sorta didn't make a copy of the original code before venturing into this, after a quick glance at my files through ftp, I seem to lack the intelligence to locate the file itself so I could restore the one file I messed up.

Any help would be awesome, no stupid comments on my stupidity as to "why the h*** didn't you back it up" ;)

Cheers

sdavis2702
06-22-2008, 01:01 AM
This is awesome I love it. Is there a way to limit how many pics are shown though? I only have 4 in one of my groups and it's already stretching the page pretty far down.

sakli_duslerr
06-23-2008, 12:04 PM
Thanks ; )

DrKNickel
06-23-2008, 02:07 PM
I get a little error:

"Group created by [ARG:3 UNDEFINED]"

What can i do against it?

Thanks :)

Greets

OsideRida06
06-26-2008, 10:22 AM
This is awesome I love it. Is there a way to limit how many pics are shown though? I only have 4 in one of my groups and it's already stretching the page pretty far down.

I just marked this as installed. It looks great. I have the same question as the guy above though. I have lots of pics in some of our groups. So how can we limit it to a certain amount of pics to show on the main group page going down?

bongwater
06-26-2008, 11:03 AM
installed. live link click HERE (http://www.ravelinks.com/forums/groups/north-carolina-peoples.html)

vfaguilera
06-28-2008, 02:07 AM
installed, nominated, commented, loved!

neodan20
06-28-2008, 04:31 AM
Nice!

niake
06-28-2008, 11:40 PM
Gr8

ShawneyJ
06-29-2008, 10:30 AM
Excellent

tazzarkin
06-29-2008, 11:47 PM
If you could change this so it doesn't effect the current template, it would be perfect.

I don't want to change my existing vbulletin default template file. However, if you put your modifications in a different template file, then you could make a mod that would let you choose which Social Network template you want to use.

It would be a mod that would let you choose between different Social Network layouts. I know a lot of people who are afraid to change their default layout, especially after adding so many other mods to it already.

Yet, if you could make a mod that chooses the Social Network layout (in a dropdown menu)... Now that would be cool !!

C.Birch
06-30-2008, 05:41 AM
I just marked this as installed. It looks great. I have the same question as the guy above though. I have lots of pics in some of our groups. So how can we limit it to a certain amount of pics to show on the main group page going down?

The number of images that is on show is set in your vb settings in the admin cp just how it is before the template edit.

All this does is moves about the html to give it a new look and does not mess with any of vb's systems or code.

monacelli
06-30-2008, 06:06 AM
Very nice. Should be the vB default.

UltraFanatics
06-30-2008, 06:57 AM
I get a little error:

"Group created by [ARG:3 UNDEFINED]"

What can i do against it?

Thanks :)

Greets

Yes I have that aswell

tpearl5
07-01-2008, 12:40 AM
I was looking for some exactly like this - thanks :)

therogueforums
07-01-2008, 10:16 AM
Installed!

Thanks for this! The page looks a lot better!

Qwest
07-03-2008, 03:42 PM
Installed and loving it. Thank you very much.

cheat-master30
07-03-2008, 03:52 PM
Installed and in use.

mA|tRiX
07-04-2008, 05:33 AM
Installed :)

Jon4444
07-05-2008, 12:42 PM
Nice!

:D

blogcrash
07-05-2008, 12:46 PM
Very cool :up:

Cryo
07-05-2008, 04:09 PM
At first I was thinking "oh, not needed." Then I looked at the template for social groups and installed this in a heartbeat! Nice work. :)

* Cryo clicks installed.

l3it3r
07-05-2008, 05:48 PM
INSANELY better! Thanks! vBulletin developers: INCLUDE THIS in the next release. It's SOOOO nice!

choccyclaire
07-09-2008, 07:54 PM
Much nicer way! Thanks. :)

UltraFanatics
07-09-2008, 09:59 PM
I get a little error:

"Group created by [ARG:3 UNDEFINED]"

What can i do against it?

Thanks :)

Greets

Did this problem get fixed as I had that problem?

FiMeTi
07-11-2008, 02:06 PM
HAH!!! :D
WAAAAYYY BETTER BABY!
Great job mate - Thanks very much :=)

installed

squishi
07-11-2008, 07:53 PM
Nice one. Installed.

BatMs.com
07-12-2008, 09:09 PM
wow very nice work here. Installed :D

vwdforum
07-14-2008, 01:35 PM
Did this problem get fixed as I had that problem?

I get the same error, anyone fixed it yet?

AWJunkies
07-16-2008, 12:27 AM
MUCH better should be default VB style :)

vicmx
07-17-2008, 12:27 AM
Now Installed! thanks!

vwdforum
07-18-2008, 09:21 PM
I get a little error:

"Group created by [ARG:3 UNDEFINED]"

What can i do against it?

Thanks :)

Greets

I had the same prob until I upgraded to 3.72 and now it works perfectly!

Hornbone
07-26-2008, 05:23 AM
great work...very nice

Killy01
07-28-2008, 08:56 AM
very nice thanks :)

Mazinger
08-05-2008, 02:21 PM
Very nice and easy!

fukdawrld
08-05-2008, 03:47 PM
thanx for this

jdebler
08-05-2008, 10:21 PM
I'd be interested in moving the "tool bar" at the bottom (the one with Join Group or Edit Group, etc.) to the top, just under the group description box so it is more noticeable. Anyone done this yet?

Chadi
08-10-2008, 01:21 PM
Something is wrong with this, see attached.

It shows "posting messages" automatically for no reason, and it doesn't go away.

ETDC
08-10-2008, 09:37 PM
Awesome. Installed and nominated.

The best changes are the simplest ones. :) :) :)

yingzhou
08-13-2008, 11:32 PM
very nice mod! thanks C.Birch

Chadi
08-14-2008, 04:49 AM
Something is wrong with this, see attached.

It shows "posting messages" automatically for no reason, and it doesn't go away.

Curious if anyone can please help me out with this problem.

C.Birch
08-14-2008, 02:09 PM
Something is wrong with this, see attached.

It shows "posting messages" automatically for no reason, and it doesn't go away.

It all works fine, all this does is wraps vb's code in a table to edit the layout so theres not anything this code as done that edits how vb's systems work.

Chadi
08-14-2008, 08:59 PM
Then why does the problem go away when I revert that template back to default?

kevcj
08-15-2008, 12:09 AM
Thank you - installed.

:)

C.Birch
08-16-2008, 08:51 PM
Then why does the problem go away when I revert that template back to default?

Maybe its a plug in you have or something like that, but as i say none of vb's code is edited its just wrapped in a new table.

SavvyPirates
08-16-2008, 09:09 PM
Worked perfectly and looks great! Thanks!

Chadi
08-17-2008, 03:25 AM
Maybe its a plug in you have or something like that, but as i say none of vb's code is edited its just wrapped in a new table.

Thanks for your reply. The only other plugin I have related to social groups itself is called AP groups (found on this site). I tested this out by disabling that plugin and trying yours again, same problem. I reverted your mentioned template and the problem went away (hence, after disabling your modification to the template).

I do have dozens of plugins installed, however, not sure where to begin to trace this.

cirdok2
08-18-2008, 10:40 PM
very very nice! Thank you! :up:

shlomot
08-21-2008, 10:04 AM
Thank you for your ingenious and artistic touch.

Any idea why the Social Forums' forum doesn't show. in the main column?

If you care to give a look - it's an adult site -> here (http://www.fetishrings.com/group.php?groupid=3).

Yep. It's compatible with social forums 1.4.2.

JoeWho
08-24-2008, 04:07 PM
Hi,

It looks so much better... But if you are not logged in the border is missing

Border is missing when viewed as guest. :confused:

Thanks

Ricsca
08-28-2008, 09:14 PM
Good! Thanks

ShackMaster
08-29-2008, 07:44 PM
Has anyone thought about options for the layout, such as listing the posts in the same order as thread posts are listed... and having the message box at the bottom of the page instead of the top.

I find it harder to follow since it is opposite of our forum layout.

edge23
08-30-2008, 09:39 AM
Installed!

Killer mod, saved me a ton of work. Thanks M8:)

wolfstream
09-01-2008, 04:18 PM
Well done

jilly
09-02-2008, 04:28 PM
It's good! We also need something for the very first page, when you look at the list of available social groups, and it shows the list of groups you belong to at the top of the list...that page is hideous too..

C.Birch
09-04-2008, 08:09 AM
It's good! We also need something for the very first page, when you look at the list of available social groups, and it shows the list of groups you belong to at the top of the list...that page is hideous too..

VB are already doing that by the looks of it for 3.8

DoB Rhapsody
09-09-2008, 11:33 PM
Hi,

It looks so much better... But if you are not logged in the border is missing

Border is missing when viewed as guest. :confused:

Thanks

Same with my board. Can we get a fix for this please?..

GrendelKhan{TSU
09-18-2008, 09:52 AM
I like it thanx :)

Baldilocks
09-19-2008, 03:48 AM
I still think this mod looks better than what they are planning for 3.8.x. I will probably stay with 3.7.x until 4.0 is released. :)

Alfa1
09-19-2008, 11:47 AM
I was thinking to re-install this on 3.8.

jambo_1969
09-19-2008, 02:30 PM
Installed - awesome HOWEVER...

I have some private groups, but on the home page, the first 75 characters of the last entry are displayed to all on the home page.

Any idea to remove this ?

jambo_1969
09-19-2008, 02:33 PM
[Edit] - just found it...

In SOCIALGROUPS - find

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat">$vbphrase[ap_latestpost_group]</td>
</tr>
$ap_grupmesajlarbit
</table>

</td>

And remove....

Brandon Sheley
09-19-2008, 03:10 PM
I'll remove this mod once 3.8 comes out, no sense in having mods that don't need to be added

Baldilocks
09-19-2008, 04:34 PM
Well, it will still need to be around for those using 3.7.x. :)

aztecboi2003
09-19-2008, 11:48 PM
Nevermind I got it. Thanks.

mri_mohammad
10-10-2008, 02:09 PM
wow nice

bongwater
10-12-2008, 09:07 PM
I upgraded to 3.8.0 beta 1 and it doesnt seem to work anymore...

MentaL
10-12-2008, 10:08 PM
this actually doesnt work for me.. strange

C.Birch
10-14-2008, 04:53 PM
I upgraded to 3.8.0 beta 1 and it doesnt seem to work anymore...

Would not do as the social group system as been redone in 3.8 beta1 and im not going recode the edit to 3.8 goes gold as because its html and design it could keep swapping loads.

trstudent
10-14-2008, 09:06 PM
I installed and it Looked so good. Thanks a lot.

FReeSTER
10-23-2008, 01:03 AM
C.Birch for some reason is not working at my custom Skin.
It look the same

Any Ideas?:(:confused:

ymy
10-30-2008, 09:02 PM
Very nice template change!

glorify
11-01-2008, 11:13 PM
Damn I need this back for 3.8

The default looks horrible.

markblair
11-02-2008, 11:57 PM
Cool, I like it. Installed. :)

xthecanadianx
11-17-2008, 07:04 PM
cheers! :D

RvG2
11-23-2008, 03:36 PM
is this still applicable to 3.8b3?

jim doodle
12-05-2008, 10:24 PM
I've added a couple of clearfixs to work with all browsers.

Example:

Line 187

<div style="clear:both; font-size:0px">&nbsp;</div>


Good template though :):up:

zipmaker
12-06-2008, 01:11 AM
great! :) installed ;)

GSeybold
12-25-2008, 06:40 PM
it's not working for me. when I try to copy the code, it's not highlighting everything, especially the input type... Help!:D

Alfa1
01-11-2009, 03:00 AM
Please update this for vb 3.8

FiMeTi
01-12-2009, 03:46 PM
so will there be a vb 3.8 fixx?

rainyleaves
01-18-2009, 05:00 PM
Please update this for vb 3.8...

Pokerbanter
01-22-2009, 11:33 AM
Cool. Installed

RvG2
01-24-2009, 04:00 AM
not sure how it looks like in 3.8 ... but surely it will be very much appreciated to update to 3.8

Gamelobby
01-31-2009, 08:12 PM
Please update this for vb 3.8...
Yes plz..

markblair
02-03-2009, 03:19 AM
Waiting patiently for this to be converted for use with vB 3.8. :)

RvG2
02-03-2009, 04:07 PM
please update it in 3.8

GCC LLC
02-09-2009, 03:33 PM
Another request for 3.8

russell2g
02-18-2009, 09:31 AM
Please update for 3.8 - I installed it on my board without realising it wasnt compatible and it took away the groups main photo which is no good.

Other than that it looks like a great mod for anyone using 3.7

Leo Brazil
02-18-2009, 11:38 AM
I don't like to do this because it may "sound" an advertising but as many people here requesting support for 3.8 and nothing so far and I won't take any benefits from doing this, just trying to help.

Why don't you 3.8 guys take a look on this mod ? https://vborg.vbsupport.ru/showthread.php?t=204335

2impulsiv
06-20-2009, 10:42 AM
I would prefer to see this one done for 3.8.x as it looks neater. :)

Alfa1
06-20-2009, 01:28 PM
please disregard this post

blind-eddie
06-20-2009, 01:35 PM
I just edited my navbar.
I changed groups.php to group.php?do=grouplist
To me that looks better.

s-p0k
06-28-2009, 08:01 AM
very nice ty *Installed*

2impulsiv
06-29-2009, 09:55 AM
I just edited my navbar.
I changed groups.php to group.php?do=grouplist
To me that looks better.


Could you please post up a screen shot to see the changes?

Cheers..

yotsume
08-05-2009, 07:59 AM
Installed very nice edit!

However, the border around the messages is missing in IE8.

Does anyone know how to center the photos in the right side block? Ive been searching but I just seem to be missing it...

Angry_Sun
08-09-2009, 03:09 AM
Another request for 3.8.x

This would be great!

dbreh
12-30-2009, 11:43 AM
Thanks ... very Nice

GoBoiano
07-12-2010, 07:24 PM
Another 3.8.x request please. :)

cowcowcow
10-29-2010, 02:18 AM
Another 3.8 request!