Url links to a thread
2 posters
Url links to a thread
Sa free forum.Guys panu yung kagaya sa header na pag click ng image mareredirect sa thread..
pangahas- CGP Newbie
- Number of posts : 175
Age : 40
Location : Philippines : Manila : ParaƱaque
Registration date : 01/03/2009
Re: Url links to a thread
attached link sa image or text but depende yan sir kung supported ng free web forum ang features.
render master- Game Master
- Number of posts : 3274
Age : 104
Location : riyadh, saudi arabia
Registration date : 27/09/2008
Re: Url links to a thread
PhpBB3..bale sinundan ko lang yung tutorial para makagawa ng banner na nagpapalit ng images..ito yung code
var banner = new Array();
banner.push('https://img.photobucket.com/albums/v669/nivramzurc/lp1-barrel-render1.jpg');
banner.push('https://img.photobucket.com/albums/v669/nivramzurc/wip5copy.jpg');
banner.push('https://img.photobucket.com/albums/v669/nivramzurc/F1-1.jpg');
document.getElementById('logo').firstChild.src= banner[Math.floor(Math.random()*banner.length)];
setInterval("document.getElementById('logo').firstChild.src= banner[Math.floor(Math.random()*banner.length)];",6000);
Yung images ko direct url from photobucket..So panu ko siya malilink on a specific thread whenever I click yung any of the images instead of it redirecting back sa home page..Pasensiya na wala ako idea sa mga ganito sinundan ko lang yung tutorial para sa random banner yung linking ang wala ako mahanap, yung kagaya dito sa cgpinoy.
var banner = new Array();
banner.push('https://img.photobucket.com/albums/v669/nivramzurc/lp1-barrel-render1.jpg');
banner.push('https://img.photobucket.com/albums/v669/nivramzurc/wip5copy.jpg');
banner.push('https://img.photobucket.com/albums/v669/nivramzurc/F1-1.jpg');
document.getElementById('logo').firstChild.src= banner[Math.floor(Math.random()*banner.length)];
setInterval("document.getElementById('logo').firstChild.src= banner[Math.floor(Math.random()*banner.length)];",6000);
Yung images ko direct url from photobucket..So panu ko siya malilink on a specific thread whenever I click yung any of the images instead of it redirecting back sa home page..Pasensiya na wala ako idea sa mga ganito sinundan ko lang yung tutorial para sa random banner yung linking ang wala ako mahanap, yung kagaya dito sa cgpinoy.
pangahas- CGP Newbie
- Number of posts : 175
Age : 40
Location : Philippines : Manila : ParaƱaque
Registration date : 01/03/2009
Permissions in this forum:
You cannot reply to topics in this forum