PDA

View Full Version : a problem " social groups "


Ahmet Turan
03-04-2009, 12:34 PM
I want to create the new group does not appear that anything.
Can you halp me plaese


I can not see the option to create new groups

screenshot
https://vborg.vbsupport.ru/attachment.php?attachmentid=95871&stc=1&d=1236177037


But I create new group that code: /group.php?do=create

Site: (http://www.webilgi.com)

Lynne
03-04-2009, 01:23 PM
Check your usergroup manager permissions and make sure your usergroup is allowed to create them. Is your template default? Make sure if it isn't, that you upgrade it.

Ahmet Turan
03-04-2009, 01:35 PM
usergroup manager permissions

https://vborg.vbsupport.ru/attachment.php?attachmentid=95881&stc=1&d=1236180852

I've tested the default theme is the same problem persists

Lynne
03-04-2009, 02:24 PM
Check you source code and see if maybe it's not showing because a phrase is missing?

(Also, you may want to double-check those permissions. You are giving the users in that group the permission to view private/invite only groups).

Ahmet Turan
03-04-2009, 03:15 PM
Can you give me a sample code?


A better example would be my chance to check coding

Lynne
03-04-2009, 04:57 PM
Look in your page source for lines like this:



<div class="action_links">
<strong><a href="group.php?do=create" rel="nofollow">Create a New Group</a></strong>
</div>


<div class="action_links">
<strong><a href="group.php?do=search">Advanced Search</a></strong>
</div>

<div class="action_links">
<strong><a href="groupsubscription.php">Subscribed Discussions</a></strong>
</div>

Ahmet Turan
03-04-2009, 05:36 PM
have made can not find the codes from the admin panel. The place is where I need to check

Lynne
03-04-2009, 06:05 PM
I was saying to look in your source code (the html spit out to the browser) for that code. If it isn't there, then look at the template code to see if it's there.

To find the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.

Ahmet Turan
03-04-2009, 07:31 PM
I've looked at HTML code, provided you have the same code. I just do not have the red coloring.

<div class="action_links">
<strong><a href="http://www.webilgi.com/group.php?do=create" rel="nofollow"></a></strong>
</div>

<div class="action_links">
<strong><a rel="nofollow" href="http://www.webilgi.com/group.php?do=search">Gelişmiş Arama Yap</a></strong>
</div>

<div class="action_links">
<strong><a href="http://www.webilgi.com/groupsubscription.php"></a></strong> </div>
</div>

Lynne
03-04-2009, 08:03 PM
So it says this instead?!?

<div class="action_links">
<strong><a href="http://www.webilgi.com/</strong>
</div>

Ahmet Turan
03-04-2009, 08:12 PM
In this way seemed to Imaging Resource

<strong><a href="http://www.webilgi.com/group.php?do=create" rel="nofollow"></a></strong>

Lynne
03-04-2009, 08:20 PM
If that is what is ending up in the source code, then the phrase is missing. Find the template (as I instructed above) and look in the template for the phrase name. See if that phrase exists. If not, create it and put in the text "Create a New Group" and the translation for that.

Ahmet Turan
03-05-2009, 01:26 PM
you tried to do something with the sample code but did not.

The code is given below the code of social groups are the admin panel.
Can you do this by looking arrangement

Thanx

Admincp --- Stil edit ---- my template ---- SOCIALGROUPS

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $custompagetitle</title>
$socialgroups_css
</head>
<body>
$header
$navbar

<form action="group.php?$session[sessionurl]do=grouplist" method="post">
<table class="tborder" id="sg_grouplist" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="clear: both">
<tr>
<td class="tcat" width="100%" colspan="6">
<div style="float:$stylevar[right]" class="normal">$vbphrase[search_groups] <input type="text" class="bginput" name="filtertext" value="$filters[text]" style="font-size: 11px;" />&nbsp;<input type="submit" class="button" value="$vbphrase[go]" /></div>
$grouplisttitle
<if condition="$category_name">
<span style="font-weight:normal"><phrase 1="$category_name">$vbphrase[in_category_x]</phrase></span>
</if>
</td>
</tr>
<if condition="$grouplist">
<tr>
<td class="thead" width="100%">
<if condition="$show['category_names']"><span style="float:$stylevar[right]"><a href="$orderlinks[category]">$vbphrase[category]</a> $sortarrow[category]</span></if>
<a href="$orderlinks[name]">$vbphrase[group_name]</a> $sortarrow[name]
</td>
<td class="thead" align="center" nowrap="nowrap">
<a href="$orderlinks[members]">$vbphrase[group_members]</a> $sortarrow[members]
</td>
<if condition="$show['gminfo']">
<td class="thead" align="center" nowrap="nowrap">
<a href="$orderlinks[discussions]">$vbphrase[discussions]</a> $sortarrow[discussions]
</td>
<td class="thead" align="center" nowrap="nowrap">
<a href="$orderlinks[messages]">$vbphrase[messages]</a> $sortarrow[messages]
</td>
</if>
<if condition="$show['pictureinfo']"><td class="thead" align="center" nowrap="nowrap">
<a href="$orderlinks[pictures]">$vbphrase[pictures]</a> $sortarrow[pictures]
</td></if>
<if condition="$show['gminfo']"><td class="thead" align="center" nowrap="nowrap">
<a href="$orderlinks[lastpost]">$vbphrase[last_post]</a> $sortarrow[lastpost]
</td></if>
</tr>
$grouplist
<else />
<tr>
<td class="alt1" align="center" colspan="6">$vbphrase[no_groups_to_display]</td>
</tr>
</if>

<tr>
<td colspan="6" align="center" class="tfoot smallfont">
<strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[advanced_search]</a></strong>
&nbsp;
<strong><a href="groupsubscription.php?$session[sessionurl]">$vbphrase[subscribed_discussions]</a></strong>
</td>
</tr>
</table>

<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="dofilter" value="1" />
</form>

<br />

<div class="floatcontainer">
<if condition="$pagenav">
<div id="discussion_pagenav">
$pagenav
</div>
</if>

<if condition="$show['creategroup']">
<div class="action_links">
<a href="group.php?$session[sessionurl]do=create" rel="nofollow">$vbphrase[create_a_new_group]</a>
</div>


</if>
</div>

$footer
</body>
</html>

Lynne
03-05-2009, 01:59 PM
you tried to do something with the sample code but did not.

Huh?

You are missing this phrase - $vbphrase[create_a_new_group].

Ahmet Turan
03-05-2009, 02:18 PM
How do I put this missing code

Lynne
03-05-2009, 03:15 PM
First, search for the phrase (Search in Phrases) and see if it exists. It could be it is just missing the translation and all you have to do is add the translation.

Ahmet Turan
03-10-2009, 04:27 PM
3.6.8 version 3.8.1 version of the problem was solved by updating the individual