Creating a link to this logoutinclude.php gives me errors.
Is there any way to make login modules work from all pages (place module inside template's index.html)? And have a logout button appear there, only if logged in?
Thanks.
- Invision Power Board
- → Viewing Profile: Posts: Trinzia
Community Stats
- Group Members
- Active Posts 13
- Profile Views 2,539
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
10
Good
User Tools
Friends
Trinzia hasn't added any friends yet.
Posts I've Made
In Topic: Logout Link For Secure Users?
17 March 2008 - 04:35 PM
In Topic: reference user-defined img in css
17 March 2008 - 12:52 PM
This works to show the image:
<div id="ex1" style="background-image:url(sohoadmin/program/modules/site_templates/pages/BEAUTY-Reds-Minimal_Pink/_userimg-img1.gif);">
However, it is not useful, since the customer, when inside his control panel, will see:
1. Broken link to the template image.
2. Available replacement images come from the root images folder. It does not list the _userimg files in the drop-down. Therefore you cannot offer template-specific replacement images.
This makes the entire concept rather useless, since replacement images have to be aliased for specific background colors most of the time, unless you design in squares (ick).
Giving up on this for now. By the way, adding quotes doesn't work.
<div id="ex1" style="background-image:url(sohoadmin/program/modules/site_templates/pages/BEAUTY-Reds-Minimal_Pink/_userimg-img1.gif);">
However, it is not useful, since the customer, when inside his control panel, will see:
1. Broken link to the template image.
2. Available replacement images come from the root images folder. It does not list the _userimg files in the drop-down. Therefore you cannot offer template-specific replacement images.
This makes the entire concept rather useless, since replacement images have to be aliased for specific background colors most of the time, unless you design in squares (ick).

Giving up on this for now. By the way, adding quotes doesn't work.
In Topic: reference user-defined img in css
12 March 2008 - 06:12 PM
When it's in the html, it becomes invisible... nothing shows in web page... no graphic.
Additional problem - the list of _userimg files does not appear in the control panel, because I am supposed to keep it in a different folder than the one it shows in there. If this cannot be fixed, then the entire _userimg issue is irrelevant anyway.
Additional problem - the list of _userimg files does not appear in the control panel, because I am supposed to keep it in a different folder than the one it shows in there. If this cannot be fixed, then the entire _userimg issue is irrelevant anyway.
In Topic: reference user-defined img in css
12 March 2008 - 03:48 PM
Hi, thanks, but the image still does not appear.
For example, place in custom.css:
#container {
width:99%; height:600px;
background: transparent url(_userimg-floral1.gif) no-repeat;
}
This way the image is visible, but the "Templates Images" link in control panel is not.
When I move it into html page, the "Templates Images" link becomes visible, but the image is invisible. Using <style> tag or style="" tag, image stops showing.
Also, even when the Template Images link is showing, it lists the images in the Home directory instead of the _userimg that are in the template folder.
For example, place in custom.css:
#container {
width:99%; height:600px;
background: transparent url(_userimg-floral1.gif) no-repeat;
}
This way the image is visible, but the "Templates Images" link in control panel is not.
When I move it into html page, the "Templates Images" link becomes visible, but the image is invisible. Using <style> tag or style="" tag, image stops showing.
Also, even when the Template Images link is showing, it lists the images in the Home directory instead of the _userimg that are in the template folder.

In Topic: reference user-defined img in css
12 March 2008 - 01:33 PM
I also cannot find "vmenu_mainz" inside pgm-auto_menu.php, in order to change the lines of html:
<TABLE width="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" CLASS="vmenu_mainz">
Is there a way I can remove all style information from being hard-coded in locations which are outside of the css?
<TABLE width="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" CLASS="vmenu_mainz">
Is there a way I can remove all style information from being hard-coded in locations which are outside of the css?
- Invision Power Board
- → Viewing Profile: Posts: Trinzia