PDA

View Full Version : For vb4.xxx build letter selector


Adem GEN?
12-03-2009, 11:14 AM
Hi,

To use your own external pages
build letter selector

Article?

Regards

Adem GEN?
12-05-2009, 06:16 PM
I need to add it to my external
How can I do?


107219

Lynne
12-05-2009, 07:36 PM
What is a letter selector? You can try a search in the articles forums for one if you are looking for an article.

Zaiaku
12-06-2009, 02:53 AM
I never understood exactly what the request was even for. Seems he wants to be able to list something alphabetically but have no idea what he wants to list.

Lynne
12-06-2009, 03:45 AM
Maybe you are talking about this? Alphabetical Search Menu for your vBulletin page (https://vborg.vbsupport.ru/showthread.php?t=187924)

Adem GEN?
12-06-2009, 10:12 AM
Phonebook page I've created
I will use to filter names

Adem GEN?
12-06-2009, 10:20 AM
Maybe you are talking about this? Alphabetical Search Menu for your vBulletin page (https://vborg.vbsupport.ru/showthread.php?t=187924)

I've created Letter
107243
However, it was bad
vB4 not like

Lynne
12-06-2009, 02:11 PM
I don't see what's wrong with it. It looks like it should to me.

Adem GEN?
12-06-2009, 07:24 PM
This beautiful

https://vborg.vbsupport.ru/attachment.php?attachmentid=107219&d=1260044274

Lynne
12-06-2009, 07:31 PM
Yeah, I know. Just take the article and change the way the templates are rendered and it should work fine. Cellarius wrote a really good article that you may be interested in - [vB4] Rendering templates and registering variables - a short guide (https://vborg.vbsupport.ru/showthread.php?t=228078) That should help you change the template rendering.

You can ask veenuisthebest if he plans to update his article. But, if he doesn't, then you are on your own to update the code (just like with any other modification).

Adem GEN?
12-06-2009, 08:37 PM
Yeah, I know. Just take the article and change the way the templates are rendered and it should work fine. Cellarius wrote a really good article that you may be interested in - [vB4] Rendering templates and registering variables - a short guide (https://vborg.vbsupport.ru/showthread.php?t=228078) That should help you change the template rendering.

You can ask veenuisthebest if he plans to update his article. But, if he doesn't, then you are on your own to update the code (just like with any other modification).

I have read this article
I worked a lot of work
@cellarius, thank you very much
I wrote my phone book, for vB4

AND
Letter finally did:):)
107260



Thank you very much

Lynne
12-06-2009, 08:50 PM
Very nice - good job!

Adem GEN?
12-06-2009, 10:56 PM
Hi,

There's only one question
107261

I want to show the right

How can I do?

This code is the error?
<!-- paginaion and button top -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="top">
<td class="smallfont"><a href="telefon_rehberi.php?{vb:raw session.sessionurl}tel=1#r" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase yeni_telefon_ekle_buton}</span></a></td>
<vb:if condition="$pagenav"><td align="right">{vb:raw pagenav}</td></vb:if>
</tr>
</table>
<!-- / pagination and button top -->


Regards

Lynne
12-07-2009, 03:22 AM
Hmmm, it looks like it should be all the way to the right unless the table has got something preventing it from being width 100%. I can't really tell from what's posted though.

Adem GEN?
12-07-2009, 09:15 AM
Hmmm, it looks like it should be all the way to the right unless the table has got something preventing it from being width 100%. I can't really tell from what's posted though.

All the code in the template
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>
{vb:raw headinclude}
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}memberlist.css" />

</head>
<body>

{vb:raw header}

{vb:raw navbar}

{vb:raw yeni_telefon_ekle}
{vb:raw eklendi_yonleniyor}
{vb:raw telefon_duzelt}

<br />
<!-- pagination and button top -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="top">
<td class="smallfont"><a href="telefon_rehberi.php?{vb:raw session.sessionurl}tel=1#r" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase yeni_telefon_ekle_buton}</span></a></td>
<vb:if condition="$pagenav"><td align="right">{vb:raw pagenav}</td></vb:if>
</tr>
</table>
<!-- / pagination and button top -->



<h2 class="blockhead">Telefon Rehberinde Kayıtlı Kişinin Adının Baş Harfine G?re Hızlı Arama Se?eneği</h2>
<dl id="charnav" class="stats floatcontainer">
<dt>{vb:rawphrase filter_results}</dt>

