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)
-   -   Portal Software - SmEdD's Portal (https://vborg.vbsupport.ru/showthread.php?t=123501)

SmEdD 08-08-2006 10:00 PM

SmEdD's Portal
 
Ok I did this in a few hours since I get asked so much about my scripts on other sites so don't expect much. It is a very lite portal but can be easily expanded and customized to your likings!

Sorry if you are expecting the normal rich feature portal, I just don't have the time to make one.

Maybe in the future I will have some more time to spend on this and make it better :)

Kaezul 08-09-2006 02:36 PM

How about a screenshot? ;)

SmEdD 08-09-2006 02:46 PM

Quote:

Originally Posted by Kaezul
How about a screenshot? ;)

Nothing fancy, just a script for news and some sidebars with the default template.

These sites have the same script running them other then I removed the right bar additions (POTD, Featured Item, Global News and File Downloads) to the code and made it a bit more user friendly.

http://www.totalbf2142.com/
http://www.totalbf2.com/

This site http://www.teamati.com is running the same script just modded for their site :)

So in the end a screenshot only shows my imagination and not yours, this is just the base script for your home page.

dunglantq 08-09-2006 03:14 PM

This site http://www.teamati.com is running the same script just modded for their site

Quote:

There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.
....?

Kaleem 08-09-2006 04:30 PM

awsome looks will check it out

Kaezul 08-09-2006 06:35 PM

Looks pretty nice. I think I'll go ahead and check it out.

gscimbom 08-09-2006 10:58 PM

Looks nice. I'll check it.

jaysonx 08-09-2006 11:04 PM

Sweet! Thanks for posting. :D

Lalib 08-09-2006 11:13 PM

what is this? :surprised: where is it demo:hurt:

jaysonx 08-09-2006 11:20 PM

Quote:

Originally Posted by Lalib
what is this? :surprised: where is it demo:hurt:

It is a very simple plugin that pretty much posts news from your forums onto an external HTML (welcome) page. Think of it as a no frills portal page - which is what I have been looking for some time.

jaysonx 08-09-2006 11:22 PM

Ran into my first issue when trying to install, when I go into the plugin system (using vBulletin 3.6.0), it says "This file appears to be a Product, not a Plugin. Please use Manage Products to add this file."

I then added it as a product but nothing is showing up in my vBulletin options. Do I need to add a product dependency or anything? I am kinda new to this plugin stuff.

jaysonx 08-09-2006 11:25 PM

Nevermind, I did not name the product correctly - it must be named the same as the filename.

byrom 08-10-2006 12:38 AM

can i use this on 3.5.4?

SmEdD 08-10-2006 12:40 AM

Quote:

Originally Posted by byrom
can i use this on 3.5.4?

No, I may port it to 3.5.x as it is pretty much the same code.

byrom 08-10-2006 12:42 AM

because when i try to import the product it give an error, can you arrange this to functiom om 3.5.4?

Ntfu2 08-10-2006 12:46 AM

Awesome, i'd love to see this take off and users contribute to it, as it seems the other portal solution is slowly dying off

jaysonx 08-10-2006 01:18 AM

Is there a way to force update the news? I noticed that if you edit a post it does not automatically update, only when a new news item is posted.

Mucho kudos on this BTW. It works very similar to the setup that InvisionBoard has for handling news.

Oddjob 08-10-2006 01:51 AM

Quote:

Originally Posted by jaysonx
Is there a way to force update the news? I noticed that if you edit a post it does not automatically update, only when a new news item is posted.

Mucho kudos on this BTW. It works very similar to the setup that InvisionBoard has for handling news.

I have a similar question....

When you delete a thread from the forum it feeds off of, the post still stays in the portal.

How do i get rid of it?

SmEdD 08-10-2006 05:32 AM

Quote:

Originally Posted by jaysonx
Is there a way to force update the news? I noticed that if you edit a post it does not automatically update, only when a new news item is posted.

You can run the cron script called News Cache. This was a trade off to make this script to use very little load. I may make it so deleted threads and edited threads will update it also if it isn't to much work.

Otherwise it will update when a new thread is posted or at 15 past or 15 to the hour.

Quote:

Originally Posted by Ntfu2
Awesome, i'd love to see this take off and users contribute to it, as it seems the other portal solution is slowly dying off

So would I. I always had people ask me what I use for a news script and could only tell them it was home made and I couldn't point them in any direction to one for them to use as they are all paid now . . . If anyone wants to make additions please pos them here and I will add them in my files download list so people may use them.


Quote:

Originally Posted by jaysonx
Mucho kudos on this BTW. It works very similar to the setup that InvisionBoard has for handling news.

Hmm never knew that, never played with IB . . .

Craigex 08-10-2006 07:17 PM

I've installed this hack but when I try putting $navbar in the the header or index, it doesn't appear. Where would I put it?

EDIT; Doesn't seem to work anywhere.....

SuperFly 08-11-2006 03:28 AM

