 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
January 6th, 2006, 12:13 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
| How do I add a link in this location
How do I add a link in this location
See image attached
|
| |
January 6th, 2006, 04:03 PM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
anyone
|
| |
January 6th, 2006, 04:10 PM
|
#3 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
edit pp-inc.php and in the function topmenu add something like this where called for
$menu .= "SOMELINK";
|
| |
January 6th, 2006, 04:14 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
sorry mate can you explain in more detail please
|
| |
January 6th, 2006, 04:48 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
You will find a few links like this
$menu .= just so a search and you will see what I am saying
|
| |
January 6th, 2006, 04:55 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
Hi chuck I found the area you where on about so i added this Code: Content visible to verified customers only.
But the page showed up with an error
|
| |
January 6th, 2006, 05:27 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Thats why I stated to look at the other links
Note the backslashes before the quotes in a string $menu .= "<a href=\"http://www.harddanceaddict.net\">How to upload pics</a>"; |
| |
January 6th, 2006, 05:31 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
thanks how do i align it to the left and open it in a _blank
Last edited by tidy_boy2005; January 6th, 2006 at 05:34 PM.
|
| |
January 7th, 2006, 03:59 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
anyone
|
| |
January 7th, 2006, 04:38 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
well dont know what you mean by align left since I dont see what you have done but adding this to your link will make it open a new window
target=\"_blank\"
|
| |
January 7th, 2006, 04:43 AM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
hi chuck this is my code but it does not open in a new window
$menu .= "<a href=\"http://www.harddanceaddict.net/forum/showthread.php?p=5548#post5548\ target=\"_blank\">How to upload pics</a> · ";
What have I done wrong?
Thanks
|
| |
January 7th, 2006, 06:07 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
easy look at your link your missing a quote " aftert the backslash after post 5548
|
| |
January 7th, 2006, 06:34 AM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
Cool sorted that problem now Cheers Chuck
|
| |
January 7th, 2006, 06:56 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
How do i move the link How to upload pics to this location please
See image attached
|
| |
January 8th, 2006, 08:42 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Oct 2005 Location: England
Posts: 111
|
anyone
|
| |
January 8th, 2006, 08:59 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
In the same topmenu function find the calls to and change $menu to $menu2
if ( $User['adminedit'] == 0 ) {
if ( $Globals['allowup'] == "yes" && $User['uploads'] == 1 ) {
$menu .= " · <a href=\"{$Globals['maindir']}/uploadphoto.php$catquery\">{$Globals['pp_lang']['upload']}</a>";
}
}
else {
$menu .= " · <a href=\"{$Globals['maindir']}/uploadphoto.php$catquery\">{$Globals['pp_lang']['upload']}</a>";
}
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 11:35 PM. | |