{vb:raw harf_arama_a_z}
{vb:raw harf_arama_1}
{vb:raw harf_arama_a}
{vb:raw harf_arama_b}
{vb:raw harf_arama_c}
{vb:raw harf_arama_d}
{vb:raw harf_arama_e}
{vb:raw harf_arama_f}
{vb:raw harf_arama_g}
{vb:raw harf_arama_h}
{vb:raw harf_arama_i}
{vb:raw harf_arama_j}
{vb:raw harf_arama_k}
{vb:raw harf_arama_l}
{vb:raw harf_arama_m}
{vb:raw harf_arama_n}
{vb:raw harf_arama_o}
{vb:raw harf_arama_oo}
{vb:raw harf_arama_p}
{vb:raw harf_arama_r}
{vb:raw harf_arama_s}
{vb:raw harf_arama_ss}
{vb:raw harf_arama_t}
{vb:raw harf_arama_u}
{vb:raw harf_arama_v}
{vb:raw harf_arama_y}
{vb:raw harf_arama_z}
{vb:raw harf_arama_z_a}

</dl>




<h2 class="blockhead">Telefon Rehberinde Kayıtlı Kişinin Adına - Soyadına ve Telefon Koduna G?re Hzlı Arama Se?eneği</h2>
<div class="blockbody">
<table id="memberlist_table" width="100%">
<tr class="above_body">

<td><b>Adı:<b/></td>
<td><form action="telefon_rehberi.php?adi=" method="get"><select name="adi" onchange="this.form.submit()""><option></option>
{vb:raw adina_gore}</select></form></td>
<td><b>Soyadı:<b/></td>
<td><form action="telefon_rehberi.php?soyadi=" method="get"><select name="soyadi" onchange="this.form.submit()""><option></option>
{vb:raw soy_adina_gore}</select></form></td>
<td><b>Cep Tel:<b/></td>
<td><form action="telefon_rehberi.php?cep=" method="get"><select name="cep" onchange="this.form.submit()""><option></option>
{vb:raw cep_hepsi}{vb:raw cep_tel_gore}</select></form></td>
<td><b>Ev Tel:<b/></td>
<td><form action="telefon_rehberi.php?ev=" method="get"><select name="ev" onchange="this.form.submit()""><option></option>
{vb:raw ev_hepsi}{vb:raw ev_tel_gore}</select></form></td>
<td><b>İş Tel:<b/></td>
<td><form action="telefon_rehberi.php?is=" method="get"><select name="is" onchange="this.form.submit()""><option></option>
{vb:raw is_hepsi}{vb:raw is_tel_gore}</select></form></td>
</tr>
</table>
</div>



<div class="blockbody">
<table id="memberlist_table" width="100%">
<tr class="columnsort">
<th width="16%" class="blockhead"><b>Adı Soyadı</b></th>
<th width="13%" class="blockhead"><b>Cep Telefonu</b></th>
<th width="13%" class="blockhead"><b>Ev Telefonu</b></th>
<th width="13%" class="blockhead"><b>İş Telefonu</b></th>
<th width="31%" class="blockhead"><b>Kimdir</b></th>
<th width="15%" class="blockhead"><b>Ekleyen</b></th>
<th width="1%" class="blockhead"><b>D?zelt</b></th>
<th width="1%" class="blockhead"><b>Sil</b></th>
</tr>

{vb:raw bos_sonuc}

{vb:raw silindi_mesaji}

{vb:raw silindi_yonleniyor}

{vb:raw eklendi_mesaji}

{vb:raw guncellendi_mesaji}

{vb:raw guncellendi_yonleniyor}

{vb:raw satirlar}


</table></div>
<h2 class="blockhead" align="right"><b>Toplam Kayıt:</b> {vb:raw telefonsayisi[total]}</h2>



<!-- pagination and button bottom -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td class="smallfont"><a href="telefon_rehberi.php?{vb:raw session.sessionurl}tel=1#r" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase yeni_telefon_ekle_buton}</span></a></td>
<vb:if condition="$pagenav"><td align="right">{vb:raw pagenav}</td></vb:if>
</tr>
</table>
<!-- / pagination and button bottom -->


{vb:raw footer}
</body>
</html>


Thank you

