vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - GRPS: Groups Commune 2.0.x (https://vborg.vbsupport.ru/showthread.php?t=127303)

Lionel 09-30-2006 05:49 PM

yes but this does not exists in template so no replacement takes place, at least not for me

Quote:

'src="' . $stylevar['imgdir_button'] . '/infraction.gif"'

what does is

Quote:

'src="$stylevar[imgdir_button]/infraction.gif"'


sabret00the 09-30-2006 06:07 PM

Quote:

Originally Posted by Lionel
yes but this does not exists in template so no replacement takes place, at least not for me



what does is

that's interesting because this is all in the post-parsed state so the above should most definately replace.

hmmmm.

hopefully some others will offer feedback on this one.

Lionel 10-01-2006 02:33 AM

Is there a way to align group members in 3 rows?

This is how it displays to me

sabret00the 10-01-2006 06:23 AM

Quote:

Originally Posted by Lionel
Is there a way to align group members in 3 rows?

This is how it displays to me

that's on viewmembers.php? if so refresh a couple times, that's a css bug i somehow managed to work in there and haven't managed to figure out how.

Lionel 10-01-2006 07:05 AM

I had a similar situation. If I recalled, what I did was to include the info in it's table and do an align="left" and they automatically wrap themselves into the next line. I am going to try and will let you know.

Lionel 10-01-2006 08:08 AM

ok, here is what i did.
in groups_display_memberbit I put

Quote:

<table style="float:left"><tr><td>
bits goes here
</td></tr></table>
Now, since the main group page uses that too, I need to adjust that template too by putting a td in there to accomodate the tables. I believe with that setup, the next members will automatically wrap around to go to the next line. If I recall, I used table align="left" which was fine with Firefox, but IE did not like. So the float did it for both

Lionel 10-01-2006 08:32 AM

Perfect! This was misaligning the newest member in main group page to the left (but was wrapping around :-))

so since you define both scripts the same I introduced a new define in viewmembers and here is the content of template

PHP Code:

<if condition="THIS_PART=='viewmembers'">
<
table style="float:left"><tr><td nowrap></if>    <strong><a href="$vboptions[bburl]/member.php?u=$grps_membersinfo[userid]">$grps_membersinfo[username]</a></strong><br />
    <
a href="$vboptions[bburl]/member.php?u=$grps_membersinfo[userid]"><img src="$grps_membersinfo[avatar]alt="$grps_membersinfo[username]'s avatar" border="0" /></a><br />
    <
span class="smallfont">Joined$grps_membersinfo[join_date]</span><if condition="THIS_PART!='viewmembers'"><br /></if>
<if 
condition="THIS_PART=='viewmembers'"></td></tr></table></if> 

with that setup, both viewmembers and group.php display fine.

murrtex 10-01-2006 10:50 AM

my css is ok I installed css_prefix.xml
but images have same error.. :(

foreverdarkness 10-01-2006 06:02 PM

I can not get this to work...I am logged on my site and every time i go to the groups its shows me as logged out so i cant view them. It seems like its an issue with the cookies but I dont know how to fix it. Please help.

sabret00the 10-01-2006 06:19 PM

Quote:

Originally Posted by foreverdarkness
I can not get this to work...I am logged on my site and every time i go to the groups its shows me as logged out so i cant view them. It seems like its an issue with the cookies but I dont know how to fix it. Please help.

Go here http://www.yoursite.com/forums/admin...s&dogroup=http

and make sure the cookie path is set to "/". that should fix it.


All times are GMT. The time now is 07:40 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.02167 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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