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 - Nightfox

Pages: [1]
Posts: 
9
Posted: January 31, 2012, 3:46 AM
You can follow the manual install instruction given by the site you posted, I did it too and it worked. You only have to find all those files mentioned there and add or replace the lines as given. Don't forget to edit the individual theme files for all themes you want to use the shoutbox in. It should work fine without an edit other than the ones mentioned
Posts: 
9
Posted: January 31, 2012, 3:41 AM
Hey,

i finally find the time to do the work on my forum and Google AdSense completed my registration so I wanted to give feedback. I crawled through the smf-mod site once again and found an easy mod that makes all those things with searching codes for placing ads redundant. It is called SMFADS and can be found here: http://www.smfads.com/

btw, nice new forum design, like it
Posts: 
9
Posted: December 17, 2011, 11:40 PM
Okay thanks, I will try it as soon as I find the time to do so.
Thanks a lot so far anyway  ;)
Posts: 
9
Posted: November 30, 2011, 7:13 PM
Hey,

due to the fact that my server costs me some money I planed to integrate Google AdSense on my forum to pay at least some of the costs by advertising. I now looked through the index.template.php of the cadence theme, but I am not sure where to place the code, so that AdSense is shown correctly.



I took your preview picture of the cadence theme and marked the places where the ads shall be shown with red lines. Also I already figured out the place where the bottom ad shall be added to the code, may you take a look on it, if this is the correct position please.


Bottom Ad:
Code: [Select]
                echo '
                                <li class="copyright">', theme_copyright(), '</li>
                                <li class="copyright">Theme by MLM on <a target=_blank href="http://visualpulse.net/">VisualPulse.net</a></li>
                              --- ADD HERE ---
                                <li class="copyright"><a href="http://aizen.de/aboutaizen.php">About Aizen</a> </li>
                        </ul>';

                // Show the load time?
                if ($context['show_load_time'])

Thanks in advance.
Wow, thanks, now the button functions the way I wanted!
Thanks a lot!
But now, the arrow is next to every board, even if there are no posts written...That's especially disturbing at the redirection boards, because there'll never be any posts...

Is there any way to avoid that? To exclude the redirection boards from that?
Great, then I need to know where to find this button in the templates, because I couldn't find anything that looked alike so far...

Edit:
Okay, I found it in the index_Original.css
But how can I link the image then?
Code: [Select]
.boardindex_board_lastpost
{
        background: url(../images/_Original/spec/last_post_arrow.png) no-repeat;
        background-position: left center;
        padding-left: 24px;
        padding-right: 38px;
        a{url($board['last_post']['link'])};
       
}

.boardindex_board_lastpost:hover
{
        background: url(../images/_Original/spec/last_post_arrow_hover.png) no-repeat;
        background-position: left center;
}

Edit2:
And another problem...
I thought the Button was meantioned here in the div class. But even if I delete the class, the button is still there...so what have I forgotten?
Code: [Select]
<div class="boardindex_board_lastpost floatright">

<small>
<strong>', $txt['last_post'], '</strong>  ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
', $txt['in'], ' ', $board['last_post']['link'], '<br />
', $txt['on'], ' ', $board['last_post']['time'],'
</small>
</div>
I know how to edit templates and how to link images. But therefore I need the command for the recent post for the specific boards and the template where I find that button (I expect it is in the index.template.php or in the boardindex.template.php).
Could you give me that information please?

Edit:
Am I right in thinking that this is the variable I'm searching for?: $board['last_post']['link']
Posts: 
9
Hello :)
I installed your Cadence Theme and played around with it a little bit. In doing so, I found out that the button for the recent post seems to be broken. When I hover over the arrow, it changes colours - so it notizes that. But when I click, nothing happens...I thought clicking it should redirect you to the recent post meantioned next to it?

I added a screenshot of the meantioned part of the board.


If the button is meant to be redirecting you to the recent post...then how can I make it working? It would be a really great feature!

best regards and thanks in advance,
Nightfox
Pages: [1]
anything