Okay, I was told by a friend that what I wanted could be done through php does anyone know what it would look like?
27 2005-12-19 23:25
Re: Javascript Junkies Please Help! (6 replies, posted in Programming)
God damn cross browser-ness...
It works fine in IE 6, but not in firefox.
Is there a better way to do this? Maybe through php? Not with javascript?
Thanks for the help thus far.
28 2005-12-18 17:54
Topic: Javascript Junkies Please Help! (6 replies, posted in Programming)
Im having a bit of a problem with remote links in a pop-up window. On my site I have a link that brings up a pop-up for the main sites content which has links in it that I would like to have react in the initial page. I have done this with the following code:
code for index.html
// OPENS REMOTE WINDOW
<script>
<!--
function openWindow(myLink,windowName)
{
if(! window.focus)return;
var myWin=window.open("",windowName,"height=450,width=680,dependent=yes,scrollbars=yes");
myWin.focus();
myLink.target=windowName;
}
//-->
</script>
// CONTROLS REACTION
<script>
<!--
function remote(){
win2.creator=self
}
//-->
</script>
// LINK TO OPEN POPUP
<a href="popup.html" onClick="openWindow(this,'mainpage')">CLICK HERE TO OPEN THE POPUP!</a>
and
code for popup.html
<script>
<!--
// REMOTE CONTROL LINKS
function remote2(url){
window.opener.location=url
}
//-->
</script>
// LINK IN POPUP.HTML THAT WILL REACT IN INDEX.HTML
<a href="javascript:remote2('forum.html')">Forum</a>
What I would like to have done is when the user clickes on a link in the pop-up that reacts in the main window (index.html) I would like that window to be in focus. As it stands now I'v got the links to work properly but it just loads in the background and the popup remains ontop blocking the under lying content (punbb). My problem is I dont know how to use the javascript function onfocus well enough for it to work. Unless I'm over looking an easier way...
I hope I gave enough information so that one of you javascript junkies can help me out
Thanks in advance.
29 2005-12-10 19:12
Re: AJAX post preview 1.0.1 (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
demo?
30 2005-12-10 19:11
Re: Punbb and an image gallery (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
thanks for the quick responce guys atleast i know that i have a couple of options
31 2005-12-07 23:16
Topic: Punbb and an image gallery (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Iv been wanting to integrate an image gallery with punbb for sometime now and I was wondering if anyone had expierence doing this that could possibly shead some light on the situation. Can someone direct me to an image gallery that is punbb friendly? Iv been told that the new coppermine (1.4?) can be integrated with punbb but i have no clue when it will be released. I have checked out the pun gallery v2.0 beta and it looks quite nice im just a little anxious about using something in beta status.
What i really want is something out of the box that can be integrated with punbb.
Thanks in advance.
32 2005-11-11 14:19
Re: PunBB community who's where? (20 replies, posted in General discussion)
done.
punbb canada, ohh yeah.
33 2005-11-07 00:33
Re: Drag and Drop Forum Sorting (Preview) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I think its intention was to make things alot easier to change and manipulate. And, it gets the job done nicely.
34 2005-11-03 06:07
Re: How do you promote your forums? (14 replies, posted in General discussion)
punbb isnt really missing anything. there are mods, if you so choose to use them.
who dosent like a raw, well written, secure forum?
35 2005-10-22 19:27
Re: 1.3 teaser (121 replies, posted in PunBB 1.2 discussion)
the punbb project is truely the future in forums
im glad i switched along time ago.
</end mac talk> hahahah
36 2005-10-10 13:41
Re: OLD TOPIC TO DELETE (133 replies, posted in PunBB 1.2 modifications, plugins and integrations)
dont give up on this mod pokemon_jojo people are counting on you.
37 2005-10-10 13:39
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
im sure you'll figure out a nice compromise somehow, you always do.
*cough*poll*mod*cough*
38 2005-10-10 00:39
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
thanks Connorhd, i upgraded without a hitch and its great. i love seeing script updates.
one problem though, it looks a little wanky in firefox with my 800 x 600 display (my video card is retardly horrible and wont go higher without crashing). if you check out my forum you can understand what im saying. http://www.greasyspoon.org/forum
pay special attention to the 'delete multiple messages' page.
PS: im still waiting for your release of the poll mod
39 2005-09-26 12:25
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Gizzmo:
Does this mod support vCal or iCal importing and/or exporting? because it would be a nice feature to export it to my ipod or handheld
40 2005-09-21 13:51
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
does this mod support vCal or iCal importing and/or exporting? because it would be a nice feature to export it to my ipod
responce?
41 2005-09-17 20:19
Re: Redundant check in update_users_online (6 replies, posted in PunBB 1.2 bug reports)
hahaha i love easter eggs
42 2005-09-17 20:15
Re: OLD TOPIC TO DELETE (133 replies, posted in PunBB 1.2 modifications, plugins and integrations)
mastiland wrote:hey why cant also allow external images
plz do something so we can allow external uploaded images
like we could upload images on imageshack and put the link in the gallery
is it possible
Possible with a mod yes, but it could compromise the security of your forum.
this would be a bad thing and therefore should not be considered. sorry, but security comes before useability and functionality. im still waiting on a non-beta release because this is exactly what i was looking for on my site. nice, simple, punbb refelecting gallery. its a race if coppermind (1.4) comes out before the non-beta of this then ill have to use them... hahaha.
43 2005-09-07 10:27
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
does this mod support vCal or iCal importing and/or exporting? because it would be a nice feature to export it to my ipod
44 2005-08-21 12:56
Re: punbb.org extern.php (10 replies, posted in PunBB 1.2 discussion)
Thanks Tobi.
But... didnt ludo find a way around this? its weird I can include a script up with no parameters just fine via absolute paths... its the parameters that is screwing me over or maybe its just my host
45 2005-08-21 10:39
Re: punbb.org extern.php (10 replies, posted in PunBB 1.2 discussion)
Anyone have a solution? hcgtv? ludo? richard? someone?
46 2005-08-21 02:59
Re: punbb.org extern.php (10 replies, posted in PunBB 1.2 discussion)
Okay iv been using this method for the longest time untill my hosting provider decided to change the php.ini settings on me so that i cant use urls so i tried absolute paths and it didnt work because it thinks "extern.php?action=active&show=10" is the file name. Iv searched this on the forums here and im still puzzled. I think I have the same problem as Ludo does/did.
Feel free to move this topic to Trouble Shooting.
47 2005-08-19 04:03
Topic: Image Signature (1 replies, posted in PunBB 1.2 troubleshooting)
Is there a way to disable images in the signature? Im almost certain there is but for the life of me I cant find it.
48 2005-08-19 03:59
Re: PunBB in EVE-Online browser (7 replies, posted in PunBB 1.2 discussion)
49 2005-08-19 03:54
Re: PunBB & Seti@Home (5 replies, posted in General discussion)
yeah i use that, its been my screen saver for about 4 years now...
its a great conversation starter when people ask 'what is that?'.
50 2005-07-28 19:22
Re: PM, Poll and other MODS? (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
PM, you just need to edit install.php and it will work on 1.2.6
Poll, i am planning to release PunPoll sometime but i'm busy atm (infact i'm busy all the time) so i dunno how long it will be lol, so i would just use EasyPoll
please do so asap