vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Social Group and Album Enhancements - New Social Groups page layout (https://vborg.vbsupport.ru/showthread.php?t=204335)

Sofia 06-13-2009 10:27 PM

Thank you for this template modification, Lynne. Very nice :)

kursed 06-14-2009 01:30 AM

Is there any way that I can make discussions look in a way that newer message appear first?

Lynne 06-14-2009 03:40 AM

Quote:

Originally Posted by kursed (Post 1829312)
Is there any way that I can make discussions look in a way that newer message appear first?

Not with this template edit, no. You would have to either modify the code or write some plugins to do that.

WebCraker 06-14-2009 03:21 PM

Thank you Lynne, n keep up da good work

JorgeX 06-23-2009 09:49 PM

Quote:

Originally Posted by merk_aus (Post 1787102)
hey i am pretty sure I did all of this correctly however my social groups did not change at all on 3.8.2

I did everything too but nothing changed =S

Please see a group http://foros.projectreality.com.ar/g...id=5&styleid=3

I did the template change on my default template (Realitymod) and nothing changed there or in teh vB Default Style

Whats wrong?

john102774 06-25-2009 03:53 AM

Thank you for this template Lynne, excellent work.

isatice 07-02-2009 03:21 PM

wow thanks , installed with no pain in less than a minute , great job dude

FReeSTER 07-24-2009 01:47 PM

I have this little problem. My forum socialgroup on the user profile looks terrible

What can have done this? or how can I fix it?

https://vborg.vbsupport.ru/external/2009/12/26.png


The boxes on the side looks bad and on top of the menu

kaanon 08-12-2009 08:28 PM

Brilliant.

Mobo 08-13-2009 08:21 AM

Nice, thank you!

EidolonAH 09-09-2009 05:08 AM

Simply perfect, thanks for the share.:)

UltraFanatics 10-20-2009 05:25 PM

This looks very tempting!

Warlord 12-24-2009 03:51 AM

1 Attachment(s)
Quote:

Originally Posted by El Intocable (Post 1854662)
I have this little problem. My forum socialgroup on the user profile looks terrible

What can have done this? or how can I fix it?

https://vborg.vbsupport.ru/external/2009/12/26.png


The boxes on the side looks bad and on top of the menu

I have a similar problem. My Side Blocks on the member profile are at the bottom of the page. I'm not sure if it is the result of this mod or not, but if others are having similar problems and they use the same id tags as the memberinfo css I'm guessing so?

Do you have any idea what could be wrong Lynne?

Lynne 12-24-2009 03:57 AM

This mod has absolutely nothing to do with the member.php page. The css for it is only added to the social groups page. So I do not know what is causing your problem.

Warlord 12-24-2009 03:59 AM

Well, I reverted all the templates, tried disabling anything that I could think would be causing this and I've still yet to track down the source of the weirdness. I don't think it's this modification though.

Warlord 12-24-2009 04:39 AM

Sorry if I might have cast any doubt on your modification Lynne. You're a phenomenal coder.

On a side note if anyone else thinks your modification had something to do with their member profile blocks being displayed incorrectly I did manage to track down the source of the problem. It's apparently a bug within the vBulletin Blog system itself.

You lose the Blogs tab on the member profile page by doing this but it corrects the problem.

In your AdminCP under Plugins & Products disable the Plugin Member Profile: Add Blog Links to standard MEMBERINFO display. My layout corrected itself just fine after I did.

COL NIL SATIS 01-05-2010 06:25 PM

Lynne quite simply outstanding!!! love it...nominated and installed

alfaowner 01-09-2010 11:54 PM

what he said on post 97

profanitytalker 04-21-2010 04:03 AM

Wow. Thank you. I think I'm going to install this hack.

Phototrope 05-08-2010 06:00 PM

Hi Lynne,

This is pretty much exactly what I was looking for, except that I have a VB4 installation.

Are any mods required to get this working on VB4?

Lynne 05-08-2010 06:10 PM

Quote:

Originally Posted by Phototrope (Post 2033833)
Hi Lynne,

