PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 30th, 2009, 03:20 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Germany
Posts: 50
Login: menubar/links wiped out

Hi,

a strange thing happens to my links in menubar from login page: they are not visible or clickable.

I've looked inside menubar.tmpl, login.tmpl, misc.php or member.php but there everything seems to be okay. I have uploaded them fresh again and also on no other page are missing links like in login.

If anyone has an idea... would be very happy.

Here is the browser code of login page (lack in red color):

Code:
Content visible to verified customers only.
So it should look like:

Code:
Content visible to verified customers only.
Mari is offline   Reply With Quote
Old April 30th, 2009, 03:36 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
why does your menubar template have all those changes?

This is our menubar template

Code:
Content visible to verified customers only.
There is no medium_graun class so something appears to be modified on your site which is most likely the issue
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 30th, 2009, 05:10 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Germany
Posts: 50
It is the same with the original template:

Code:
Content visible to verified customers only.
No links in menubar.
Mari is offline   Reply With Quote
Old April 30th, 2009, 10:00 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
Really without a site link that we can look at I cant really comment on too much about any issue.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 1st, 2009, 06:28 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Germany
Posts: 50
Can I give you the link by PM? The site is not public at this moment.
Mari is offline   Reply With Quote
Old May 1st, 2009, 09:22 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
You can email any data through the contact us link in the header above.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 1st, 2009, 09:45 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Germany
Posts: 50
I've sent the direct link to the site about contact us.
Mari is offline   Reply With Quote
Old May 1st, 2009, 09:52 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
well

1. There is not a menubar on the login page

2. Your problem is your stylesheet you have made not the photopost program.

You can try removing this and see if it helps

Code:
Content visible to verified customers only.
I would bet if you use any of the photopost styles you would not have any issue.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 1st, 2009, 11:46 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Germany
Posts: 50
Quote:
Originally Posted by Chuck S View Post
1. There is not a menubar on the login page
That's right and only and nowhere else are these missing links.

Quote:
Originally Posted by Chuck S View Post
2. Your problem is your stylesheet you have made not the photopost program.
You can try removing this and see if it helps
Have tried it but had no success. Also thought about removing the include line of php-inc for menubar.tmpl but will not do it.

That all will cost us to much time and energy so I've added the links manually in login.tmpl - for the moment. I suggest it can be in your sense too.

Up to now many thanks for your help Chuck.
Mari is offline   Reply With Quote
Old May 1st, 2009, 04:06 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
2. esentially your setting the background to white and your links are white.

This is not a photopost issue with any of our code. Your issue is specifically related to your custom stylesheet you have created.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 1st, 2009, 05:34 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Germany
Posts: 50
Quote:
Originally Posted by Chuck S View Post
2. esentially your setting the background to white and your links are white.
Background:
body
{
background: #FFFFF3;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 5px 10px 5px;
}


Links:
.menubar{
background: #82a683;
font-size: 10pt;
color: #FFED00;
}
.menubar A:link {
color: #ffffff;
text-decoration: none;
}
.menubar A:visited {
color: #ffffff;
text-decoration: none;
}
.menubar A:active {
color: #FFFFFF;
}
.menubar A:hover {
color: #000000;
}


Links has been white on (light yellow page) green background (table background for navigation). That should have been visible for everyone. They are everywhere visible but not on this special page with login.

Thanks for your help.

Last edited by Mari; May 1st, 2009 at 05:39 PM.
Mari is offline   Reply With Quote
Old May 1st, 2009, 10:27 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
No links are on the login page as I have posted we never make a call to show a menubar on that page. There is no issue there as I posted no links are suppose to show.

I am talking about your normal menubar on every other page which are not being seen.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 2nd, 2009, 06:19 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Germany
Posts: 50
Quote:
Originally Posted by Chuck S View Post
No links are on the login page as I have posted we never make a call to show a menubar on that page. There is no issue there as I posted no links are suppose to show.
That is new for me. The whole time I expected to get the same header (links included) on login page like on all other pages and could not imagine why it should be not. So there is no mistake with my links/header at login page although my header will remain blank.
Up to now I've not seen other sites who use their user database separated from e.g. vB3. So I did not compare it. Your demo gallery and user database is connected with vB3, so there is no login page comparable the version with separated databases/login pages.

Thanks so much for your help Chuck!

Mari is offline   Reply With Quote
Old May 2nd, 2009, 09:15 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
Yeah thats why I answered number 1 a few posts ago saying that page does not generate a menubar.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How Do I change the titles and or remove links from MENUBAR Underlab Photopost Pro How Do I...? 1 October 24th, 2007 08:13 PM
Open menubar links i a new window felixh Photopost Pro How Do I...? 1 October 8th, 2006 11:00 AM
Editing menubar.tmpl to add new links? spartanic ReviewPost How do I...? 1 March 17th, 2006 07:40 PM
...add more links to the top menubar? digitaldingus Photopost Pro How Do I...? 6 March 19th, 2005 07:35 PM
Edit links in menubar and elsewhere w/ _top? ppostuser Photopost Pro How Do I...? 14 February 18th, 2005 01:37 PM


All times are GMT -5. The time now is 09:36 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0