Lynne
12-07-2009, 02:26 PM
Sorry, but that doesn't help because I can't see the whole page source (you have templates included right above your code and it could be one of them is effecting it).

Get firebug - it's a great addon for firefox - and it will help you figure it out.

Adem GEN?
12-07-2009, 04:02 PM
Can you help please? Thank you

Template (Pagination except, I deleted the others)
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>
{vb:raw headinclude}


</head>
<body>

{vb:raw header}

{vb:raw navbar}



<!-- sayfalama telefon ekle alanı ?st -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="top">
<td class="smallfont"><a href="telefon_rehberi.php?{vb:raw session.sessionurl}tel=1#r" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase yeni_telefon_ekle_buton}</span></a></td>
<vb:if condition="$pagenav"><td align="right">{vb:raw pagenav}</td></vb:if>
</tr>
</table>
<!-- / sayfalama telefon ekle alanı ?st -->






















<!-- sayfalama telefon ekle alanı alt -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td class="smallfont"><a href="telefon_rehberi.php?{vb:raw session.sessionurl}tel=1#r" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase yeni_telefon_ekle_buton}</span></a></td>
<vb:if condition="$pagenav"><td align="right">{vb:raw pagenav}</td></vb:if>
</tr>
</table>
<!-- / sayfalama telefon ekle alanı alt -->


{vb:raw footer}
</body>
</html>


This browser skiing code
<!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" dir="ltr" lang="en" id="vbulletin_html">
<head>
<title>XXXX Forum - Xxxxxxxxx K?y?n Telefon Rehberi</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://127.0.0.1/vBulletin-4-0-forum" />
<base href="http://127.0.0.1/vBulletin-4-0-forum/" />
<meta name="generator" content="vBulletin 4.0.0 Beta 5" />


<meta name="keywords" content="vbulletin,forum,bbs,discussion,bulletin board" />
<meta name="description" content="This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ ." />


<script type="text/javascript" src="clientscript/yui/yuiloader-dom-event/yuiloader-dom-event.js?v=400b5"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=400b5"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "1260208211-f0a4050e0ac15d451a324e30a8198a4ee9590d2a";
var IMGDIR_MISC = "images/misc";
var IMGDIR_BUTTON = "images/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "400b5";
var BBURL = "http://127.0.0.1/vBulletin-4-0-forum";
// -->
</script>
<script type="text/javascript" src="http://127.0.0.1/vBulletin-4-0-forum/clientscript/vbulletin-core.js?v=400b5"></script>


<link rel="alternate" type="application/rss+xml" title="XXXX Forum RSS Feed" href="http://127.0.0.1/vBulletin-4-0-forum/external.php?type=RSS2" />



<link rel="stylesheet" type="text/css" href="clientscript/yui/reset-fonts/reset-fonts.css" />
<link rel="stylesheet" type="text/css" href="css.php?styleid=1&amp;langid=1&amp;d=1260207740&amp;sheet=vbul letin.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" />


<link rel="stylesheet" type="text/css" href="css.php?styleid=1&amp;langid=1&amp;d=1260207740&amp;sheet=memb erlist.css" />

</head>
<body>

<div class="above_body">
<div id="header" class="floatcontainer doc_header">

<div><a name="top" href="index.php" class="logo-image"><img src="images/misc/vbulletin4_logo.png" alt="XXXX Forum - Powered by vBulletin" /></a></div>
<div id="toplinks" class="toplinks">

<ul class="isuser">

<li>Welcome, <a href="member.php/1-Adem-GENC">Adem GEN?</a></li>

<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php">Notifications</a>
<div class="popupbody popuphover">
<p>No new messages</p>
<p><a href="private.php">Inbox</a></p>

</div>
</li>

<li><a href="member.php/1-Adem-GENC">My Profile</a></li>
<li><a href="usercp.php">Settings</a></li>

<li><a href="register.php" rel="nofollow">Register</a></li>

<li><a href="login.php?do=logout&amp;logouthash=1260208211-f0a4050e0ac15d451a324e30a8198a4ee9590d2a" onclick="return log_out('Are you sure you want to log out?')">Log Out</a></li>
</ul>



</div>
<div class="ad_global_header">


</div>
<hr />

</div>
</div>

<div class="above_body">
<div id="navbar" class="navbar">

<ul id="navtabs" class="navtabs floatcontainer">


