Need help w/ social group.

Joined
Jun 4, 2009
Messages
1,358
I've started a new social group and would like to put up a picture to represent the group in the description section like some other groups have such as Zombies, and Pirates, but I can't figure out how I am supposed to do that.

Any help would be much appreciated.

Thanks
 
Scroll down to the bottom of the group page. There is a link on the blue bar that says "Edit Group"

The second half of the Edit Group page allows you to edit the group icon.
 
Maybe it's changed since you saw it last.

All I see is:

1)The top drop down box where you pick group category.
2)Group description box which says 'BB code is not allowed'.
3) Below the Group description box you select group type; public, moderated, etc.
4) Group Options; enable albums, enable messages

Then there are save and reset buttons.

What am I missing?
 
attachment.php


This is what it looks like for me.
 

Attachments

  • Picture 31.jpg
    Picture 31.jpg
    23.7 KB · Views: 94
Thanks very much for going to the trouble to capture that image and post it.

Don't know why but mine's different.

SP32-20091230-210346.jpg
 

Attachments

  • SP32-20091230-210346.jpg
    SP32-20091230-210346.jpg
    24.3 KB · Views: 2
I checked to see if I could figure it out, but I get the same screen as you (in Firefox and IE). Hmmm.
 
I've started a new social group and would like to put up a picture to represent the group in the description section like some other groups have such as Zombies, and Pirates, but I can't figure out how I am supposed to do that.

Any help would be much appreciated.

Thanks

Guess - javascript
 
Kiah, thanks for going to the trouble to check. I appreciate it.

baldtaco, I don't think it's java. I'm not an expert on html, but I pulled up the source code and the icon option doesn't appear to exist anymore.
Edit Group

<span class="normal"><a href="group.php?groupid=45">Georgia Blade</a></span>

</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<table><tr><td align="left">

<div class="smallfont">
<label for="socialgroupcategoryid">Social Group Category:</label><br />
<select name="socialgroupcategoryid" id="socialgroupcategoryid">
<option value="">Select a Category</option>
<option value="4" class="" selected="selected">Everything Else</option>
<option value="2" class="" >Knife Fan Groups</option>
<option value="3" class="" >Knife Maker Fan Groups</option>
<option value="1" class="" >Uncategorized</option>

</select>
</div>



<div class="smallfont" style="margin-top:3px">
<label for="groupdescription">Group Description: <span class="shade">(BB Code is not allowed)</span></label><br />
<textarea class="bginput" name="groupdescription" id="groupdescription" cols="50" rows="5" tabindex="1">A group for Bladeforums.com members who are from Georgia, or who have visited, driven through, or flown over the Peach State or who can at least find Georgia on the map.</textarea>
</div>

<div class="smallfont" style="margin-top:3px">
<label for="grouptype">Group Type:</label><br />
<select name="grouptype" id="grouptype">
<option value="public" selected="selected">Public</option>
<option value="moderated">Moderated</option>
<option value="inviteonly">Invite Only</option>
</select>
</div>


<fieldset class="fieldset" style="margin-top:3px">
<legend>Group Options</legend>
<div class="smallfont">

<div>
<label for="enable_group_albums"><input type="checkbox" name="options[enable_group_albums]" id="enable_group_albums" value="1" checked="checked"/> Enable Albums</label>
</div>


<div>
<label for="enable_group_messages"><input type="checkbox" name="options[enable_group_messages]" id="enable_group_messages" value="1" checked="checked"/> Enable Messages</label>
</div>




<input type="hidden" name="options[only_owner_discussions]" id="only_owner_discussions" value="1" />

</div>
</fieldset>

</td></tr></table>
</div>

<div style="margin-top:6px">
<input type="submit" value="Save" class="button" accesskey="s" tabindex="1" />
<input type="reset" value="Reset" class="button" />
</div>
</td>
</tr>
</table>

</form>


This is where I think it should be



<br />
<div class="smallfont" align="center">All times are GMT -5. The time now is <span class="time">10:42 PM</span>.</div>
<br />


</div>
</div>
</div>

<!-- / close content container -->
<!-- /content area table -->

<form action="index.php" method="get" style="clear:left">

<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">
<tr>

<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="Quick Style Chooser">
<option value="1" class="" selected="selected">-- BladeForums.com: The Leading Edge of Knife Discussion vBulletin 3 Style</option>
<option value="11" class="" >---- BFC Large Print</option>

</optgroup>
</select>
</td>
 
Last edited:
Hi gcmblade -

The difference I see is the implementation of your browser - the php for the vbulletin does depend on the browser and version - notice the difference in the button widget that Nimick posted, the button is different. Your browser is implementing the style sheet differently.

Make sure your browser is the same version as Nimicks as a start.

Also there are many settings in the vbulletin - but since this forum only has one stylesheet it should be fairly easy for an admin to troubleshoot the issue for you (easy but not FAST - this stuff is cludgy for the admins to debug....)

best regards -

mqqn
 
It was a permissions setting - should be fine now.
 
Back
Top