Uutiset:

Read the blogs!

Main Menu
Advertisement:

Haun tulos hakusanalle: Membergroup images

Tuloksien järjestys
...... . GoogleTagged 1.0 [ Uninstall ] 17. Membergroup Color Legend 1.1 [ Uninstall ] 18. Buy  ............  42. Link Tree 1.1.0 [ Uninstall ] 43. Images On Board 1.0 [ Uninstall ] 44. Advanced  ......
#482
Archief / Re: Donatie Mod
kesäkuu 05, 2005, 06:15:25 AP tekijältä Garpie
...... `)  );Upload volgende files naar Themes/default/images/icons/ don_add.png don_drop.png don_edit.png  ............ .gif ppal.gif  naar /Themes/default/images/english/ (voor nederlands /Themes/default/images............ ', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', ' ............ ', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', ' ............  SELECT ID_GROUP, groupName  FROM {$db_prefix}membergroups  WHERE minPosts = '-1'  AND  ............ ', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', ' ............ ', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', ' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/ ............ '] = 'Insert the Donors into the specific MemberGroup <div class="smalltext">(nothing to Disable)</div>' ............ '; $txt['permissionhelp_don_title'] = 'Authorize MemberGroups to Manage Donations Module'; ?>  Bewerk file  ............ '] = 'Insert the Donors into the specific MemberGroup <div class="smalltext">(nothing to Disable)</div>' ............ '; $txt['permissionhelp_don_title'] = 'Authorize MemberGroups to Manage Donations Module'; ?>  (niet alle  ......
#483
SMF 1.1.x Support / Re: Same Time and repeated on boardindex
tammikuu 19, 2010, 11:44:21 AP tekijältä oOo--STAR--oOo
......  1.0.5 10. Registered Links 2.0 11. Manage Members Membergroups 1.0.0 12. Poll Option in Post 1.0 13. Dance 1.0  ............  Yarex 2 smiley set 2.0.0.1 39. Hide Board 1.1 40. Images On Board 2.1 41. Personal Messages to  ............  1.3 116. Add Sitepreviews 1.31 117. Default Membergroup on Registration 1.1 118. TopicStarter Mod 1.3 119. ......
#484
SMF Coding Discussion / Re: No images in posts using ssi_boardNews
marraskuu 14, 2009, 12:32:44 IP tekijältä robembra
......  permissions in the script to allow it to fetch images??? I dont want to change the permissions for the  ............  attachments, but it still relies on the guest membergroup being granted permission to view attachments,  ......
#485
Graphics and Templates / Re: Signature Glitch
maaliskuu 17, 2009, 09:31:02 AP tekijältä GazOutEast
......  first place? I can't even get admin signature images to show, let alone users' images  Really pulling  ............ . No manual edits to anything. Still cannot get images (on server or external) to show in signatures for  ............  (post-based, membergroup-based, or admins)  Would really appreciate some  ......
#486
SMF 1.1.x Support / Re: Allowing attachments by forum
tammikuu 24, 2008, 11:52:22 IP tekijältä jerm
......  user is probably a part of a membergroup that has the permission to attach images. Also  ......
#487
SMF 1.1.x Support / Re: Membergroups Help
helmikuu 28, 2005, 12:17:57 IP tekijältä ryanbsoftware
...... .template.php and where it shows the primary membergroup image you add the code to add the images for all  ............  membergroups under that too.  ......
#488
Modifications and Packages / Re: Badge in User Panel
elokuu 19, 2010, 12:46:06 IP tekijältä Deaks
......  mod should call whatever images you are using for each primary membergroup it is  ......
......  aren't that many alternative images for membergroups, but you could check this topic  ......
......  contains some useful functions for members and membergroups.<br /><br /> void deleteMembers(array $users)<br  ............  statistics afterwards.<br /><br /> bool deleteMembergroups(array groups)<br /> - delete one of more  ............ .<br /> - requires the manage_membergroups permission.<br /> - returns true on success or  ............ /> - has protection against deletion of protected membergroups.<br /> - deletes the permissions linked to the  ............ .<br /> - takes members out of the deleted membergroups.<br /><br /> bool removeMembersFromGroups(array  ............  /> - remove one or more members from one or more membergroups.<br /> - requires the manage_membergroups  ............  members are stripped from all their<br /> membergroups.<br /> - function includes a protection against  ............  a specified group.<br /> - requires the manage_membergroups permission.<br /> - returns true on success or  ............  int board_id = null)<br /> - retrieves a list of membergroups that are allowed to do the given <br />  ............  an array containing an array for the allowed membergroup ID's<br /> and an array for the denied  ............ 'member');<br />}<br /><br />// Delete one or more membergroups.<br />function deleteMembergroups($groups)<br />{ ............  /> // Just to be sure.<br /> isAllowedTo('manage_membergroups');<br /><br /> // Make sure it's an array.<br />  ............ ))<br /> return false;<br /><br /> // Remove the membergroups themselves.<br /> db_query("<br /> DELETE FROM { ............ $db_prefix}membergroups<br /> WHERE ID_GROUP IN (" . implode(', ', $ ............ );<br /><br /> // Remove the permissions of the membergroups.<br /> db_query("<br /> DELETE FROM {$db_prefix} ............  /><br /> // No boards can provide access to these membergroups anymore.<br /> $request = db_query("<br />  ............  ID_BOARD, memberGroups<br /> FROM {$db_prefix}boards<br /> WHERE  ............ (" . implode(', memberGroups) OR FIND_IN_SET(', $groups) . ', memberGroups)',  ............ ($request))<br /> $updates[$row['memberGroups']][] = $row['ID_BOARD'];<br /> mysql_free_result( ............ $request);<br /><br /> foreach ($updates as $memberGroups => $boardArray)<br /> db_query("<br /> UPDATE  ............ {$db_prefix}boards<br /> SET memberGroups = '" . implode(',', array_diff(explode(',', $ ............  />// Remove one or more members from one or more membergroups.<br />function removeMembersFromGroups($members,  ............  this permission.<br /> isAllowedTo('manage_membergroups');<br /><br /> // Cleaning the input.<br /> if (! ............ ("<br /> SELECT ID_GROUP<br /> FROM {$db_prefix}membergroups<br /> WHERE minPosts != -1", __FILE__, __LINE__) ............ <br />}<br /><br />// Add one or more members to a membergroup.<br />/* Supported types:<br /> - only_primary  ............  - Assigns a membergroup as primary membergroup, but only<br />  ............  if a member has not yet a primary membergroup assigned,<br /> unless the  ............  is already part of the membergroup.<br /> - only_additional - Assigns a  ............  to the additional membergroups,<br /> unless the member  ............  already part of the membergroup.<br /> - force_primary - Assigns a  ............  as primary membergroup no matter<br /> what the  ............  primary membergroup was.<br /> - auto - Assigns a  ............ /> // Show your licence!<br /> isAllowedTo('manage_membergroups');<br /><br /> if (!is_array($members))<br /> $ ............ ("<br /> SELECT ID_GROUP<br /> FROM {$db_prefix}membergroups<br /> WHERE minPosts != -1", __FILE__, __LINE__) ............ '] = 3;<br /><br /> if (isset($regOptions['memberGroup']))<br /> {<br /> // Make sure the ID_GROUP will  ............ ['register_vars']['ID_GROUP'] = $regOptions['memberGroup'] == 1 && !allowedTo('admin_forum') ? 0 : $ ............ ['memberGroup'];<br /><br /> // Check if this group is  ............ "<br /> SELECT ID_GROUP<br /> FROM {$db_prefix}membergroups<br /> WHERE minPosts != -1", __FILE__,  ............ ("<br /> SELECT ID_GROUP<br /> FROM {$db_prefix}membergroups<br /> WHERE groupName LIKE '$checkName'<br />  ............  /> // Admins are allowed to do anything.<br /> $membergroups = array(<br /> 'allowed' => array(1),<br /> ' ............  ($row = mysql_fetch_assoc($request))<br /> $membergroups[$row['addDeny'] === '1' ? 'allowed' : 'denied'][] ............  ($row = mysql_fetch_assoc($request))<br /> $membergroups[$row['addDeny'] === '1' ? 'allowed' : 'denied'][] ............ > }<br /><br /> // Denied is never allowed.<br /> $membergroups['allowed'] = array_diff($membergroups['allowed'], ............  $membergroups['denied']);<br /><br /> return $membergroups;<br  ............ )<br />{<br /> global $db_prefix;<br /><br /> $membergroups = groupsAllowedTo($permission, $board_id);<br />< ............  /> $include_moderators = in_array(3, $membergroups['allowed']) && $board_id !== null;<br /> $ ............ ['allowed'] = array_diff($membergroups['allowed'], array(3));<br /><br /> $ ............  = in_array(3, $membergroups['denied']) && $board_id !== null;<br /> $ ............ ['denied'] = array_diff($membergroups['denied'], array(3));<br /><br /> $request =  ............  OR " : '') . 'ID_GROUP IN (' . implode(', ', $membergroups['allowed']) . ") OR FIND_IN_SET(" . implode(',  ............ .additionalGroups) OR FIND_IN_SET(', $membergroups['allowed']) . ", mem.additionalGroups))" . ( ............ ($membergroups['denied']) ? '' : "<br /> AND NOT (" . ($ ............  OR " : '') . 'ID_GROUP IN (' . implode(', ', $membergroups['denied']) . ") OR FIND_IN_SET(" . implode(',  ............ .additionalGroups) OR FIND_IN_SET(', $membergroups['denied']) . ", mem.additionalGroups))"),  ............  settings i used...  http://www.tristarfotos.com/images/custom_profile.gif  Thanks again....  ......
#491
...... ="ie6_header floatleft"><img src="', $settings['images_url'], '/topic/', $context['poll']['is_locked'] ?  ............ ['modify_href'] . '"> <img src="' . $settings['images_url'] . '/icons/modify_small.gif" alt="" title="'  ............ "catbg">  <img src="', $settings['images_url'], '/topic/', $context['class'], '.gif" align= ............  echo '  <li class="membergroup">', $message['member']['group'], '</li>';   / ............ '], '</li>';   // Show avatars, images, etc.?  if (!empty($settings[' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/icons/profile_sm.gif" alt="' . $txt[' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/www_sm.gif" alt="' . $message['member'][ ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/email_sm.gif" alt="' . $txt['email'] . ' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/im_' . ($message['member']['online'][' ............ ']['id'] . '">' : '', '<img src="', $settings['images_url'], '/warning_', $message['member'][' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/email_sm.gif" alt="' . $txt['email'] . ' ............  '  <img src="', $settings['images_url'], '/icons/modify_inline.gif" alt="" title="', ............  $attachment['href'] . '"><img src="' . $settings['images_url'] . '/icons/clip.gif" align="middle" alt="*"  ............ ;msg=', $message['id'], '"><img src="', $settings['images_url'], '/warn.gif" alt="', $txt[' ............  '  <img src="', $settings['images_url'], '/ip.gif" alt="" border="0" />';   //  ......
#492
SMF Feedback and Discussion / Re: question about membergoups
kesäkuu 11, 2009, 06:04:09 IP tekijältä Norv
......  stars you need, really.   You could: create a membergroup, "member", and set it as primary membergroup.  ............  star images for it. The result would be that it writes " ......
#493
phpBB / Re: i'm back again with another attachment problem
elokuu 08, 2008, 02:30:40 IP tekijältä ryanbsoftware
......  images can say more than words...  go to admin -  ............  - click modify behind the Regular Membergroup   sroll down, enable checkboxes (if disabled)  ......
#494
Install and Upgrade Help / Re: Upgrading, is there any other way??
lokakuu 03, 2005, 03:58:18 IP tekijältä Proenski
......  ##########<br /># Note: directories other than $imagesdir do not have to be changed unless you move  ............  = "/home/proenski/depechemodeforum.com/yabbse/YaBBImages/avatars"; # Absolute Path to your avatars  ............  = "http://www.depechemodeforum.com/yabbse/YaBBImages/avatars"; # URL to your avatars folder<br />$ ............  = "http://www.depechemodeforum.com/yabbse/YaBBImages"; # URL to your images directory<br />$ ............  = 0; # 1 for text menu or anything else for images menu<br />$curposlinks = 1; # 1 for links in  ............  from the same IP<br /><br /><br />########## Membergroups ##########<br /><br />$JrPostNum = 50; #  ............  of Posts required to show person as 'junior' membergroup<br />$FullPostNum = 100; # Number of Posts  ............  to show person as 'full' membergroup<br />$SrPostNum = 250; # Number of Posts  ............  to show person as 'senior' membergroup<br />$GodPostNum = 500; # Number of Posts  ............  to show person as 'god' membergroup<br /><br /><br />########## MemberPic Settings ### ......
#495
......  changes in the Classic Yabbse Theme defining a membergroup as black (which was yellow). This didn't had any  ............  $context, $settings, $options, $txt;   /* Use images from default theme when using templates from the  ............  theme?  if this is 'always', images from the default theme will be used.  if this is  ............ 'defaults', images from the default theme will only be used with  ............ .  if this is 'never' or isn't set at all, images from the default theme will not be used. */  $ ............ ['use_default_images'] = 'never';   /* What document type definition  ............ /  $settings['doctype'] = 'xhtml';   /* Define the membergroupcolors for this specific theme. */  $settings[' ......
#496
SMF 1.1.x Support / Re: Spammers signing up after months of nothing...
lokakuu 02, 2010, 10:00:43 IP tekijältä JimM
......  created a membergroup that does not allow any edits to the profile  ............  a mod that limits the addition of links and images by membergroup. That pretty much slows down the  ......
#497
Español (Spanish) / Re: ¿Como cambio esto?
toukokuu 30, 2010, 05:18:14 IP tekijältä |Fran|
...... ="ie6_header floatleft"><img src="', $settings['images_url'], '/topic/', $context['poll']['is_locked'] ?  ............ ['modify_href'] . '"> <img src="' . $settings['images_url'] . '/icons/modify_small.gif" alt="" title="'  ............ "catbg">  <img src="', $settings['images_url'], '/topic/', $context['class'], '.gif" align= ............  echo '  <li class="membergroup">', $message['member']['group'], '</li>';   / ............ '], '</li>';   // Show avatars, images, etc.?  if (!empty($settings[' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/icons/profile_sm.gif" alt="' . $txt[' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/www_sm.gif" alt="' . $message['member'][ ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/email_sm.gif" alt="' . $txt['email'] . ' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/im_' . ($message['member']['online'][' ............ ']['id'] . '">' : '', '<img src="', $settings['images_url'], '/warning_', $message['member'][' ............ ['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/email_sm.gif" alt="' . $txt['email'] . ' ............  '  <img src="', $settings['images_url'], '/icons/modify_inline.gif" alt="" title="', ............  $attachment['href'] . '"><img src="' . $settings['images_url'] . '/icons/clip.gif" align="middle" alt="*"  ............ ;msg=', $message['id'], '"><img src="', $settings['images_url'], '/warn.gif" alt="', $txt[' ............  '  <img src="', $settings['images_url'], '/ip.gif" alt="" border="0" />';   //  ............ ();">  <img src="', $settings['images_url'], '/', $options['display_quick_reply'] == 2 ? ......
#498
SMF 2.0.x Support / Re: Membergroup Star Colors
maaliskuu 13, 2010, 07:11:20 IP tekijältä Arantor
......  manager in cPanel. Upload it to Themes/yourtheme/images/ . ......
#499
SMF 2.0.x Support / Re: Am I able to delete a membergroup?
lokakuu 13, 2010, 03:42:32 IP tekijältä Welovea1
......  permissions, color in online list, number of star images, star image file name, max personal messages and  ......
......  Permissions 1.0  2. Ad Managment 2.3  3. Membergroup Color Legend 1.1  4. Subject Statistics In  ............ . Show Local Url Titles 1.1  35. RemoveQuotedImages 1.0  36. Separated Birthdays from Events 1.0  ............ . EzPortal 0.2.7  86. Prevent Adding Signature Images And Links 1.3  87. JPG Thumbnails 1.0  88.  ......
Advertisement: