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)

djtheropy 10-19-2006 05:01 PM

re-uploaded product and still didnt fix it.

if i remove
Quote:

image.php, src="customavatars/, src="images/smilies/, member.php, private.php, search.php, sendmessage.php, profile.php, <!-- / post #, imwindow, 400, 200); return false;">, images/avatars/, <span id="reputationmenu, Reputation" border="0" /></a></span>, src="$stylevar['imgdir_button']/infraction.gif"
and
Quote:

$vbulletin->options['bburl']/image.php, src="$vbulletin->options['bburl']/customavatars/, src="$vbulletin->options['bburl']/images/smilies/, $vbulletin->options['bburl']/member.php, $vbulletin->options['bburl']/private.php, $vbulletin->options['bburl']/search.php, $vbulletin->options['bburl']/sendmessage.php, $vbulletin->options['bburl']/profile.php, <hr style="visibility: hidden; padding: 0.25em 0 0 0; margin: 0; line-height: 0em" />{\n\n}<!-- / post #, grps_imwindow, 400, 200, '$vbulletin->options['bburl']'); return false;">, $vbulletin->options['bburl']/images/avatars/, <!-- <span id="reputationmenu, Reputation" border="0" /></a></span> -->, src="$vbulletin->options['bburl']/clear.gif" width="0" height="0", $vbulletin->options['bburl']/pager.php, $vbulletin->options['bburl']/sr_classifieds.php
from settings, the images work again.

sabret00the 10-19-2006 05:05 PM

that's cause you've saved over the default. replace those two with
PHP Code:

image.phpsrc="customavatars/, src="images/smilies/, member.php, private.phpsearch.phpsendmessage.phpprofile.php, <!-- / post #, imwindow, 200); return false;">, images/avatars/, <span id="reputationmenu, Reputation" border="0" /></a></span>, src="$stylevar['imgdir_button']/infraction.gif" 

and
PHP Code:

$vbulletin->options['bburl']/image.phpsrc="$vbulletin->options['bburl']/customavatars/, src="$vbulletin->options['bburl']/images/smilies/, $vbulletin->options['bburl']/member.php$vbulletin->options['bburl']/private.php$vbulletin->options['bburl']/search.php$vbulletin->options['bburl']/sendmessage.php$vbulletin->options['bburl']/profile.php, <hr style="visibility: hidden; padding: 0.25em 0 0 0; margin: 0; line-height: 0em" />{\n\n}<!-- / post #, grps_imwindow, 200,'$vbulletin->options['bburl']'); return false;">, $vbulletin->options['bburl']/images/avatars/, <!-- <span id="reputationmenu, Reputation" border="0" /></a></span> -->, src="$vbulletin->options['bburl']/clear.gif" width="0" height="0", $vbulletin->options['bburl']/pager.php, $vbulletin->options['bburl']/sr_classifieds.php 

and that's you sorted :)

sabret00the 10-19-2006 05:06 PM

Quote:

Originally Posted by nix
yup. That one fixed it. thanks!

yup, yours was the last official bug ;)

nix 10-19-2006 05:10 PM

got this bug now.

PHP Code:

forums/images/avatars/_1"> 

its stretching the postbit_leg.

djtheropy 10-19-2006 05:12 PM

Quote:

Originally Posted by nix
got this bug now.

PHP Code:

forums/images/avatars/_1"> 

its stretching the postbit_leg.

read the fix that was just given to me :)

nix 10-19-2006 05:13 PM

doh. just seen it.

djtheropy 10-19-2006 05:15 PM

Quote:

Originally Posted by sabret00the
that's cause you've saved over the default. replace those two with
PHP Code:

image.phpsrc="customavatars/, src="images/smilies/, member.php, private.phpsearch.phpsendmessage.phpprofile.php, <!-- / post #, imwindow, 200); return false;">, images/avatars/, <span id="reputationmenu, Reputation" border="0" /></a></span>, src="$stylevar['imgdir_button']/infraction.gif" 

and
PHP Code:

$vbulletin->options['bburl']/image.phpsrc="$vbulletin->options['bburl']/customavatars/, src="$vbulletin->options['bburl']/images/smilies/, $vbulletin->options['bburl']/member.php$vbulletin->options['bburl']/private.php$vbulletin->options['bburl']/search.php$vbulletin->options['bburl']/sendmessage.php$vbulletin->options['bburl']/profile.php, <hr style="visibility: hidden; padding: 0.25em 0 0 0; margin: 0; line-height: 0em" />{\n\n}<!-- / post #, grps_imwindow, 200,'$vbulletin->options['bburl']'); return false;">, $vbulletin->options['bburl']/images/avatars/, <!-- <span id="reputationmenu, Reputation" border="0" /></a></span> -->, src="$vbulletin->options['bburl']/clear.gif" width="0" height="0", $vbulletin->options['bburl']/pager.php, $vbulletin->options['bburl']/sr_classifieds.php 

and that's you sorted :)

seems to be working, now i have another prob.

the create group link (in drop-down) seems to be pointing to http://www.mycyc.com/forums/?do=creategroup

instead of

http://www.mycyc.com/groups/?do=creategroup

[edit]

also get this

fetch_avatarcache() is now depreciated, please use fetch_avatar_url()
fetch_avatarcache() is now depreciated, please use fetch_avatar_url()

http://www.mycyc.com/groups/viewmembers.php?g=3

Endurer 10-19-2006 05:35 PM

Amazing stuff. It's working perfectly now and all of the previous problems are gone. The only problem I have at the moment is that the groups/viewmembers.php is giving me a blank page.

djtheropy 10-19-2006 05:37 PM

Quote:

Originally Posted by Endurer
Amazing stuff. It's working perfectly now and all of the previous problems are gone. The only problem I have at the moment is that the groups/viewmembers.php is giving me a blank page.

have u tried re-uploading the single file?

nix 10-19-2006 05:46 PM

Quote:

Originally Posted by djtheropy
read the fix that was just given to me :)

what template did you fix? I've tried to reupload the plugin and that didn't fix it.


All times are GMT. The time now is 01:43 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.02427 seconds
  • Memory Usage 1,771KB
  • 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
  • (6)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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