The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Os Portal Details »» | |||||||||||||||||||||||||
What is OS Portal? As lot of people ask me that they want to use my portals, I strated to work on it and make the investigation. So I decided to make something like Vbonjour plugin and vbadvanced plugins block come together and I establish OS PORTAL "On Sayfa Portal" I try to do my best to make it as much as simple and modular with less or maybe no errors. What comes with Os Pertal? There are 8 plugins in the OS Portal Portal Menu: You can prepare your own Admin panel menu. Login: You can close the navbar or leave it as it is but the guests can put an area showing the inf of the users such as pm's log in details. Online users: Who is online block? You can show some details such as online users, total thread and message numbers, number of registered users etc. Welcome to: You can put any text in htm format here form the admin panel. LAtest Threads : You can show the latest threads and show it how mucy you want by the number of lines? Caledar: A small calender on the forum Top Poster: Users with big number of messages can be shown. Newest members: The list of the newest members. You can decide the number to show. How to install? After you download it portal.php ==> www.domain.com/forum/ or www.domain.com/ inside portal.php edit to suit your forum. chdir ("/home/domain/public_html/forum/"); hooks_osportal.xml ==> forum/includes/xml/ cpnav_osportal.xml ==> forum/includes/xml/ Products ==> Plugins & Products ==> Manage Products ==> [Add/Import Product] Support Given For Who Clicked Install {ONLY} Show Your Support
|
Comments |
#72
|
|||
|
|||
How can I add multi pages , like vba ? I really like your portal than vba cause it shows even [img] and threads' contents
|
#73
|
|||
|
|||
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 |
#74
|
||||
|
||||
I Find Two Mistake At This Mod.
Search in 'portal.php' Code:
$basla = substr_count($haber['message'], '<div'); Code:
$basla = substr_count($haber['message'], '<font'); It's Possible That Not Mistake |
#75
|
||||
|
||||
there is no way to have this as the index.php in my root folder?
How would I configure that? |
#76
|
|||
|
|||
Quote:
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> |
#77
|
|||
|
|||
<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! |
#78
|
|||
|
|||
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> 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> |
#79
|
|||
|
|||
To fix thread icon problem in the news :
In portal . php, find : PHP Code:
Replace by : PHP Code:
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> |
#80
|
|||
|
|||
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']); |
#81
|
|||
|
|||
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">
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|