Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
New Quotes by panoramaharem Details »»
New Quotes by panoramaharem
Version: 1.00, by FırtıceN FırtıceN is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.8.6 Rating:
Released: 08-23-2010 Last Update: 08-23-2010 Installs: 11
Template Edits
Code Changes  
No support by the author.

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; <if condition="$show['iewidthfix']">width: 100%;</if>">
                <div style="font-style:normal" class="quote">$message</div>
            <else />
<div class="quotefooter">
            <if condition="$show['username']">
                <div class="smallfont">
                    <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
                    <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow">[OrginaL Mesajı G?ster]</a></if>
                </div>
            </if>
</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

Download Now

File Type: zip new quotes by panoramaharem.zip (1.1 KB, 89 views)

Screenshots

File Type: jpg panoramaharem.jpg (14.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 09-02-2010, 01:23 PM
FırtıceN's Avatar
FırtıceN FırtıceN is offline
 
Join Date: Jun 2009
Location: Tuzla
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sematopdemir View Post
great thanks a lot
Thanks
Reply With Quote
  #13  
Old 09-10-2010, 11:05 PM
t.uzuner t.uzuner is offline
 
Join Date: Oct 2007
Location: ankara/t?rkiye
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

soldan aşağı inen ok bende ?ıkmadı images klas?r?nde arrow gif yolu g?sterilmiş css de images e arrow gifi attım ama yine de g?r?nm?yor incelemek i?in adres http://www.okulonceciyiz.biz/seminer...tml#post123149 yardımcı olursanız sevinirim.
Reply With Quote
  #14  
Old 09-12-2010, 06:00 PM
Verwaltung Nick Verwaltung Nick is offline
 
Join Date: Aug 2010
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really like them on my board installed.
Reply With Quote
  #15  
Old 09-13-2010, 01:13 AM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Better install instructions PLEASE
Reply With Quote
  #16  
Old 09-13-2010, 05:46 PM
FırtıceN's Avatar
FırtıceN FırtıceN is offline
 
Join Date: Jun 2009
Location: Tuzla
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by t.uzuner View Post
soldan aşağı inen ok bende ?ıkmadı images klas?r?nde arrow gif yolu g?sterilmiş css de images e arrow gifi attım ama yine de g?r?nm?yor incelemek i?in adres http://www.okulonceciyiz.biz/seminer...tml#post123149 yardımcı olursanız sevinirim.
bir sorun yok gibi arkadaşım.az ?nce baktım..

Quote:
Originally Posted by Verwaltung Nick View Post
Really like them on my board installed.
Thanks
Quote:
Originally Posted by bada_bing View Post
Better install instructions PLEASE
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; <if condition="$show['iewidthfix']">width: 100%;</if>">                 <div style="font-style:normal" class="quote">$message</div>             <else /> <div class="quotefooter">             <if condition="$show['username']">                 <div class="smallfont">                     <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>                     <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow">[OrginaL Mesajı G?ster]</a></if>                 </div>             </if> </div>
Reply With Quote
  #17  
Old 09-13-2010, 06:43 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FırtıceN View Post
bir sorun yok gibi arkadaşım.az ?nce baktım..


Thanks


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; <if condition="$show['iewidthfix']">width: 100%;</if>">                 <div style="font-style:normal" class="quote">$message</div>             <else /> <div class="quotefooter">             <if condition="$show['username']">                 <div class="smallfont">                     <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>                     <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow">[OrginaL Mesajı G?ster]</a></if>                 </div>             </if> </div>
Im sorry but if you want more people installing this you will have to make a bit more sense with the install directions, Still does not make any sense..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:08 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04316 seconds
  • Memory Usage 2,306KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (2)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete