forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: Methen on October 20, 2008, 04:45:30 pm

Title: Off topic Question
Post by: Methen on October 20, 2008, 04:45:30 pm
When I go to post a message for some support on the otherf orums for example
Bridge support there is no new topic tab to post a message and I need to get some
asstiance in intergrate coppermine with Smf.
Title: Re: Off topic Question
Post by: Joachim Müller on October 22, 2008, 12:44:28 am
Sure. Check the screenshot, taken when being logged in with a non-admin test user account, browsing the sub-board in question. Sounds very unlikely, as there are many users who manage to start new threads there each day.
If you really can't start a thread on the proper sub-board, post on another board. A moderator will move your question accordingly.
Title: Re: Off topic Question
Post by: shaney on November 01, 2008, 02:29:33 am
Admin...is there a problem with site as i canot see a reply link unless i go within a message ?
Title: Re: Off topic Question
Post by: shaney on November 01, 2008, 02:32:42 am
I think you have problem....tried out on two xp pc's and one vista........on reply link
Title: Re: Off topic Question
Post by: shaney on November 01, 2008, 02:40:45 am
screen shothttp://windsor.kicks-ass.net/fuzzys/gallery/albums/userpics/10001/normal_no_reply.gif [Edit GauGau] Replaced hotlinked image with attachment [/Edit]
Title: Re: Off topic Question
Post by: shaney on November 01, 2008, 02:42:52 am
what is going on.........is there no admin here.....worried as i think i have found security prob in new version...not sure but i need someone to take a look
Title: Re: Off topic Question
Post by: shaney on November 01, 2008, 02:45:49 am
have shut down gallery untill i know whats going on.....screen shot will not work
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 03:59:45 am
sorry to hijak this post but there is problem with forum......soz...shaney

Post link to gallery here if you can, or double click on the error icon...it should pop up a message
Title: Re: Off topic Question
Post by: jimel1981 on November 01, 2008, 04:12:42 am
I am having a problem, When i click to view orginal images nothing pops up and i get a little error symble in my explorer. I did the adjustments to the templet.html that it said on the other suport page but it still did not help.

http://jimnmel.com/gallery/index.php
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:15:31 am
java error....brb just taking a look....i had similar problem
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:17:29 am
i think i know what you have done....when you added header you deleted java code.....i will send what i sould look like on index.php....brb
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:22:49 am
The template that you are using should have somthing like this at the top....



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
</script>
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:25:05 am
to be a little clear, template.html if you have changed this it is more than liklely your problem.
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:27:02 am
All this must be above the body tag.....


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
</script>
<!--
  SVN version info:
  Coppermine version: 1.4.19
  $Revision: 4392 $
  $LastChangedBy: gaugau $
  $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 Apr 2008) $
--><head>
Title: Re: Off topic Question
Post by: jimel1981 on November 01, 2008, 04:27:56 am
No it doesn't so should I copy and paste that into template.html
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:29:38 am
yes....as long as you have same version of coppermine
Title: Re: Off topic Question
Post by: jimel1981 on November 01, 2008, 04:31:43 am
I pasted it in the template and uploaded it but it still doing it.
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:33:29 am
ok try this.....change template and see if it works....if it does then for sure it is somthing wrong with template.html
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:36:09 am
make sure you are modifing the right theme template.......which one did you modify
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:37:49 am
i see it is workin now... but code is not quite right
Title: Re: Off topic Question
Post by: jimel1981 on November 01, 2008, 04:40:49 am
 :)I figgured out what I was doing wrong I was uploading it into the wrong folder your cold eworked thank you so much.
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:41:46 am
well done....lol
Title: Re: Off topic Question
Post by: jimel1981 on November 01, 2008, 04:43:21 am
Please email me your site and name so I can be sure you to credit you on the site :)
Here is my e-mail: mandyjsparks@gmail.com
Title: Re: Off topic Question
Post by: shaney2 on November 01, 2008, 04:46:37 am
You are welcome....just luck i had the same problem....i am amazed i remembered...lol....i am off to zzzzzz

Lets hope the forum get back online properly

All the best Shane
Title: Re: Off topic Question
Post by: jimel1981 on November 01, 2008, 04:49:39 am
good night :)
Title: Re: Off topic Question
Post by: Fabricio Ferrero on November 01, 2008, 10:20:27 am
Didn't respect forum rules.
Hotlinked images.
Asking for support in a no-support sub-board.

This topic should be locked IMO.
Title: Re: Off topic Question
Post by: Joachim Müller on November 01, 2008, 11:39:20 am
And *snap* this thread get's locked. Both of you should really read the board rules (http://forum.coppermine-gallery.net/index.php/topic,55415.0.html) instead of behaving silly and speed posting on this board without having the slightest clue as to what you're doing.


jimel1981 has been told before that he/she mustn't hijack threads in the thread http://forum.coppermine-gallery.net/index.php/topic,28031.msg273795.html#msg273795
To give him/her the chance to review the silly attitude, he/she is banned for a week from posting. Next ban will be permanent.

shaney/shaney2 has run havoc on this board ande earned himself/herself a life-time ban. Do not dare to re-register!