<li><a class="navtab" href="index.php">Forum</a></li>



<li class="selected">
<a class="navtab" href="telefon_rehberi.php">Telefon Rehberi</a>
<ul class="floatcontainer">



<li><a href="search.php?do=getnew&amp;contenttype=vBForum_Post">New Posts</a></li>




<li><a href="private.php" rel="nofollow">Private Messages</a></li>


<li><a rel="help" href="faq.php">FAQ</a></li>


<li><a href="calendar.php">Calendar</a></li>


<li class="popupmenu">
<a href="javascript://" class="popupctrl">Community</a>
<ul class="popupbody popuphover">


<li><a href="group.php">Groups</a></li>


<li><a href="album.php">Pictures &amp; Albums </a></li>



<li><a href="profile.php?do=buddylist">Friends &amp; Contacts</a></li>


<li><a href="memberlist.php">Member List</a></li>


</ul>
</li>

<li class="popupmenu">
<a href="javascript://" class="popupctrl">Forum Actions</a>

<ul class="popupbody popuphover">
<li>
<a href="forumdisplay.php?do=markread">Mark Forums Read</a>
</li>

<li>
<a href="profile.php?do=editoptions">Edit Options</a>
</li>
<li>

<a href="profile.php?do=editprofile">Edit Your Details</a>
</li>

</ul>
</li>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">Quick Links</a>
<ul class="popupbody popuphover">


<li><a href="subscription.php" rel="nofollow">Subscribed Threads</a></li>


<li>
<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?do=buddylist&amp;focus=1','buddylist','statu sbar=no,menubar=no,toolbar=no,scrollbars=yes,resiz able=yes,width=250,height=300'); return false;">Open Contacts Popup</a>
</li>


<li><a href="showgroups.php" rel="nofollow">

View Forum Leaders

</a></li>





<li><a href="online.php">Who's Online</a></li>


</ul>

</li>

</ul>

</li>



<li><a class="navtab" href="search.php?do=getnew&amp;contenttype=vBForum_Post">What's New?</a></li>


</ul>


<div id="globalsearch" class="globalsearch">
<form action="search.php?do=process" method="post" id="navbar_search" class="navbar_search">

<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="1260208211-f0a4050e0ac15d451a324e30a8198a4ee9590d2a" />
<input type="hidden" name="do" value="process" />
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" /></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="images/buttons/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" /></span></span>
</form>
<ul class="navbar_advanced_search">
<li><a href="search.php">Advanced Search</a></li>

</ul>
</div>

</div>
</div>

<div class="breadcrumbcontainer">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php" ><img src="images/misc/navbit-home.png" alt="Home" /></a></li>



<li class="navbit lastnavbit"><span>Telefon Rehberi</span></li>


</ul>
<hr />
</div>
</div>








<!-- sayfalama telefon ekle alanı ?st -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="top">
<td class="smallfont"><a href="telefon_rehberi.php?tel=1#r" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> Yeni Telefon Ekle</span></a></td>
<td align="right"><form action="telefon_rehberi.php" method="get" class="pagination popupmenu nohovermenu">

<input type="hidden" name="id" value="0" /><input type="hidden" name="harf" value="" /><input type="hidden" name="siralama" value="" /><input type="hidden" name="soyadi" value="" /><input type="hidden" name="adi" value="" /><input type="hidden" name="cep" value="" /><input type="hidden" name="ev" value="" /><input type="hidden" name="is" value="" />
<dl>
<dt><span><a href="javascript://" class="popupctrl">Page 1 of 3</a></span></dt>
<dd>






<a href="javascript://" class="selected" title="Results 1 to 40 of 116">1</a> <span><a href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=&amp;page=2" title="Show results 41 to 80 of 116">2</a></span> <span><a href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=&amp;page=3" title="Show results 81 to 116 of 116">3</a></span>




<span class="prev_next"><a rel="next" href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=" title="Next Page - Results 41 to 80 of 116"><img src="images/pagination/next.png" alt="Next" /> </a></span>




<span class="first_last"><a href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=&amp;page=3" title="Last Page - Results 81 to 116 of 116">Last<img src="images/pagination/last.png" alt="Last" /></a></span>

</dd>
</dl>
<ul class="popupbody popuphover">
<li class="formsubmit jumptopage"><label>Jump to page: <input type="text" name="page" size="4" /></label> <input type="submit" class="button" value="Go" /></li>
</ul>
</form> </td>

</tr>
</table>
<!-- / sayfalama telefon ekle alanı ?st -->























<!-- sayfalama telefon ekle alanı alt -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td class="smallfont"><a href="telefon_rehberi.php?tel=1#r" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> Yeni Telefon Ekle</span></a></td>
<td align="right"><form action="telefon_rehberi.php" method="get" class="pagination popupmenu nohovermenu">
<input type="hidden" name="id" value="0" /><input type="hidden" name="harf" value="" /><input type="hidden" name="siralama" value="" /><input type="hidden" name="soyadi" value="" /><input type="hidden" name="adi" value="" /><input type="hidden" name="cep" value="" /><input type="hidden" name="ev" value="" /><input type="hidden" name="is" value="" />
<dl>
<dt><span><a href="javascript://" class="popupctrl">Page 1 of 3</a></span></dt>
<dd>







<a href="javascript://" class="selected" title="Results 1 to 40 of 116">1</a> <span><a href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=&amp;page=2" title="Show results 41 to 80 of 116">2</a></span> <span><a href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=&amp;page=3" title="Show results 81 to 116 of 116">3</a></span>




<span class="prev_next"><a rel="next" href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=" title="Next Page - Results 41 to 80 of 116"><img src="images/pagination/next.png" alt="Next" /> </a></span>



<span class="first_last"><a href="telefon_rehberi.php?id=0&amp;harf=&amp;siralama=&amp;soyadi=&amp;a di=&amp;cep=&amp;ev=&amp;is=&amp;page=3" title="Last Page - Results 81 to 116 of 116">Last<img src="images/pagination/last.png" alt="Last" /></a></span>

</dd>
</dl>
<ul class="popupbody popuphover">

<li class="formsubmit jumptopage"><label>Jump to page: <input type="text" name="page" size="4" /></label> <input type="submit" class="button" value="Go" /></li>
</ul>
</form> </td>
</tr>
</table>
<!-- / sayfalama telefon ekle alanı alt -->




<div class="footercontainer">
<div class="footercontainer2">
<div id="footer" class="floatcontainer footer">

<form action="index.php" method="get" id="footer_select" class="footer_select">



<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="Quick Style Chooser">
<option value="1" class="" selected="selected">-- Default Style</option>
</optgroup>
</select>



<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="Quick Language Chooser">
<option value="1" class="" selected="selected">-- English (US)</option> <option value="2" class="" >-- Turkish (TR)</option>
</optgroup>

</select>

</form>

<ul id="footer_links" class="footer_links">
<li><a href="sendmessage.php" rel="nofollow" accesskey="9">Contact Us</a></li>
<li><a href="http://127.0.0.1/vBulletin-4-0-forum">XXXX Forum</a></li>
<li><a href="admincp/index.php">Admin</a></li>
<li><a href="modcp/index.php">Mod</a></li>

<li><a href="archive/index.php">Archive</a></li>



<li><a href="telefon_rehberi.php#top" onclick="document.location.hash='top'; return false;">Top</a></li>
</ul>




<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
</div>
</div>
</div>
<div class="below_body">
<div id="footer_time" class="shade footer_time">All times are GMT +2. The time now is <span class="time">19:50</span>.</div>

<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
Powered by <a href="http://www.vbulletin.com" id="vbulletinlink">vBulletin&trade;</a> Version 4.0.0 Beta 5 <br />Copyright &copy; 2009 vBulletin Solutions, Inc. All rights reserved.
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->

<img src="http://127.0.0.1/vBulletin-4-0-forum/cron.php?rand=1260208211" alt="" width="1" height="1" border="0" />
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->

</div>


</div>
</body>
</html>



The same problem
107269


I think that these problems!
<link rel="stylesheet" type="text/css" href="css.php?styleid=1&amp;langid=1&amp;d=1260207740&amp;sheet=vbul letin.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" />

Lynne
12-07-2009, 04:56 PM
Add this to your page:
<style>
form.pagination {float:right;}
</style>

Adem GEN?
12-07-2009, 05:42 PM
Add this to your page:
<style>
form.pagination {float:right;}
</style>


Thank you very very very much
You have perfect :up::up:
:D:D
107271

Lynne
12-07-2009, 05:51 PM
Glad you got it how you want it. :)