• [Mod] Display image codes on details page (image permalink) 5 0 5 1
Currently:  

Author Topic: [Mod] Display image codes on details page (image permalink)  (Read 171828 times)

0 Members and 1 Guest are viewing this topic.

Rembrandt

  • Guest
Re: [Mod] Display image codes on details page (image permalink)
« Reply #90 on: July 30, 2011, 07:51:36 PM »
Willkommen Nochmal!
....4Images-Galerie für Gäste sichtbar zu bekommen, hier im Board nichts finde, was mir weiter hilft, frag ich einfach mal um Hilfe.

Wer kann mir bitte den Trick (Code) verraten, den ich einbauen (wo?) muss, so dass es auch ohne Registrierung möglich ist, den BB-Code zu sehen?
...
erst einmal, wenn du eine Frage zu einen Mod hast dann Poste Bitte auch dort deine Frage, Danke!
Deinen ersten Post habe ich hier her verschoben.

so jetzt mein Frage hast du das auch eingebaut?
http://www.4homepages.de/forum/index.php?topic=17912.msg108080#msg108080
wenn ja dann entferne das wieder dann klappt es auch mit den Gästen.

mfg Andi


Offline freaksbilder

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #91 on: July 30, 2011, 08:24:24 PM »
Ok, ich werde das nächste Mal darauf achten, richtig zu posten. :oops:

Nein, dass hab ich nicht mit eingebaut, aber es geht trotzdem nicht.

Das ist die header.html:
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{direction}">
<head>
<title>{prepend_head_title}{site_name}</title>
<meta http-equiv="content-type" content="text/html; charset={charset}">
<meta name="description" content="{detail_meta_description}{site_name}">
<meta name="keywords" content="{detail_meta_keywords}">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="10 days">
<meta http-equiv="imagetoolbar" content="no">
<link rel="stylesheet" href="{template_url}/style.css" type="text/css">
<link rel="shortcut icon" href="{home_url}favicon.ico">
<script language="javascript" type="text/javascript">
<!--

  var captcha_reload_count = 0;
var captcha_image_url = "{url_captcha_image}";
  function new_captcha_image() {
    if (captcha_image_url.indexOf('?') == -1) {
  document.getElementById('captcha_image').src= captcha_image_url+'?c='+captcha_reload_count;
} else {
  document.getElementById('captcha_image').src= captcha_image_url+'&c='+captcha_reload_count;
}

    document.getElementById('captcha_input').value="";
    document.getElementById('captcha_input').focus();
    captcha_reload_count++;
  }

function opendetailwindow() {
    window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=680,height=480');
  }
 
  function right(e) {
    if ((document.layers || (document.getElementById && !document.all)) && (e.which == 2 || e.which == 3)) {
      alert("© Copyright by {site_name}");
      return false;
    }
    else if (event.button == 2 || event.button == 3) {
      alert("© Copyright by {site_name}");
      return false;
    }
    return true;
  }

  if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = right;
  }
  else if (document.all && !document.getElementById){
    document.onmousedown = right;
  }

document.oncontextmenu = new Function("alert('© Copyright by {site_name}');return false");

// -->
</script>
{if has_rss}
<link rel="alternate" type="application/rss+xml" title="{rss_title}" href="{rss_url}">
{endif has_rss}
</head>
<body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475">
<br />

Und die details.html:

Code: [Select]
{header}
<table width="640" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tablehead">
        <tr>
          <td width="100%" colspan="4"><table cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td width="6"><img src="{template_url}/images/header_top_left.gif" width="6" height="6" alt="" /></td>
        <td width="100%"><img src="{template_url}/images/header_top.gif" width="100%" height="6" alt="" /></td>
<td width="6"><img src="{template_url}/images/header_top_right.gif" width="6" height="6" alt="" /></td>
    </tr>
</table>
</td>
        </tr>
        <tr>
          <td width="6"><img src="{template_url}/images/header_left.gif" width="6" height="60" alt="" /></td>
          <td width="100%"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></td>
          <td width="225" align="right">
            <form method="post" action="{url_search}">
              <table border="0" cellspacing="0" cellpadding="1">
                <tr>
                  <td>
                    <input type="text" name="search_keywords" size="15" class="searchinput" />
                  </td>
                  <td>
                    <input type="submit" value="{lang_search}" class="button" name="submit" />
                  </td>
                </tr>
                <tr valign="top">
                  <td colspan="2"><a href="{url_search}" class="smalltext">{lang_advanced_search}</a></td>
                </tr>
              </table>
            </form>
          </td>
          <td align="right" width="6"><img src="{template_url}/images/header_right.gif" width="6" height="60" alt="" /></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td class="bordercolor">
      <table width="100%" border="0" cellspacing="1" cellpadding="0">
        <tr>
          <td class="tablebgcolor">
            <table width="100%" border="0" cellspacing="1" cellpadding="0">
              <tr>
                <td class="navbar" height="23">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td><img src="{template_url}/images/spacer.gif" width="4" height="4" alt="" />{clickstream}</td>
                      <td align="right">
<a href="{url_top_images}"><b>{lang_top_images}</b></a>&nbsp;
<a href="{url_new_images}"><b>{lang_new_images}</b></a>&nbsp;
  </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table width="638" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="150" valign="top" class="row2">
                  <table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_registered_user}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">{user_box}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
                  {if random_cat_image}
                  <table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"> <img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_random_image}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1"> <br>
                        {random_cat_image} <br>
                        <br>
                      </td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
                  {endif random_cat_image} </td>
                <td width="1" class="bordercolor" valign="top"><img src="{template_url}/images/spacer.gif" width="1" height="1" alt="" /></td>
                <td width="18" valign="top"><img src="{template_url}/images/spacer.gif" width="18" height="18" alt="" /></td>
                <td width="100%" valign="top"><br>
                  <b class="title">{image_name}</b>{if image_is_new} <sup class="new">{lang_new}</sup>{endif
                  image_is_new}
                  <hr size="1" />
                  {if msg}<b>{msg}<br>
                  <br>
                  </b>{endif msg}
                  <div align="center">
  {image}
{if admin_links}<br>
                   


{image_codes}

 {admin_links}<br>
                    {endif admin_links}<br>
                    {lightbox_button}&nbsp;&nbsp;{postcard_button}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{download_button}&nbsp;&nbsp;{download_zip_button}
</div>
                  <br>
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                          <tr>
                            <td class="head1" valign="top" colspan="2">{image_name}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" width="33%"><b>{lang_description}</b></td>
                            <td valign="top" class="row1">{image_description}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2"><b>{lang_keywords}</b></td>
                            <td valign="top" class="row2">{image_keywords}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1"><b>{lang_date}</b></td>
                            <td valign="top" class="row1">{image_date}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2"><b>{lang_hits}</b></td>
                            <td valign="top" class="row2">{image_hits}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1"><b>{lang_downloads}</b></td>
                            <td valign="top" class="row1">{image_downloads}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2"><b>{lang_rating}</b></td>
                            <td valign="top" class="row2">{image_rating} ({image_votes}
                              {lang_votes})</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1"><b>{lang_file_size}</b></td>
                            <td valign="top" class="row1">{image_file_size}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2"><b>{lang_added_by}</b></td>
                            <td valign="top" class="row2">{user_name_link}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                  {if iptc_info}
<br>
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                          <tr>
                            <td class="head1" valign="top" colspan="2">IPTC Info</td>
                          </tr>
                          {iptc_info}
                        </table>
                      </td>
                    </tr>
                  </table>
                  {endif iptc_info}
{if exif_info}
<br>
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                          <tr>
                            <td class="head1" valign="top" colspan="2">EXIF Info</td>
                          </tr>
                          {exif_info}
                        </table>
                      </td>
                    </tr>
                  </table>
                  {endif exif_info}
{if rate_form}
                  <br>
<div align="center">{rate_form}</div>
                  {endif rate_form}
{if allow_comments}
<a name="comments"></a>
<br>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                    <tr>
                      <td class="head1" valign="top">
                        <table width="100%" border="0" cellpadding="3" cellspacing="1">
                          <tr>
                            <td valign="top" class="head1">{lang_author}</td>
                            <td valign="top" class="head1">{lang_comment}</td>
                          </tr>
                          {comments}
                        </table>
                      </td>
                    </tr>
                  </table>
                  <br>
                  {comment_form} {endif allow_comments} <br>
                  <br>
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellspacing="0" cellpadding="3">
                          <tr valign="top">
                            <td class="row2"> {if prev_image_name}{lang_prev_image}<br>&nbsp;&nbsp;
                              <b><a href="{prev_image_url}">{prev_image_name}</a></b>
                              <!-- <br><br><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a> -->
                              {endif prev_image_name}&nbsp;</td>
                            <td align="right" class="row2"> &nbsp;{if next_image_name}{lang_next_image}<br>
                              <b><a href="{next_image_url}">{next_image_name}</a>&nbsp;&nbsp;&nbsp;</b>
                              <!-- <br><br><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a> -->
                              {endif next_image_name}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                  <p>&nbsp;</p>
                </td>
                <td width="20" valign="top"><img src="{template_url}/images/spacer.gif" width="19" height="19" alt="" /></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tablebottom">
        <tr>
          <td width="6" nowrap><img src="{template_url}/images/footer_left.gif" width="6" height="19" alt="" /></td>
          <td width="100%"></td>
          <td width="6" nowrap><img src="{template_url}/images/footer_right.gif" width="6" height="19" alt="" /></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
{footer}

Sorry für die Umstände...

LG Dani

Rembrandt

  • Guest
Re: [Mod] Display image codes on details page (image permalink)
« Reply #92 on: July 30, 2011, 08:36:57 PM »
für das "{image_codes}" hast du dir den denkbar schlechtesten platz ausgesucht :)

so wie du ihn jetzt plaziert hast siehst du ihn nur als admin, setze "{image_codes}" z.b. nach "{image}" oder z.b. nach {download_zip_button}
wo auch immer du  möchtest nur nicht zwischen {if ......} und {endif........}

mfg Andi

Offline hotvins

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #93 on: August 19, 2011, 09:16:10 AM »
Kann diese für die Stapelverarbeitung der Kategorie getan werden? Ich meine, alle Bilder der Kategorie? dh alle Bilder in einem Album / Kategorie und ihre vielfältigen Bild-Codes ?

Rembrandt

  • Guest
Re: [Mod] Display image codes on details page (image permalink)
« Reply #94 on: August 19, 2011, 05:56:54 PM »
Kann diese für die Stapelverarbeitung der Kategorie getan werden? Ich meine, alle Bilder der Kategorie? dh alle Bilder in einem Album / Kategorie und ihre vielfältigen Bild-Codes ?
^
k.a. was du da jetzt meinst, aber ein jedes bild hat seine eigenen links.

mfg Andi

Offline hotvins

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #95 on: August 20, 2011, 12:41:56 PM »
Kann diese für die Stapelverarbeitung der Kategorie getan werden? Ich meine, alle Bilder der Kategorie? dh alle Bilder in einem Album / Kategorie und ihre vielfältigen Bild-Codes ?
^
k.a. was du da jetzt meinst, aber ein jedes bild hat seine eigenen links.

mfg Andi

I want codes like shown in photobucket.com when we upload images in one album and go for album codes.

For Example, for album viz. "banglasong01"

Quote
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01.jpg[/img]

[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01310.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01293.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01292.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01284.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01255.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01210.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01198.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01184.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01159.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01154.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01112.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01105.jpg[/img]

I want these kind of codes to be displayed under all the thumbnails on the category page.

Additionally I want only admins to be able to view these codes and not general members. :)

Offline hotvins

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #96 on: August 22, 2011, 12:02:40 PM »
I want codes like shown in photobucket.com when we upload images in one album and go for album codes.

For Example, for album viz. "banglasong01"

Quote
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01.jpg[/img]

[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01310.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01293.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01292.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01284.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01255.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01210.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01198.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01184.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01159.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01154.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01112.jpg[/img]
[IMG*]http://i679.photobucket.com/albums/vv158/justvids1/banglasong01/banglasong01105.jpg[/img]

I want these kind of codes to be displayed under all the thumbnails on the category page.

Additionally I want only admins to be able to view these codes and not general members. :)
[/quote]

Can anyone help me in this regard ?

Offline hotvins

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #97 on: August 26, 2011, 05:02:11 AM »
A gentle bump for experts.  :oops:

Offline Purwokerto

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #98 on: October 31, 2015, 05:42:49 AM »
how to make code / text automatically copied when clicked

Offline Allround

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #99 on: February 13, 2017, 06:35:33 PM »
Gibts eine alternative zum ".$uploaded_image_path."?

oder wie bekomme das "https" aus den codefelder in details raus, wenn die Seite mit "https" aufgerufen wird?

Ich möchte die Bildercodes weiter in "http" belassen auch wenn die Seite als "https" aufgerufen wird.

Was kann ich tun?
« Last Edit: February 13, 2017, 06:47:34 PM by Allround »

Offline m_daneshgah

  • Pre-Newbie
  • Posts: 1
    • View Profile
    • پیش دبستانی در اصفهان
Re: [Mod] Display image codes on details page (image permalink)
« Reply #100 on: February 17, 2017, 04:07:53 PM »
can you help me in subject ?thanks

Offline mahsabk

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • شرکت بازرسی فنی جرثقیل
Re: [Mod] Display image codes on details page (image permalink)
« Reply #101 on: April 17, 2018, 01:28:37 PM »
i dont know too if you could find the answer tell me too
<a href="http://karenlift.com">بازرسی جرثقیل آسانسور و لیفتراک</a>
<a href="http://karenweld.com">بازرسی جوش</a>
<a href="http://samitechnic.com">تعمیرات لوازم خانگی</a>

Offline Lukas

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [Mod] Display image codes on details page (image permalink)
« Reply #102 on: June 11, 2018, 11:11:35 AM »

Hallo ich heiße Lukas,

und bin ein Neuling LOL, ich suche schon seit über 9 Stunden das Form ab - hier muss ich erst einmal sagen "Danke an alle, besonders den Moderatoren / Administratoren" Die Mod´s und wie es hier erklärt wird, ist selbst für einen Laien wie mich noch Teilweise umsetzbar.

Es wurde zu dieser Mod schon öfters die Frage gestellt, wie man den diesen BBCode auch auf der Hauptseite für die Vorschaubilder (Thumps) genutzt werden kann, auch nach 9 Stunden des durchforsten des Forums bekam ich nur die Fragen zu sehen aber noch nie eine Antwort darauf.

Bin ich Blind? Okay ich muss schmunzeln.

Habe versucht das : {image_codes} einzubauen aber nichts  :oops:

Ich hatte den Mitgliedern es versprochen, da es auf der Detailseite ja prima funktioniert, ach ja vielleicht erbarmt sich ja einer und Antwortet mir auf diese Nachricht, denke auch für andere die - dieses Suchen - wäre es Hilfreich zumal es ja hier bei der Mod gefragt wird.

Vorab bereits ein riesen Dankeschön
Lukas.


Da ich kein Englisch kann, benutze ich den Google Übersetzer  :cry:
__________________________________________

Hello my Name Is Lukas,

and I'm a freshman LOL, I'm looking for more than 9 hours from the form - here I must first say "Thanks to all, especially the moderators / administrators" The mod's and how it is explained here is even for a layman like me still partially implementable.

It has been asked to this mod often the question of how to use this BBCode also on the main page for the thumbnails (thumps), even after 9 hours of scouring the forum I only got the questions to see but never an answer thereon.

Am I blind? Okay, I have to smile.

I tried that: {image_codes} but nothing to do: oops:

I had the members promised it, because it works fine on the detail page, oh yes maybe one has pity and answers me to this message, think for others the - this search - it would be helpful, especially since it is here at the mod asked becomes.

First of all a big thank you
Lukas.


Since I do not speak English, I use the Google translator :cry:


Offline david.radpoor

  • Pre-Newbie
  • Posts: 2
    • View Profile
    • خرید اینترنتی هارد اکسترنال
Re: [Mod] Display image codes on details page (image permalink)
« Reply #103 on: July 15, 2018, 04:03:13 PM »
woooow
very good