Link to the Gallery plz help Link to the Gallery plz help
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Link to the Gallery plz help

Started by NoIdea, October 02, 2006, 06:53:49 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

NoIdea

Hi all

its just a noob question
i have search the forums and didnt find anything usefull...

i have a phpkit homepage and on the left navigation i have a link to the "photo Gallery"

i u click at the link the gallery opens in a new window...i just put the url to the link...works good,

but want it opened in the same page..on the body of the site.

must i use something like include.php?path= ????? if yes what path i must type ?

if u know how, im sure u know it :D , plz tell me deatailed :D


Big Thx a beginner




Sami

I don't know phpkit but maybe you could Change the tearget properties of that link to_self
‍I don't answer to PM with support question
Please post your issue to related board

NoIdea

Quote from: Sami on October 02, 2006, 07:01:06 PM
I don't know phpkit but maybe you could Change the tearget properties of that link to_self
thx Sami but i have no target html...cant change anything
the link says : "upload_files/cpg149/" what to change ? whats the target ? dunno

i think its irrelevant that i have phpkit...with easy words... i just want know how i link somethink in php that opend NOT in a new window but on the mainpage at the body of the page ( i think its called body sry if not )

Sami

Sorry as I said before I don't know phpkit (is this a wordpress theme !?) but if you click on a link and that links open up a new window fro you then there should be a target properties that sets to _blank, the source should be look like this:
<a href="blalal\blabla.php" target="_blank">blabla</a>
You should find a way to change that target to _self instead
‍I don't answer to PM with support question
Please post your issue to related board

NoIdea

 ;D hey Sami

PhpKit is a php building set. u just need to install it on your server and u have in about minutes a complete homepage with guestbook, Forum, and so on. for noobs like me :D

if i set a iFrame on the link like this "include.php?src=http://bla bla" it works but not 100%

the target site opened in the same window but now with scrollbars  :(

i know there is an other solution because my other links, generated by php-kit looks like "include.php?path=forum/index.php" they also open in the same window but without scrollbars.

the Photo Gallery have also a file called index.php...if i link it like the forum link it opend in a new window

maybe there is some code missing in the Gallery index.php file.. why else the forum link works and the gallery not ?

ahhhhh im so bad.....

btw: Sami where are u from ?




rphMedia


NoIdea

#6
Quote from: rphMedia on October 02, 2006, 08:40:27 PM
A link would help a lot !
yeah u are right sorry for that here is the link

Forum link and Guestbook link works fine...thats the way i want it. ( to bad i dont add any code here this was done by the phpkit building software .


if u click at the  Photo Album link it opens in the same window but with scrollbars...i use iframe because i didnt find out how the other links at my page are done.

thx alot

Mainpage
edit offline

rphMedia

If scrollbars is your only issue now, you may want to try another theme OR change your thumbnail settings - thumbnail size?, number of thumbnails, number of rows, etc...

As far as the iFrame size (which your headaches have only just begun), you may have further issues depending on the size of the images, additional gallery settings, etc.

Recommendation - lose the iFrame altogether. In this case you would attach _parent (I think) to your link.

NoIdea

thumbnails arent the problem...the buttons from the gallery menu didnt fit. as it seems i cant change them.

i give it a try...but how the other links work ? how they realize it ? how it works ? if u had visited my site u have seen the other worked links.

sry for so many questions but im confused ...

Sami

We are not familier with phpkit it's better to search on their support forum for solution,I've got 4 page result by searching for coppermine on their forum (I'm a Persian and the forum was german )

Quote from: NoIdea on October 02, 2006, 10:34:01 PM
The buttons from the gallery menu didnt fit. as it seems i cant change them.
Yes you can , you need to create custom theme for CPG to fit ...
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

This is not related to bridging. It isn't even related to coppermine. In fact, you're asking how a third-party application (phpkit) works. Marking thread accordingly and moving.

NoIdea

thx Sami...better i look at their support forum...


Quote from: GauGau on October 03, 2006, 02:47:57 AM
In fact, you're asking how a third-party application (phpkit) works. Marking thread accordingly and moving.

u ever read my post ? its wrong.
im not asking for a 3rd party app...i just want to know how i set a link in php ( its irrelevant what i am using...phpkit or php-whatever...i think links works global for php. )

maybe my english sucks and u missunderstood me. dunno

anyway thx all 4 your patience and help






Joachim Müller

Quote from: NoIdea on October 03, 2006, 03:04:39 AM
im not asking for a 3rd party app...i just want to know how i set a link in php ( its irrelevant what i am using...phpkit or php-whatever...i think links works global for php. )
Setting up a link in PHP, eh ::)? This is how you do:<?php
print '<a href="http://disney.com/">some link</a>';
?>
You, my friend, are not asking how things work in PHP, but how things work in phpkit, a third-party app that we do not know, as we told you repeatedly in this thread.

Quote from: NoIdea on October 03, 2006, 03:04:39 AM
u ever read my post ?
I have, yes. Did you read ours: phpkit goes unsupported, as in "no support at all"!

Quote from: NoIdea on October 03, 2006, 03:04:39 AM
maybe my english sucks and u missunderstood me. dunno
It helps if you try to use plain English instead of expressions like "thx" (which should read "thank you"), "u" (which should read "you") or "4" (which should read "for"). Not everyone shares the same skill level on this board - for the benfit of others, using regular English and trying to use proper spelling, grammar and capitalization is mandatory. It's no problem if your English skills are poor, but you should at least try...