Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
Ok, in this case I will have to change the code. I'll post it here soon. Does it is being shown in a wrong place?
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
1931 posts
|
Before this we had eliminated the archive in the directory. Now it is showing.again. (via mobile) On Aug 1, 2012 7:16 PM, "Pedro <Nabble> [via Nabble Support]" <[hidden email]> wrote:
Ok, in this case I will have to change the code. I'll post it here soon.
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
The fastest way to eliminate that "Archive" is to edit the <n.archives_widget/> macro and leave it blank.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
Actually, the macro name is archives_widget.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
1931 posts
|
I'm little confused. Did the change we made bring the archive widget back?
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
1931 posts
|
In reply to this post by Pedro
Can I just override it with this:
<raw><override_macro name="archives_widget" requires="node_page,servlet">
</override_macro></raw> On Wed, Aug 1, 2012 at 10:02 PM, Pedro <Nabble> [via Nabble Support] <[hidden email]> wrote: Actually, the macro name is archives_widget. "Like" us on Facebook: www.facebook.com/NYSkiBlog Follow us on Twitter: http://twitter.com/nyskiblog ---------- Harvey Road: NYSkiBlog.com NY Ski Forum: forum.NYSkiBlog.com NY Ski Magazine: mag.NYSkiBlog.com NY Ski Directory: directory.NYSkiBlog.com
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
Yes.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
1931 posts
|
In reply to this post by Harvey
If I want to add a light rule or a separator between the ads and the FEEDS etc what code could I add in the middle? ![]()
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
In reply to this post by Harvey
1- Go to sidebar_widget -> Remove override 2 - Let's put that code in a individual macro. Create a new one like this: <macro name="h_widget"> <n.put_in_head.> <script type='text/javascript'> $(document).ready(function(){ var footer_pos = $("table.footer-table").position().top; var ad_pos = $("div.ad").position().top; var ad_h = 220; var widget_h = 272; if(footer_pos - ad_pos > (ad_h +widget_h)) $("#h-widget").show(); }); </script> </n.put_in_head.> <div id='h-widget' class="invisible"> <div style="text-align: center;"> <a href="http://www.nelsap.org/book.html" rel="nofollow" target="_blank"><img src="http://nyskiblog.com/wp-content/uploads/2012/07/Lost-Ski-Areas-Southern-Adirondacks.jpg" style="border: solid #000000; border-width: 1px" alt="Lost Ski Areas of S Adk" width="180"/></a> </div> <div style="color: #ffffff; text-align: center;"> <span style="font-size: normal;">Order Your Copy Today!</span></div> </div> </macro>3 - Edit your ads_widget macro to call it before the ads. Like this: <override_macro name="ads_widget"> <n.h_widget/> <n.widget.> <n.show_ad location="widget" /> </n.widget.> </override_macro>
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
1931 posts
|
Pedro you are the man - it looks fantastic IMO:
http://directory.nyskiblog.com/Nordic-Ski-Areas-of-NY-f4642515.html And now I can change the order, if i like.
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
Thanks
![]()
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
In reply to this post by Harvey
What kind of separator do you want? An image? A line?
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
1931 posts
|
I was thinking about a rule (thin line), but I think I like it the way it is. Still would like to know how to do it.
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
You can edit your actions_widget macro. One option is put an <hr/> tag at the end of this macro.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
1931 posts
|
I never knew that. Just add </hr> at the end before macro closing tag?
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
Yes, before macro closing tag. The <hr/> is a simple html line, let me know if you want something more customized.
My test forum.
|
Free forum by Nabble | Edit this page |