vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Os Portal (https://vborg.vbsupport.ru/showthread.php?t=141014)

neopet001 11-17-2007 10:59 PM

How can I add multi pages , like vba ? I really like your portal than vba cause it shows even [img] and threads' contents

RaistliN 11-28-2007 09:14 PM

hocam eline sağlık s?per olmuş...
Birde bunda zoints seo linklerini aktif etme olayını ??zebilirsek s?per olur.B?yle bir şansımız varmı?

Sorry i don't speak engilish :)

D&Y 12-04-2007 03:39 PM

I Find Two Mistake At This Mod.

Search in 'portal.php'

Code:

$basla = substr_count($haber['message'], '<div');
I Think it is no '<div' it is '<div>'

Code:

$basla = substr_count($haber['message'], '<font');
I Think it is no '<font' it is '<font>'

It's Possible That Not Mistake

xcingix 12-05-2007 10:07 AM

there is no way to have this as the index.php in my root folder?
How would I configure that?

HazardGaming 12-06-2007 08:00 PM

Quote:

Originally Posted by xcingix (Post 1395427)
there is no way to have this as the index.php in my root folder?
How would I configure that?

Create an index.html in the main directory that index.php is in, then put this in it:

Code:

<HTML>
<HEAD>
<TITLE>Forum Name Here</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="0;URL=http://www.domain.com/portal.php">
</HEAD>
<BODY>
</BODY>
</HTML>

Replace what needs to be replaced. It should redirect to the portal first, then if you click on anything in the forums it will go directly to the forums instead. :)

gbml4u 01-04-2008 04:55 PM

<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=70413&d=1191018902" target="_blank">https://vborg.vbsupport.ru/attac...3&d=1191018902</a>

I install this but I cannot find position left 2 3 and and right 1 2....
Only see select "none" and "position left 1"

can anyone help me to fix this ?

thanks!

Sofia 01-12-2008 04:01 PM

Thank you Atakan !!

Beautiful portal ;)

However, i've a problem when i want to display avatar poster for news (Portal Extra) :

avatars don't display, so I do it :

To fix avatar problem in the news :

In the XML,

find :

HTML Code:

    $haber[dateposted] - <phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$haber[postuserid]" 2="$haber[postusername]">$vbphrase[by_x]</phrase>
Replace by :

HTML Code:

<if condition="$vboptions[osportal_news_avatar]"><img src="image.php?u=$haber[postuserid]"></if> $haber[dateposted] - <phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$haber[postuserid]" 2="$haber[postusername]">$vbphrase[by_x]</phrase>
:)

Sofia 01-13-2008 12:09 PM

To fix thread icon problem in the news :

In portal . php,
find :


PHP Code:

$haberal $db->query_read("
                    SELECT thread.threadid, post.title, thread.replycount, postusername, "
.
            
"postuserid, thread.dateline AS postdateline, thread.lastpostid, thread.lastposter, ".
             
"thread.lastpost, IF(views<=thread.replycount, thread.replycount+1, views) AS views, ".
            
"thread.forumid, post.postid, pagetext, allowsmilie FROM " TABLE_PREFIX "thread AS thread
                    LEFT JOIN " 
TABLE_PREFIX "post AS post ON (post.postid = thread.firstpostid)
                    WHERE thread.visible = 1 
$iptalforum_query ORDER BY thread.dateline DESC LIMIT 0,$news_limit"); 



Replace by :


PHP Code:

$haberal $db->query_read("
                    SELECT thread.threadid, post.title, thread.replycount, postusername, "
.
            
"postuserid, thread.dateline AS postdateline, thread.lastpostid, thread.lastposter, ".
        
"icon.title AS icontitle, icon.iconpath, ".
            
"thread.lastpost, IF(views<=thread.replycount, thread.replycount+1, views) AS views, ".
            
"thread.forumid, post.postid, pagetext, allowsmilie FROM " TABLE_PREFIX "thread AS thread
                    LEFT JOIN " 
TABLE_PREFIX "post AS post ON (post.postid = thread.firstpostid)
                    LEFT JOIN " 
TABLE_PREFIX "icon AS icon ON(icon.iconid = post.iconid)
                    WHERE thread.visible = 1 
$iptalforum_query ORDER BY thread.dateline DESC LIMIT 0,$news_limit"); 



In the XML ,
find :


HTML Code:

<a href="$vboptions[bburl]/showthread.php?t=$haberbitno">$haber[title]</a></td>

Replace by :


HTML Code:

<if condition="$vboptions[osportal_news_icon]"><img class="inlineimg" src="$haber[iconpath]" alt="$haber[icontitle]" border="0" /> </if><a href="$vboptions[bburl]/showthread.php?t=$haberbitno">$haber[title]</a></td>

Sofia 01-13-2008 12:13 PM

Sometimes, the date of the news appear with "%".

To fix date problem in the news :

In portal.php, find :


HTML Code:

$haber['dateposted'] = vbdate($vbulletin->options['dateformat'], $haber['postdateline'], '', '');


Replace by :


HTML Code:

$haber['dateposted'] = vbdate($vbulletin->options['dateformat'], $haber['postdateline']);

Sofia 01-13-2008 09:44 PM

For addon Members who have visited Today, options don't appear in Extra.

To fix options problem :

In the XML,

find :

HTML Code:

<settinggroup name="onoff" displayorder="10">

Replace by :


HTML Code:

<settinggroup name="osportal_extra" displayorder="10">


All times are GMT. The time now is 06:06 AM.

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.01264 seconds
  • Memory Usage 1,759KB
  • 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
  • (3)bbcode_code_printable
  • (8)bbcode_html_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete