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)

KrisP 03-05-2007 12:53 PM

Looks like it cant access the folders or something - has it to do with chmod ?

Have installed everything in the root so I didnt change config_grps.php "chdir("../forums/");" - if thats correct

Merriweather 03-05-2007 01:54 PM

Quote:

Originally Posted by sabret00the (Post 1196074)
There appears to be something wrong here, in that when you delete a post the option is to "Physically Remove This Message" or "Do Not Delete Message". Could you be using an old template?

http://img243.imageshack.us/img243/5...leteyi4.th.jpg

All of my templates are uncustomized -- how do I get the ost recent, in case mine is old?

Merriweather 03-05-2007 01:58 PM

Quote:

Originally Posted by sabret00the (Post 1196165)
please upload this to groups/tools/ and then run it as http://www.yoursite.com/groups/tools...test=posticons

sabe these are my image paths:
PHP Code:


    http
://www.<edit>.com/forums/images/icons/icon1.gif
    
http://www.<edit>.com/forums/images/smilies/icon_arrow.gif
    
http://www.<edit>.com/forums/images/smilies/icon_idea.gif
    
http://www.<edit>.com/forums/images/smilies/icon_exclaim.gif
    
http://www.<edit>.com/forums/images/smilies/icon_question.gif
    
http://www.<edit>.com/forums/images/smilies/icon_smile.gif
    
http://www.<edit>.com/forums/images/smilies/icon_evil.gif
    
http://www.<edit>.com/forums/images/smilies/icon_sad.gif
    
http://www.<edit>.com/forums/images/smilies/icon_lol.gif
    
http://www.<edit>.com/forums/images/smilies/icon_redface.gif
    
http://www.<edit>.com/forums/images/smilies/icon_wink.gif
    
http://www.<edit>.com/forums/images/smilies/icon_down.gif
    
http://www.<edit>.com/forums/images/smilies/icon_up.gif 

But it's trying to pull http://www.<edit>.com/groups/images/icons/icon1.gif no matter WHAT icon was selected when posting, and the post title never shows, though it IS there if you go back to edit the post.

I hope that helps.

Merriweather 03-05-2007 01:59 PM

The not able to post issue is huge right now -- is anyone else having that? It's seemingly random and driving me mad! I think it's tied to a group being set to allow threads to be started by the group leader only. Once that setting on a group was changed, users could post again, but they could not reply to threads that were made when that was enabled.

sabret00the 03-05-2007 02:28 PM

Quote:

Originally Posted by Merriweather (Post 1196258)
sabe these are my image paths:
PHP Code:


    http
://www.<edit>.com/forums/images/icons/icon1.gif
    
http://www.<edit>.com/forums/images/smilies/icon_arrow.gif
    
http://www.<edit>.com/forums/images/smilies/icon_idea.gif
    
http://www.<edit>.com/forums/images/smilies/icon_exclaim.gif
    
http://www.<edit>.com/forums/images/smilies/icon_question.gif
    
http://www.<edit>.com/forums/images/smilies/icon_smile.gif
    
http://www.<edit>.com/forums/images/smilies/icon_evil.gif
    
http://www.<edit>.com/forums/images/smilies/icon_sad.gif
    
http://www.<edit>.com/forums/images/smilies/icon_lol.gif
    
http://www.<edit>.com/forums/images/smilies/icon_redface.gif
    
http://www.<edit>.com/forums/images/smilies/icon_wink.gif
    
http://www.<edit>.com/forums/images/smilies/icon_down.gif
    
http://www.<edit>.com/forums/images/smilies/icon_up.gif 

But it's trying to pull http://www.<edit>.com/groups/images/icons/icon1.gif no matter WHAT icon was selected when posting, and the post title never shows, though it IS there if you go back to edit the post.

I hope that helps.

what are your string replacements from the GRPS admincp options?

sabret00the 03-05-2007 02:32 PM

Quote:

Originally Posted by Merriweather (Post 1196255)
All of my templates are uncustomized -- how do I get the ost recent, in case mine is old?

uninstall and reinstall. or just replace the contents with this
HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[hometitle] $vbphrase[grps_groups] - $vbphrase[edit_post]</title>
</head>
<body$onload>
$header
$navbar

<if condition="$show['deletepostoption']">
<form action="editpost.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="p" value="$postid" />
<input type="hidden" name="url" value="$url" />
<input type="hidden" name="do" value="deletepost" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('editpost_delete')"><img id="collapseimg_editpost_delete" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_editpost_delete].gif" alt="" border="0" /></a>
                $vbphrase[delete_this_message]
        </td>
</tr>
<tbody id="collapseobj_editpost_delete" style="$vbcollapse[collapseobj_editpost_delete]">
        <tr>
                <td class="panelsurround" align="center">
                <div class="panel">
                        <div style="width:$stylevar[formwidth]" align="$stylevar[left]">
                       
                        <div class="fieldset">
                                <div>$vbphrase[delete_message_check_appropriate_option]</div>
                                <if condition="$show['firstpostnote']">
                                        <div>$vbphrase[deleting_message_deletion_of_thread]</div>
                                </if>
                        </div>
                       
                        <fieldset class="fieldset">
                                <legend>$vbphrase[deletion_options]</legend>
                                <div style="padding:$stylevar[formspacer]px">
                                        <div>
                                                <label for="rb_del_leave"><input type="radio" name="deletepost" value="" id="rb_del_leave" tabindex="1" checked="checked" />$vbphrase[do_not_delete_message]</label>
                                        </div>
                                        <div>
                                                <label for="rb_del_hard"><input type="radio" name="deletepost" value="remove" id="rb_del_hard" tabindex="1" />$vbphrase[physically_remove_message]</label>
                                        </div>
                                </div>
                        </fieldset>
                       
                        <div class="smallfont">
                                <div>$vbphrase[reason_for_deletion]:</div>
                                <input type="text" class="bginput" name="reason" size="50" tabindex="1" title="$vbphrase[optional]" />
                        </div>
                       
                        </div>
                </div>
               
                <div style="margin-top:$stylevar[cellpadding]px">
                        <input type="submit" class="button" value="$vbphrase[delete_this_message]" tabindex="1" accesskey="d" />
                </div>
               
                </td>
        </tr>