This is pretty much exactly what I was looking for, except that I have a VB4 installation.

Are any mods required to get this working on VB4?

It already looks like this on vB4 (or close enough that I didn't feel the need to change it).

Phototrope 05-08-2010 06:13 PM

Yes, sorry, I realised that after I sent the post and and then found your mod update post on the VB4 area.

For the record, I prefer the way you designed the mod (ie., with the left and right sides flipped) than the way vb4 release did it.

Lynne 05-09-2010 02:38 AM

Quote:

Originally Posted by Phototrope (Post 2033842)
Yes, sorry, I realised that after I sent the post and and then found your mod update post on the VB4 area.

For the record, I prefer the way you designed the mod (ie., with the left and right sides flipped) than the way vb4 release did it.

Just change the css to float the right div left and the left div right. That should do it.

Scandal 12-11-2010 03:28 PM

Thank you very much! It is great! :)

Scandal 12-12-2010 02:47 PM

1 Attachment(s)
If anyone want to add the icon1.gif at the left of any discussion (like the forum threads) do the following changes.
Attachment 124417

In the template socialgroups_group find
Code:

$template_hook[group_discussionlist_start_col]
Add below
Code:

<td class="thead"></td>


In the template socialgroups_discussion find
Code:

$template_hook[group_discussionbit_start]
Add below
Code:

<td class="alt1" align="center"><img src="path/images/icons/icon1.gif"></img></td>
where "path" your forum url :up:

You're done!

JacquiiDesigns 12-29-2010 09:50 AM

Hey Lynne - is this share already the default Social Groups display in vB 3.8.6 PL1

Thanks :)

Eduardo Leon 12-29-2010 11:59 AM

hey ! I get this error :

PHP Code:

#content_container { width:100%; float:left; margin-right:-256px; } #content { margin-right:256px; } #sidebar_container { width:250px; float:right; } .content_block { margin-bottom:6px; padding:1px; } .content_block .block_row { padding:6px; margin:1px 0px 0px 0px; } .content_block .block_title { padding:6px; margin:0px 0px 0px 0px; } .content_block h4.thead, .content_block .block_title { padding:4px; margin:1px 0px 0px 0px; } .content_block .block_footer { text-align:right; padding:4px; margin:1px 0px 0px 0px; } 


Lynne 12-29-2010 03:57 PM

Quote:

Originally Posted by JacquiiCooke (Post 2140621)
Hey Lynne - is this share already the default Social Groups display in vB 3.8.6 PL1

Thanks :)

No. vB never changed the layout of this page in vB3.8.x

Quote:

Originally Posted by zxleo (Post 2140655)
hey ! I get this error :

PHP Code:

#content_container { width:100%; float:left; margin-right:-256px; } #content { margin-right:256px; } #sidebar_container { width:250px; float:right; } .content_block { margin-bottom:6px; padding:1px; } .content_block .block_row { padding:6px; margin:1px 0px 0px 0px; } .content_block .block_title { padding:6px; margin:0px 0px 0px 0px; } .content_block h4.thead, .content_block .block_title { padding:4px; margin:1px 0px 0px 0px; } .content_block .block_footer { text-align:right; padding:4px; margin:1px 0px 0px 0px; } 


You didn't follow the instructions carefully. Go back and reread them and redo what the instructions say to do.

MagicThemeParks 05-15-2011 03:28 PM

Decided to use Social Groups on my new site (USHistoryForums.com running 3.8.7) and this mod was a great improvement in the look of the layout! :D

DEMO: United States History Forum Group Layout

Thanks Lynne! :up:

viper357 06-21-2011 07:35 AM

Lynne, or anybody else that can help.

I am trying to get the category description to show underneath the category heading on the main group.php page.

I have copied this line of code from the "socialgroups_categorylist_bit" template (the description shows when you click on the "view all Categories" link) , but I have no idea how or where to put it in order to show the description on the main page.

<div class="smallfont">$category[description]</div>

Thanks. :)


All times are GMT. The time now is 07:58 PM.

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.01336 seconds
  • Memory Usage 1,791KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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