Google Ads

Tutorials


How to style the rokbox thumbnail  E-mail
Written by Cathy Hayes   
Wednesday, 26 November 2008 05:42

I recently came across a forum about styling and making our rokbox thumbnails pretty via css. here is my quicktips

open up templates.css

open the file in you favorite editor

add the following code at the bottom

.album {
border-width: 3px;
margin: 2px;
background-color: #325376;
padding: 2px;
border-color:#1b3553;
border-style: solid;
}

Last Updated on Tuesday, 17 February 2009 01:02
 
Removing CB tab on users profile  E-mail
Written by Cathy Hayes   
Thursday, 20 November 2008 00:00

Log in to the backend

Components -> CB ->Tab Management

Select Menu

Remove the _UE_MENU_CB under First Menu Item

Save and good to go

Last Updated on Friday, 21 November 2008 06:17
 
Remove nifty icons next to your CB registration page  E-mail
Written by Cathy Hayes   
Thursday, 20 November 2008 00:00

Open the css folder of your template. open the general.css file and add the following block of code to the top.

#cbIconsTop, #cbIconsBottom, .cbFieldIcons, .cbFieldIconsLabels {display:none;} 

Last Updated on Friday, 21 November 2008 06:16
 
Hiding some menu for logged in users  E-mail
Written by Cathy Hayes   
Wednesday, 19 November 2008 00:00

Need to do 3 things.
1.) Create a "visitors" menu that has maybe the following items (or something similar):
Join Us (this will be your home/index page) | Register | Benefits | Contact Us

2.) Create a "members" menu that has maybe the following items (or something similar):
Home | Profile | Downloads | Contact us

3.) Edit your login module so that the logIN redirect URL = "Home" from the 'members' menu.
Edit the logOUT redirect URL = "Join Us" from the 'visitors' menu.

Now publish the "visitors" menu only on Join Us | Register | Benefits | Contact Us menu items. Basically publish the menu on it's own menu items so they ONLY show up there.

Now publish the "members" menu either to ALL page (provided you set the menu to "registered" access only and not publish access) or to only the "members" menu items Home | Profile | Downloads | Contact Us

That's it!

Original post is here

Last Updated on Friday, 21 November 2008 06:16
 
Remove about this video seyret  E-mail
Written by Cathy Hayes   
Friday, 07 November 2008 23:13
Remove about this video
Open frontpage.php from templates folder ten comment out or remove the following:
{useravatar}
{addedby}
{addeddate}
{totalhit}
{showvideodetailsarea}
{totalvotes}
{rating}
{videovotearea}
{videotags}
{videourl}
{videoembedcode}
Make sure you back up the original file in case you mess up.


Last Updated on Tuesday, 17 February 2009 01:02
 
<< Start < Prev 1 2 3 Next > End >>

Page 2 of 3