Hello Guest
No Avatar
Sign In to Remove

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Blueberry

Pages: [1] 2
Posts: 
17
Posted: June 10, 2011, 2:38 PM
Good Job man! Keep creating awesome things!
Posts: 
17
Posted: June 10, 2011, 3:15 AM
Yeah im using Pulse, it worked thanks!
Posts: 
17
Posted: June 9, 2011, 3:53 PM
A lot of my users are getting a error, from this area called 8: Undefined variable: alternate. Located at Line: 220. Im unsure why.

MessageIndex.template.php

Code: [Select]
      // If this person can approve items and we have some awaiting approval tell them.
      if (!empty($context['unapproved_posts_message']))
      {
         echo '
            <tr class="windowbg2">
               <td colspan="', !empty($context['can_quick_mod']) ? '6' : '5', '">
                  <span class="alert">!</span> ', $context['unapproved_posts_message'], '
               </td>
            </tr>';
      }

      foreach ($context['topics'] as $topic)
      {
         $alternate = !$alternate;

         $alternate = !$alternate;
Posts: 
17
Posted: May 18, 2011, 3:03 PM
Looks very nice. I submitted it for review by my Community to use as a Secondary theme. We use your other one all ready!
Posts: 
17
Posted: May 4, 2011, 11:21 AM
You should make it default, so other people dont have problems! I have mine saying "Sorry, no new Threads" and have it centered. "http://www.forum.hostellroleplay.net/index.php"

edit: just remembered that i can not since the featured work area uses a database call :(

Whats that mean?
Posts: 
17
Posted: May 3, 2011, 10:08 AM
You should make it default, so other people dont have problems! I have mine saying "Sorry, no new Threads" and have it centered. "http://www.forum.hostellroleplay.net/index.php"
Posts: 
17
Posted: May 3, 2011, 9:58 AM
Thanks!
Posts: 
17
Posted: May 3, 2011, 5:50 AM
Forum version: SMF 2.0 RC5.

I have it set up so only a few boards can be viewed by guests, and yes there are some threads.

Its only happening before I log in.
Posts: 
17
Posted: May 3, 2011, 3:59 AM
Still says Array.
Posts: 
17
Posted: May 2, 2011, 9:50 AM
Code: [Select]
The file you tried to save generated the following error:
Parse error: syntax error, unexpected '<' in index.template.php on line 681
Posts: 
17
Posted: May 1, 2011, 12:41 PM
So I have the Recent Topics set up and working. But before I log in it says "Array" im guessing there are no new Topics. Is there away to make it say instead of Array say = "No new Threads".

Posts: 
17
Posted: April 28, 2011, 2:22 AM
After help with my last problem, I should be good.
Posts: 
17
Posted: April 27, 2011, 2:57 AM
Its working so far great, I had to edit the code some to make it work, but here's the new code, in-case someone wants to use it.

Code: [Select]
// Are there any members waiting for approval? blueberry code
                        echo '
                             <div class="floatleft">
                             <ul>
                        '; 
                        if (!empty($context['unapproved_members']))
                        echo '
                           <li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve;">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>';
                  echo '
                     </ul>
                    </div>';

I have one problem thought, I dont want the dot there lol, and I want it to match the other text also.
Posts: 
17
Posted: April 26, 2011, 10:58 AM
Very nice!
Posts: 
17
Posted: April 26, 2011, 10:31 AM
Code: [Select]
The file you tried to save generated the following error:
Parse error: syntax error, unexpected '}' in index.template.php on line 344
Pages: [1] 2