</tbody>
</table>
</form>
<br />
</if>

$postpreview

<form name="vbform" action="editpost.php" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">
                <span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[grps_group]</strong>: <a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]">$threadinfo[title]</a></span>
                $vbphrase[edit_post]
        </td>
</tr>
<tr>
        <td class="panelsurround" align="center">
        <div class="panel">
                <div style="width:$stylevar[formwidth]" align="$stylevar[left]">
       
                $usernamecode
               
                <!-- edit reason field -->
                <div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
                        <div>$vbphrase[reason_for_editing]:</div>
                        <div><input type="text" class="bginput" name="reason" value="$newpost[reason]" size="50" maxlength="200" tabindex="1" title="$vbphrase[optional]" /></div>
                </div>
                <!-- / edit reason field -->
               
                <!-- subject field -->
                <table cellpadding="0" cellspacing="0" border="0" style="margin-bottom:$stylevar[formspacer]px">
                <tr>
                        <td class="smallfont" colspan="3">$vbphrase[title]:</td>
                </tr>
                <tr>
                        <td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td>
                        <td>&nbsp;&nbsp;</td>
                        <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>
                </tr>
                </table>
                <!-- / subject field -->

                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td>
                       
                <!-- message area -->
                <div class="smallfont"><phrase 1="member.php?$session[sessionurl]u=$postinfo[userid]" 2="$postinfo[username]" 3="$postinfo[postdate]" 4="$postinfo[posttime]">$vbphrase[message_by_x_on_y_at_z]</phrase>:</div>
                $messagearea
                <!-- / message area -->

                $posticons
               
                        </td>
                </tr>
                </table>
               
                </div>
        </div>
       
        <div style="margin-top:$stylevar[cellpadding]px">
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="updatepost" />
                <input type="hidden" name="p" value="$postid" />
                <input type="hidden" name="posthash" value="$posthash" />
                <input type="hidden" name="poststarttime" value="$poststarttime" />
                <input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[save_changes]" accesskey="s" tabindex="1" />
                <input type="submit" class="button" name="preview" value="$vbphrase[preview_changes]" accesskey="p" tabindex="1" />
        </div>
       
        </td>
</tr>
</table>

<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>
                <strong>$vbphrase[additional_options]</strong>
        </td>
</tr>
<tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">       
        <tr valign="top">
                <td class="panelsurround" align="center">
                <div class="panel">
                        <div style="width:$stylevar[formwidth]" align="$stylevar[left]">
                                                       
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[miscellaneous_options]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                                <if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>
                                                <div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div>
                                                $disablesmiliesoption
                                        </div>
                                </fieldset>
       
                                $threadmanagement
                               
                                </div>
                        </div>
                       
                        <div style="margin-top:$stylevar[cellpadding]px">
                                <input type="submit" class="button" name="sbutton" value="$vbphrase[save_changes]" accesskey="s" tabindex="1" />
                                <input type="submit" class="button" name="preview" value="$vbphrase[preview_changes]" accesskey="p" tabindex="1" />
                        </div>
                </td>
        </tr>
</tbody>
</table>

</form>

<br />

$forumrules

$footer

</body>
</html>

But i would suggest you unistall and reinstall because this isn't your first issue where the templates haven't updated correctly.

sabret00the 03-05-2007 02:37 PM

Quote:

Originally Posted by Merriweather (Post 1196261)
The not able to post issue is huge right now -- is anyone else having that? It's seemingly random and driving me mad! I think it's tied to a group being set to allow threads to be started by the group leader only. Once that setting on a group was changed, users could post again, but they could not reply to threads that were made when that was enabled.

i need slightly more info than this. what error are they getting? where is this happening?

sabret00the 03-05-2007 02:39 PM

Quote:

Originally Posted by KrisP (Post 1196214)
Looks like it cant access the folders or something - has it to do with chmod ?

Have installed everything in the root so I didnt change config_grps.php "chdir("../forums/");" - if thats correct

nope, your config should
PHP Code:

chdir('../'); 


Merriweather 03-05-2007 02:46 PM

Quote:

Originally Posted by sabret00the (Post 1196283)
what are your string replacements from the GRPS admincp options?

To find:

image.php, src="images/smilies/, src="customavatars/, member.php, private.php, search.php, sendmessage.php, profile.php, <!-- / post #, imwindow,400,200); return false;">, images/avatars/

To replace:

$vbulletin->options['bburl']/image.php, src="$vbulletin->options['bburl']/images/smilies/, src="$vbulletin->options['bburl']/customavatars/, $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/

Merriweather 03-05-2007 02:47 PM

Quote:

Originally Posted by sabret00the (Post 1196290)
i need slightly more info than this. what error are they getting? where is this happening?

I've posted it twice. I will have to find it again, it's a page or two back.


All times are GMT. The time now is 10:35 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.03197 seconds
  • Memory Usage 1,853KB
  • 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_html_printable
  • (3)bbcode_php_printable
  • (8)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