vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - New Quotes by panoramaharem 4.0.4 (https://vborg.vbsupport.ru/showthread.php?t=249456)

FırtıceN 08-26-2010 10:00 PM

New Quotes by panoramaharem 4.0.4
 
1 Attachment(s)
headinclude template, add the following code.

code 1-)

Code:

<link rel="stylesheet" href="panoramaharem-quote.css"  type="text/css">
In the template bbcode_quote,

Replace all your code by:

code 2-)

Code:

<div style="margin:20px; margin-top:5px; <vb:if condition="$show['iewidthfix']">width: 100%;</vb:if>">
                <div style="font-style:normal" class="quote">{vb:raw message}</div>
            <else />
<div class="quotefooter">
            <vb:if condition="$show['username']">
                <div class="smallfont">
                    {vb:raw username}
                    <vb:if condition="$postid"><a href="showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow">[OrginaL Mesajı G?ster]</a></vb:if>
                </div>
            </vb:if>
</div>
    </div>

I have attached in the file download. Panoramaharem-quote.css file in the main directory, images arrow.gif file in the folder to folder, upload your images ..

Mark as Installed

3.8.x ===>>> https://vborg.vbsupport.ru/showthread.php?t=249224

sulasno 08-28-2010 12:23 AM

thanks

can you explain the installation procedure ? cannot understand Code 2

Willy T 08-28-2010 01:13 PM

Quote:

Originally Posted by sulasno (Post 2090556)
thanks

can you explain the installation procedure ? cannot understand Code 2

He is stating

Quote:

In the template bbcode_quote
Replace all of your code with the code in which was provided.

mitch84 08-28-2010 03:18 PM

and in headinclude template where add this code? thx

FırtıceN 08-28-2010 09:47 PM

Quote:

Originally Posted by sulasno (Post 2090556)
thanks

can you explain the installation procedure ? cannot understand Code 2

you have to add first code to headinclude template and the second to bbcode_quote


Quote:

Originally Posted by mitch84 (Post 2090744)
and in headinclude template where add this code? thx

on the bottom

Dr.osamA 08-29-2010 12:50 AM

thanxxx man

working with 4.0.6 ??

5 stars

installed

Alucard^ 08-29-2010 12:04 PM

Thanks, nice modification.

FırtıceN 08-29-2010 06:14 PM

Quote:

Originally Posted by Alucard^ (Post 2091071)
Thanks, nice modification.

Thanks... :)

Greight 08-30-2010 03:26 PM

Any way to bring the quoted username to the top instead of the bottom? BTW, do the rounded edges work in all browsers?

zonaenlinea 08-30-2010 07:31 PM

Friend to where I upload the file panoramaharem-quote.css that I'm confused thanks

FırtıceN 08-30-2010 08:51 PM

Quote:

Originally Posted by zonaenlinea (Post 2091722)
Friend to where I upload the file panoramaharem-quote.css that I'm confused thanks

https://vborg.vbsupport.ru/attachmen...1&d=1282948133

available in the file

Alucard^ 08-31-2010 05:20 AM

Quote:

Originally Posted by zonaenlinea (Post 2091722)
Friend to where I upload the file panoramaharem-quote.css that I'm confused thanks

In the main forum directory.

FırtıceN 08-31-2010 05:54 PM

Quote:

Originally Posted by Alucard^ (Post 2091895)
In the main forum directory.

Thanks :)

zonaenlinea 09-02-2010 01:55 AM

Quote:

Originally Posted by Alucard^ (Post 2091895)
In the main forum directory.

2 questions:

1 -) the file to my images well on the climb in the archives of the forum in my images upload this: arrow

2 -) where I go I do this or this is what makes me bad not to do with it than good in the folder: panoramaharem-quote

I do if I go up to where I have to climb espesificamente thank you very much hope your friends help:confused:

sematopdemir 09-02-2010 10:35 AM

great thanks a lot yunus

FırtıceN 09-02-2010 10:46 AM

Quote:

Originally Posted by zonaenlinea (Post 2092664)
2 questions:

1 -) the file to my images well on the climb in the archives of the forum in my images upload this: arrow

2 -) where I go I do this or this is what makes me bad not to do with it than good in the folder: panoramaharem-quote

I do if I go up to where I have to climb espesificamente thank you very much hope your friends help:confused:


Installation:

Add the following code to headinclude

Code:

<link rel="stylesheet" href="panoramaharem-quote.css"  type="text/css">
Upload the panoramaharem-quote.css file to FTP (it's named public_html, www, or httpdocs, etc)

upload to arrow.gif file to FTP images folder

Change the following template code with the original:

Code:

<div style="margin:20px; margin-top:5px; <vb:if condition="$show['iewidthfix']">width: 100%;</vb:if>">
                <div style="font-style:normal" class="quote">{vb:raw message}</div>
            <else />
<div class="quotefooter">
            <vb:if condition="$show['username']">
                <div class="smallfont">
                    {vb:raw username}
                    <vb:if condition="$postid"><a href="showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow">[OrginaL Mesajı G?ster]</a></vb:if>
                </div>
            </vb:if>
</div>
    </div>


zonaenlinea 09-02-2010 01:35 PM

Quote:

Originally Posted by FırtıceN (Post 2092755)
Installation:

Add the following code to headinclude

Code:

<link rel="stylesheet" href="panoramaharem-quote.css"  type="text/css">
Upload the panoramaharem-quote.css file to FTP (it's named public_html, www, or httpdocs, etc)

upload to arrow.gif file to FTP images folder

Change the following template code with the original:

Code:

<div style="margin:20px; margin-top:5px; <vb:if condition="$show['iewidthfix']">width: 100%;</vb:if>">
                <div style="font-style:normal" class="quote">{vb:raw message}</div>
            <else />
<div class="quotefooter">
            <vb:if condition="$show['username']">
                <div class="smallfont">
                    {vb:raw username}
                    <vb:if condition="$postid"><a href="showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow">[OrginaL Mesajı G?ster]</a></vb:if>
                </div>
            </vb:if>
</div>
    </div>



:D :up: ;)


Thank you very much and everything right now if the error had in which mounted the entire folder (panoramaharem-quote) and was only panoramaharem-quote.css

thank you very much:up: :up: :up:

perfect

FırtıceN 09-02-2010 05:21 PM

Quote:

Originally Posted by zonaenlinea (Post 2092802)
:D :up: ;)


Thank you very much and everything right now if the error had in which mounted the entire folder (panoramaharem-quote) and was only panoramaharem-quote.css

thank you very much:up: :up: :up:

perfect

you're welcome

BlueAce913 09-07-2010 02:58 PM

Any ideas to change the background color of the quote? i don't like much this "blue" :@

Edit: i found it! :D :D :D

FırtıceN 09-10-2010 12:25 PM

Quote:

Originally Posted by BlueAce913 (Post 2095050)
Any ideas to change the background color of the quote? i don't like much this "blue" :@

Edit: i found it! :D :D :D

css file in
OK:)

lubbie 09-17-2010 05:29 PM

I have probs with showing the arrow. Dont know why. but i dont get it to be shown up

FırtıceN 09-17-2010 07:02 PM

Quote:

Originally Posted by lubbie (Post 2099711)
I have probs with showing the arrow. Dont know why. but i dont get it to be shown up

upload to arrow.gif file to FTP images folder.

lubbie 09-18-2010 08:50 AM

Man. I did Oo

FırtıceN 10-10-2010 09:44 AM

Quote:

Originally Posted by lubbie (Post 2099963)
Man. I did Oo

Thnx

akxt660 10-11-2010 05:59 AM

Quotes of Quotes is wrong. Someone see it?

FırtıceN 03-03-2011 10:45 PM

Quote:

Originally Posted by akxt660 (Post 2108962)
Quotes of Quotes is wrong. Someone see it?

Thank you for your comments.

OldSchoolDSL 03-05-2011 08:47 PM

Installed and working

4.1.2 :)

Thank you

FırtıceN 03-08-2011 09:26 AM

Quote:

Originally Posted by OldSchoolDSL (Post 2169944)
Installed and working

4.1.2 :)

Thank you

I would like to thank;)

davepkr 03-09-2011 10:18 PM

Installed and working perfectly on vb 4.1.2. Just redesigned the arrow, the current one is having some white line borders ...

zonaenlinea 11-03-2016 03:54 PM

Para la 4.2.3 Excelente


All times are GMT. The time now is 03:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01402 seconds
  • Memory Usage 1,791KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete