vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   New Posting Features - Adding RSS and other options to Forum home page. (https://vborg.vbsupport.ru/showthread.php?t=226808)

merkaz 11-09-2009 12:14 PM

This is really nice .

Thank you .

KID_1194 11-10-2009 02:20 AM

Quote:

Originally Posted by CoronasRGood (Post 1908834)
Something I have been looking for. Great job, installed and nominated.

Thanx a lot. Its a great honour for me .. :)

KID_1194 11-10-2009 02:44 AM

1 Attachment(s)
Quote:

Originally Posted by NNJJ (Post 1909873)
can i have the pictures as attachment please; its saved as .bmp

These are the icons in BMP format ... but you also have to change the format in the code.

Just search for the img src for each icon
eg:
PHP Code:

<img src="$stylevar[imgdir_misc]/newthread.png" 

and change the format like this
PHP Code:

<img src="$stylevar[imgdir_misc]/newthread.bmp" 

or to make it easy for you just search for
PHP Code:

png 

and replace it with
PHP Code:

bmp 

Best regards

KID_1194 11-10-2009 02:46 AM

Quote:

Originally Posted by merkaz (Post 1911955)
This is really nice .

Thank you .

You are welcome ... anytime !

Don't forget to click on installed ......

Ghostt 11-11-2009 12:54 PM

i have an upgrade idea for this mod. if every forum has an rss and so its too mutch!!

how to ad the rss only at the categories?

EXAMPLE:

--------CATEGORIE1--->RSS--
----forum1
----forum2
----forum3

--------CATEGORIE2--->RSS--
----forum1
----forum2
----forum3
----forum4

KID_1194 11-12-2009 05:29 AM

Quote:

Originally Posted by Ghostt (Post 1912703)
i have an upgrade idea for this mod. if every forum has an rss and so its too mutch!!

how to ad the rss only at the categories?


EXAMPLE:

--------CATEGORIE1--->RSS--
----forum1
----forum2
----forum3

--------CATEGORIE2--->RSS--
----forum1
----forum2
----forum3
----forum4


nice idea .. but do u mean creating a category for the rss feed only ..?

Best regards

Ghostt 11-12-2009 10:39 AM

another example:

--------SUPPORT (Category)-----https://vborg.vbsupport.ru/external/2009/11/21.png --
----forum1
----forum2
----forum3

--------TALK (Category)-----https://vborg.vbsupport.ru/external/2009/11/21.png--
----forum1
----forum2
----forum3
----forum4

the category rss https://vborg.vbsupport.ru/external/2009/11/21.png =so for the forum 1-4 is an link to the feed like:

HTML Code:

http://www.vbulletin-germany.com/forum/external.php?forumids=119,120,121,117
(you have to input your forum IDs in the link ,to get category rss link)

KID_1194 11-13-2009 09:51 AM

ok .. I got it ..

I will try to make it .. but I don't think its going to be a code modification ...

Its going to be an add-on ...

Best regards

Ghostt 11-13-2009 06:17 PM

wow i am realy curious to see it in action :D
This will be a memorable upgrade for this mod!

Quote:

Originally Posted by KID_1194 (Post 1913475)
ok .. I got it ..

I will try to make it .. but I don't think its going to be a code modification ...

Its going to be an add-on ...


Best regards


KID_1194 11-14-2009 04:35 AM

Yup .. and I'm so excited about it ..

but the problem is they way to do it .. I'm a bit lost ..

I have to write a plugin that will gather all the id's of the forums that has the same option number form the database .. and on the top of that .. there should be some manual editing !!

If any has some ideas .. please share it.

I think any of the coders can help .. or any of vBulletin team ..!

Best regards


All times are GMT. The time now is 03:23 PM.

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.02711 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_html_printable
  • (4)bbcode_php_printable
  • (5)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