Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Add Reply
Adding a Blog to the theme skin; Antiquus Light
Topic Started: Mar 25 2014, 04:47 PM (309 Views)
easydigger
Member
[ * ]
Helena,Cory


Loving this theme I just wondered is it possible to add Blogs to the theme skin similar to what you have done with Azuria.
I have activated Blogs on the forum but would need text to show next to one of these for members to click. SEARCH MEMBERS CALENDAR FAQ RULES PORTAL not quite sure how you add this.

Any help appreciated. ;) ;)
Offline Profile Quote Post Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Do you mean adding this page the the submenu (where "Search", "Members", etc. are situated)? And is this for the Antiquus Light theme?
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Via JavaScript, Azuria should already be adding those links to the submenu if you installed the theme layout properly.
Code:
 
<script type="text/javascript">
//<![CDATA[
$('#submenu').append('<a href="' + main_url + 'stats/blogroll">Blogs</a>');
//]]>
</script>
There's the JavaScript to add such a link.
Offline Profile Quote Post Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Cory
Mar 25 2014, 06:42 PM
Via JavaScript, Azuria should already be adding those links to the submenu if you installed the theme layout properly.
Code:
 
<script type="text/javascript">
//<![CDATA[
$('#submenu').append('<a href="' + main_url + 'stats/blogroll">Blogs</a>');
//]]>
</script>
There's the JavaScript to add such a link.
The topic description says Antiquus Light, so I presume he wants to achieve this affect for that theme as well. In which case, you just provided him the answer. :P
Offline Profile Quote Post Goto Top
 
easydigger
Member
[ * ]
thanks very much appreciated, yes I am looking for the same effect as Azuria on my Antiquus Light. I just need a link to show blogs similar to Azuria.


Many thanks :D ;)
Offline Profile Quote Post Goto Top
 
-The-
Member Avatar
#the { display: none; }
[ *  *  *  *  * ]
Not wanting to intrude, but Cory posted a method using JS...out of interest, is there any way to do this via CSS?
Offline Profile Quote Post Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

-The-
Mar 26 2014, 02:29 PM
Not wanting to intrude, but Cory posted a method using JS...out of interest, is there any way to do this via CSS?
To add a link to your submenu? You could do so by replacing the submenu with your own, but that may be a nuisance for some themes. For the "generic" submenu, this should work: http://if.invisionfree.com/topic/5174286/1/
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
DaPizzaMan
Mar 25 2014, 06:46 PM
The topic description says Antiquus Light
So I see.
-The-
Mar 26 2014, 02:29 PM
Not wanting to intrude, but Cory posted a method using JS...out of interest, is there any way to do this via CSS?
If you think a tiny piece of JS like that would slow your board down by chance, you need to take a look at the ZetaBoards page source and see how much JavaScript is in the page source by default, this is assuming you were worried about page speed. Scripts that are so minimal will take little to no effect on the page speed of your board. If you were worried about board template space, see this documentation: http://docs.zetaboards.com/themes/fullwrappers
Offline Profile Quote Post Goto Top
 
easydigger
Member
[ * ]
thanks for all your support really appreciated the time spent. I will let you know how I get on, :D :D
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Support · Next Topic »
Add Reply