Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 24. Nov 2024, 12:32

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: 1. Jun 2009, 05:25 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
How can I display TWG in a
<div id="content" align="center"></div>
I get it to show up but all images/link/ are not displayed and if you click on something that should be a link it say page can not be found.
I would be willing to redo the site a bit if I could layout TWG to match what ive been trying to do with current one but dont understand the css stuff to the point of adding my top banner logo / side colunm menu, rightside colunm display page of data from sql, bottom row of menu, contact info, and image. Basicly the gallery in the middle of page.

Also I read some where the other night that there is a link that retrieves some kind of information from the TWG site and needs to be there to run the script is this true and if it is a registered copy why?


Top
 Profile  
 
 Post subject:
PostPosted: 1. Jun 2009, 09:28 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

you have to read:
http://www.tinywebgallery.com/en/faq.php#h2

if you want to include TWG with php include.

I don't understand what you mean with your last sentence. TWG does retrieve the latest version info from the site.
Maybe you mean the backlink to TWG at the bottom whith the "powered by TinyWebGallery" ? This is just the backlink.

and you can set $enable_external_adremove = false; if you are not on funpic because they change tey ad's layer very often and I provide a small script that closes the ads automatically.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 1. Jun 2009, 17:52 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
I dont get it sorry
I found header.htm I put <img border="0" src="images/Logo.gif" width="468" height="90"> I dont see it if I open TWG
Sorry very noob to this stuff


Top
 Profile  
 
 Post subject:
PostPosted: 1. Jun 2009, 17:58 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
where is header.htm?
it has to be in the main folder of TWG.

like described here: http://www.tinywebgallery.com/en/faq.php#h3

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 1. Jun 2009, 19:00 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
I will copy the file into the main dir and see what happens. Ill catch on hopefully here soom bear with me.

Is this possible


Top
 Profile  
 
 Post subject:
PostPosted: 1. Jun 2009, 19:51 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
top and bottom are no problem (folder.txt, overview.htm).
the left and right is possible on the detailpage directly. on the other pages you have to code this.

- Michael


Top
 Profile  
 
PostPosted: 1. Jun 2009, 23:28 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
How can I move this to footer
lang | Top 13 | Login


Top
 Profile  
 
 Post subject:
PostPosted: 2. Jun 2009, 00:16 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
By changing the code.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 2. Jun 2009, 04:11 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
Where do I find it in which page or file


Top
 Profile  
 
 Post subject:
PostPosted: 2. Jun 2009, 07:56 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
The stuff is in topnavigation.inc.php (how surprising).
And you have to place it in bottom.inc.php how you like it ;).

Just be careful - some stuff is related. e.g. the Javascript for the key navigation is created in the top navigation.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 2. Jun 2009, 08:32 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
OH MY theres alot of code in them files any idea of about what line I can cut from and too in order to get the | Top Tags | Top 13 | Email notification | Login down next to the no cashe in the bottom incphp file


Top
 Profile  
 
 Post subject:
PostPosted: 3. Jun 2009, 00:08 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
Still havent got the links moved to bottom of page ?

Here another I made my site look sort of like the TWG so it seem its all incorporated into TWG but I need to add the random image script to other pages but the script fails after the first image and the links dont work
Code:
<script type="text/javascript">

var timer = 0;

document.write("<a href='?twg_random=1'>");
document.write("<img id='twg_rand_img' name='twg_rand_img' src='photogallary/image.php?twg_album=&twg_random_subdir=true&twg_random=1&twg_type=random&twg_random_size=165' border='0' alt='' />");
document.write("<\/a>");

window.setTimeout("changeImage()",10000);
   var timer = 0;
   function changeImage() {
    document.images.twg_rand_img.src='image.php?twg_album=&twg_random_subdir=true&twg_random=1&twg_type=random&twg_random_size=165&timer=' + (timer++);
    window.setTimeout("changeImage()",10000);
   }

</script>

How or what do I mod to make it work tried pointing to dir of image.php but?


Top
 Profile  
 
 Post subject:
PostPosted: 3. Jun 2009, 07:58 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
maybe you should use the correct path in all parts of the Javascript.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 3. Jun 2009, 10:39 
Offline

Joined: 28. May 2009, 20:51
Posts: 27
I got the javascript to work great,
still cant seem to figure out the navagation links in upper right I need them moved to bottom.


Top
 Profile  
 
 Post subject:
PostPosted: 3. Jun 2009, 11:00 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you need to copy the right parts of the topnavigation there. I cannot help you more here because otherwise you would have to pay me ;).

- Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy