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)

DobieGillis? 03-05-2009 12:27 PM

works great but when I try to add a picture using a url from Photbucket, it says invalid url

example


http://i99.photobucket.com/albums/l2...dal_math-1.gif

Lynne 03-05-2009 02:15 PM

Quote:

Originally Posted by DobieGillis? (Post 1761002)
works great but when I try to add a picture using a url from Photbucket, it says invalid url

example


http://i99.photobucket.com/albums/l2...dal_math-1.gif

What does that have to do with this mod? You don't add pictures with this mod. All this mod does is change the layout of the page.

DobieGillis? 03-05-2009 02:17 PM

Quote:

Originally Posted by Lynne (Post 1761071)
What does that have to do with this mod? You don't add pictures with this mod. All this mod does is change the layout of the page.

ok, then. Have a nice day.

Vitaly 03-06-2009 02:16 AM

1. "Add Picture" link has improper IF nearby: user can't see "more images" link.

Please, fix. At my site i did this:
HTML Code:

            <div class="alt2 smallfont block_row block_footer">
                <a href="group.php?$session[sessionurl]do=grouppictures&amp;groupid=$group[groupid]">$vbphrase[view_pictures]</a>
            <if condition="$show['add_pictures_link']"><br>
                <a href="group.php?$session[sessionurl]do=addpictures&amp;groupid=$group[groupid]">$vbphrase[add_pictures]</a>               
            </if>
            </div>

2. Offered CSS is not quite universal (applied to mastertemplate via TMS). It's ok for classic skin, but breaks VBSEO's one.

This one looks a bit different, but works for both:

HTML 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;
}
.content_block .block_row {
    padding:6px;
}
.content_block .block_title {
    padding:6px;
}
.content_block h4.thead, .content_block .block_title {
    padding:4px;
}
.content_block .block_footer {
    text-align:right;
    padding:4px;
}


PS. Thanks for your work :)

Lynne 03-07-2009 07:51 PM

OK, I fixed the condition around the Add Pictures link (good catch!) and also put your suggested CSS for use with vBSEO into the text file. I don't have vBSEO, so I can't comment on your suggestion there.

Xencored 03-16-2009 08:55 PM

Thanks installed :up:

PrincessFiona 03-25-2009 01:44 AM

Awesome. I absolutely love this!!! Thank you so much!!!

Kris

timinrome 03-27-2009 03:01 PM

This looks great, Lynne. Can I also ask if it's possble to allow BBcode in the description field - I want to be to link to other groups and pages on the site. Or link to key member of the group.

Thanks.

Lynne 03-27-2009 03:04 PM

That's a vBulletin thing. This is only a template change - no code changes are done at all. I know users have suggested to vB to allow html/bbcode in the description field, but it is something they will have to change - I can't change it just in a template.

timinrome 03-27-2009 07:35 PM

Installed. Looks great. many thanks.

So for the next vB upgrade, I have to go through the process again I guess?


All times are GMT. The time now is 12:39 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.01144 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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