Advertisement:
SMFPacks

Author Topic: Reference  (Read 54291 times)

Offline Invidia

  • Semi-Newbie
  • *
  • Posts: 10
Re: Reference
« Reply #40 on: April 05, 2009, 03:14:10 PM »
Hello,

I download "Reference" theme and i have a problem.
This theme hasn't line between post and signature. If I edit post, signature is moving right.
This is a screenshot:


What is a problem? What file i should modify?

Offline Yard Sale Strategies

  • Newbie
  • *
  • Posts: 2
Re: Reference
« Reply #41 on: April 13, 2009, 08:00:42 PM »
Hi Crip, nice theme.

Can you help me out, I would like to add a new button to the nav bar.

I would like to have:
Home - this would point to my main website
Forum - this would point to the forums

Here is the code from the template, just not sure what I need to change.
Code: [Select]
<div id="topnav">
<ul>';

foreach ($context['menu_buttons'] as $act => $button)
echo '<li><a ', $button['active_button'] ? ' class="current"' : '' , ' href="', $button['href'], '"><b>', $button['title'], '</b></a></li>';

echo '
</ul>
</div>';

Thanks for your help.

The website is located here:
hxxp:www.yardsalestrategies.com/forum/ [nonactive]

Offline ameo

  • Full Member
  • ***
  • Posts: 511
  • Gender: Male
  • my life is LOST
Re: Reference
« Reply #42 on: April 14, 2009, 05:47:21 PM »
Yard Sale Strategies, this is tricky one.
In the 2.0 menu has been moved from the index.template.php file to the Subs.php in the /Sources/ directory so it can affect all templates. If you plan to use just that theme you can put it in index.template.php or you can find file Subs.php in Sources directory and add code there:

This one's for index.template.php
find:
Code: [Select]
      <div id="nav">
         <ul>';

and after that add this:
Code: [Select]
// Show the [HOME] button.
                              echo '<li><a href="http://www.yardsalestrategies.comt"><span>Home</span></a></li>';


Now, that adds button. But for renaming Home to Forum I'm not really sure. It should work by going into Themes/Default/languages/index.english.php and renaming Home string to Forum.

antechinus:
Quote
If you are dying for a solution it may be wise to seek medical attention.

Get some Awesome Smileys for your forum »

|±(DzinerStudio)±|

Offline Yard Sale Strategies

  • Newbie
  • *
  • Posts: 2
Re: Reference
« Reply #43 on: April 15, 2009, 12:30:21 AM »
Hi ameo

Thanks for your information. I played around with the subs.php file but I can't get the Home button to change to Forum. I also added a new txt name "Forum" in the default language file.

I'll play around with this later.

Thanks again for the help

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: Reference
« Reply #44 on: April 15, 2009, 07:04:44 AM »
Thanks ameo ...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Rumboogy

  • Semi-Newbie
  • *
  • Posts: 83
  • Gender: Male
    • The Arkansas Biker
Re: Reference
« Reply #45 on: April 23, 2009, 11:08:17 PM »
I am having a little bit of a problem with this theme...great looking theme by the way. Very easy on the eyes.

Anyway, in the upper right hand corner there are links for PM's, Approvals and Unread/Updated Topics.

Whenever I have someone waiting to be approved...they show up in the header (just like they are supposed to do)...but when I click on the APPROVAL link to approve the member, it takes to the forum index. Is this something that is wrong with the template or something I might have done (although I haven't edited any templates).

I have included a graphic that shows the URL the link uses and below that I show the actual link that should be there.


Thanks.

Wally

Offline Rumboogy

  • Semi-Newbie
  • *
  • Posts: 83
  • Gender: Male
    • The Arkansas Biker
Re: Reference
« Reply #46 on: May 16, 2009, 10:18:19 AM »
Hi Crip...just curious if you could look at this sometime.

Thanks,

Wally

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: Reference
« Reply #47 on: May 16, 2009, 05:21:46 PM »
Easy code Fix Wally!
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Rumboogy

  • Semi-Newbie
  • *
  • Posts: 83
  • Gender: Male
    • The Arkansas Biker
Re: Reference
« Reply #48 on: May 17, 2009, 09:57:43 PM »
Yep...I got it. Thanks again. Loving that Reference Theme!!

Wally

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: Reference
« Reply #49 on: December 24, 2009, 06:16:23 PM »
           -------------Updated for 2.0 RC2
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Pentaxian

  • Jr. Member
  • **
  • Posts: 120
  • Gender: Male
Re: Reference
« Reply #50 on: December 30, 2009, 11:04:29 AM »
Hi Crip,

I just installed this in my testforum (2.0 RC2) and there is no menubar visible anymore. It seems to be hidden by the area beneath it. Browser is Safari on a Mac.
Screenshot:

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: Reference
« Reply #51 on: December 30, 2009, 01:06:08 PM »
Shows up fine on my Safari browser on a mac.. ?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Invidia90

  • Newbie
  • *
  • Posts: 5
Re: Reference
« Reply #52 on: December 30, 2009, 05:13:43 PM »
I have problem with menu too. Please repair this, because Reference theme is amazing.  :)
I using Firefox.

Offline Zoric995

  • Full Member
  • ***
  • Posts: 515
  • Gender: Male
  • SRS Seselj do Srbije :)
    • NisForum
Re: Reference
« Reply #53 on: December 30, 2009, 06:34:49 PM »
Nice Theme Crip!!! ;) ;)
http://www.simplemachines.org/community/index.php?topic=357820.0

Kako napraviti dugme na meniju !!!!

Moj je rodjendan sada !!! :D
ShoOnline NEW HOUSE
<center></center>

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: Reference
« Reply #54 on: December 31, 2009, 04:59:53 AM »
I have problem with menu too. Please repair this, because Reference theme is amazing.  :)
I using Firefox.

...... version <-- .. again there is NO menu problem I see ...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Invidia90

  • Newbie
  • *
  • Posts: 5
Re: Reference
« Reply #55 on: December 31, 2009, 05:21:12 AM »
SMF 2.0 RC2
Look at this:

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: Reference
« Reply #56 on: December 31, 2009, 10:29:16 AM »
I just check the menu in these browsers => FF3 , Google Chrome , Opera , Safari and it looks fine both logged out & logged in ..?

       http://demo.jpr62.com/index.php?theme=29
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Invidia90

  • Newbie
  • *
  • Posts: 5
Re: Reference
« Reply #57 on: January 01, 2010, 09:15:45 AM »
I just check the menu in these browsers => FF3 , Google Chrome , Opera , Safari and it looks fine both logged out & logged in ..?

       hxxp:demo.jpr62.com/index.php?theme=29 [nonactive]

On Your site all looks perfect, but when I installing Reference theme on my forum, menu works bad. I have clean SMF.

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: Reference
« Reply #58 on: January 01, 2010, 09:51:23 AM »
Most likely some type of Mod you have installed ..... ?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Invidia90

  • Newbie
  • *
  • Posts: 5
Re: Reference
« Reply #59 on: January 02, 2010, 06:54:42 AM »
No, i try on clean SMF without any mods etc.
Hmm, why Reference theme package (reference20rc2.zip) hasn't index.php and index.template.php files?  :)