Jump to content

GradientWizzard

Senior Moderator
  • Posts

    454
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by GradientWizzard

  1. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  2. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  3. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  4. It's about time lazy arse!
  5. Oh My God! Have you seen all them spelling mistakes in it?
  6. So you want to show it to members only? You can use this code: <if test="$this->memberData['member_id']"><div class="errormessage">Message</div></if>
  7. Padix!!!!!!!!!!!!!!!!!!!!!!!!!!!! YAY You Finally Made It!
  8. Added a nice new customize to my profile, let me know what you think! :)

    1. Show previous comments  7 more
    2. Skye

      Skye

      Go bigger, i use an iMac (27")and only few BG was showed correctly.. :P

    3. Phun

      Phun

      Plus the BG scrolls downwards, others wont see the "Edit my profile" button either, so there's no space there.

    4. GradientWizzard
  9. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  10. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  11. Yeah, Delete the content
  12. Before removing them from your Staff List, Ask them why they are inactive, Most prob family problems maybe, Then if it is serious ask them can get they be active once it's sorted, if it's daft, give them 1 warning for being inactive, they carry on kick them from staff
  13. Hello, So for add a ribbon on your topic view for a special group without a plugin just follow this tutorial (tested on 3.2.3, 3.3.X): 1) Log into your Admin CP 2) Click on "Look and Feel" > "Manage Template Sets" 3) Click on the name of the template set you wish to edit 4) In the left hand menu, select 'Topic Views' under 'post' 5) In the HTML code, scroll down until you see the following code : <div class='post entry-content <if test="$post['post']['_repignored'] == 1">imgsize_ignore</if>'> {$post['post']['post']} {$post['post']['attachmentHtml']} Add this code ABOVE the previous HTML code (maybe need adapte the position of the code depends the skin) <if test="in_array($post['author']['member_group_id'], array(4,6,7,11,10) )"><img src="http://chost.us/public/style_images/imgfc/staff5.png" class="staffpost"></if> Adapte the number for the groud ID like you want. Change the name of images if you uploaded image is not named "staff5.png" Now go in your CSS 1) Open ipb_styles.css 2) Scroll at the end and add this code : .staffpost {top: -27px;right: -20px;z-index: 1000;float: right;position: relative;} Adapte the css for you skin with the top and right variable. A important step is to upload your image on your "style_image_name" folder. For guys who want to have differents ribbon for moderators and admins (for exemple) just duplicate the code and change the name of image + group ID <if test="in_array($post['author']['member_group_id'], array(7,11) )"><img src="http://xxx.us/public/style_images/imgfc/staff5.png" class="staffpost"></if><if test="in_array($post['author']['member_group_id'], array(4,10) )"><img src="http://xxx.us/public/style_images/imgfc/staff6.png" class="staffpost"></if> Tutorial by Skye
  14. Adding Images For Your Forum Category Open your boardIndexTemplate Find <p class='desc'>{$forum_data['description']}</p> and replace with <img src='{style_images_url}/cat_images/{$forum_data['id']}.png' alt=''/><br /><p class='desc'>{$forum_data['description']}</p> Now, open your FTP Client and make a new map in /public/style_images/YOURTHEME/ named "cat_images". In this map upload the images for your categories. Example: If your forum id is 3, name the image 3.png and upload it into the cat_images folder. Made by Paradiizee - From this support topic:
  15. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  16. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  17. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
  18. You could just hide the code if you wish to reuse it when ever <!--<td class='col_c_stats ipsType_small'> <ul> <li><strong>{$forum_data['topics']}</strong> {$this->lang->words['topics']}</li> <li><strong>{$forum_data['posts']}</strong> {$this->lang->words['replies']}</li> </ul> </td>--> If thats what you mean
  19. Willing to create skins for people for a price! Discount on Donator's.

    1. Show previous comments  3 more
    2. Yuu

      Yuu

      ^ That. :P I think I've seen one of your skins though.

    3. GradientWizzard

      GradientWizzard

      I don't have a portfolio. I have no where to put them. I've only released on skin called Fallout to Donator's. But wasn't a finished release.

    4. GradientWizzard

      GradientWizzard

      http://puu.sh/2afyu

  20. I wrote the core files with my ninja spikes Unfortunately, they are not stable and trying to copy my core files will make your site go boom.
  21. Try and disable the Article App. Or try and recache it if it has it
×
×
  • Create New...