<a href="http://www.biohazardentertainment.net/" target="_blank">http://www.biohazardentertainment.net/</a>

basic demo

SmEdD 08-11-2006 08:08 AM

Quote:

Originally Posted by Craigex
I've installed this hack but when I try putting $navbar in the the header or index, it doesn't appear. Where would I put it?

EDIT; Doesn't seem to work anywhere.....

Sorry bout that I forgot to add in the option, so until my next build do this.

In index.php find:
PHP Code:

eval('print_output("' fetch_template('smedd_index') . '");'); 

Add above it:
PHP Code:

eval('$navbar = "' fetch_template('navbar') . '";'); 

Then you can add the $navbar call to the index template.

Craigex 08-11-2006 08:17 AM

Quote:

Originally Posted by SmEdD
Sorry bout that I forgot to add in the option, so until my next build do this.

In index.php find:
PHP Code:

eval('print_output("' fetch_template('smedd_index') . '");'); 

Add above it:
PHP Code:

eval('$navbar = "' fetch_template('navbar') . '";'); 

Then you can add the $navbar call to the index template.

Thanks, that worked! :D Also;

What would I put to add the newest poll to it? Like on the vbAdvanced one.

SmEdD 08-11-2006 09:07 AM

Quote:

Originally Posted by Craigex
Thanks, that worked! :D Also;

What would I put to add the newest poll to it? Like on the vbAdvanced one.

That's a lot more complex, I may put this in for a furture version or someone may do their own code here and release it.

louis_chypher 08-11-2006 01:59 PM

Hey SmEdD. Great WORK!

Thanks for a simple portal that works!.

Allan 08-11-2006 02:48 PM

Very cool, congrats ;)

[high]* Allan Click Install[/high]

BeaLzeBuB 08-11-2006 03:39 PM

thanks.

this is very simple but very usefull

my favorite portal

www.gime.com demo here :D

thanks

BeaLzeBuB 08-11-2006 03:47 PM

Sticky threads shown on homepage. How we disable this?

chickendippers 08-13-2006 02:46 PM

A great script, just what I was looking for - installed on CnCWorld

Just one feature request; the ability to have the poster's name in the news post.

Allan 08-13-2006 03:05 PM

File Attach, French Language ;)

jaysonx 08-13-2006 08:20 PM

Quote:

Originally Posted by chickendippers
A great script, just what I was looking for - installed on CnCWorld

Just one feature request; the ability to have the poster's name in the news post.

Great looking implementation!

edit: just needs "Act On Instinct" as the site soundtrack. :)

SmEdD 08-14-2006 04:54 PM

Quote:

Originally Posted by BeaLzeBuB
Sticky threads shown on homepage. How we disable this?

Find and Remove this from newscache.php (line 36)
PHP Code:

thread.sticky DESC

Quote:

Originally Posted by chickendippers
A great script, just what I was looking for - installed on CnCWorld

Just one feature request; the ability to have the poster's name in the news post.

Umm I will add this to my todo list when ever I get a chance to doing it :P

ProAlbatross 08-15-2006 12:21 PM

so sweet, thanks for share, bro, check it out

creativepart 08-15-2006 02:37 PM

Here's another vote for making this work on 3.5.4.

Thanks
Paul Green

Aclikyano 08-15-2006 08:19 PM

right now... I have www.mysite.com/forum (as the homepage) I dont want it like this
(and)
www.mysite.com/forum/forum.php as my FORUM PAGE!
I want www.mysite.com to be the HOMEPAGE (with this code u made)

and www.mysite.com/forums (to be my FORUM PAGE.... again)


help?

bklynjava 08-15-2006 09:33 PM

How do I edit the template to match my styles?

btw excellent work =)

SmEdD 08-15-2006 11:10 PM

Quote:

Originally Posted by Aclikyano
right now... I have www.mysite.com/forum (as the homepage) I dont want it like this
(and)
www.mysite.com/forum/forum.php as my FORUM PAGE!
I want www.mysite.com to be the HOMEPAGE (with this code u made)

and www.mysite.com/forums (to be my FORUM PAGE.... again)


help?

It describes it vaugly in the setup file, look at the note. The problem is there are many templates that you will need to edit like headerinclude to include the forum path.

Right now I don't support this so I won't say much more then that.

Quote:

Originally Posted by bklynjava
How do I edit the template to match my styles?

btw excellent work =)

Just edit the SmEdD's Portal Templates to how you want them.

bklynjava 08-15-2006 11:46 PM

All I have is the SmEdD's Portal settings in vboptions I have no SmEdD's Portal Templates.

Where do I find the template (ie) my style templates are in Styles & Templates.

bklynjava 08-16-2006 12:53 AM

Ok I got it... =)

phpdevrus 09-07-2006 07:17 PM

am i missing something or is there meant to be a page.php included with the files?

a little slow today.


All times are GMT. The time now is 05:31 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.01847 seconds
  • Memory Usage 1,824KB
  • 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
  • (5)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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