vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   AboutToday - Bring RSS Feeds and Daily Events to Your Site! (https://vborg.vbsupport.ru/showthread.php?t=107319)

CyberRanger 08-30-2006 12:20 PM

Quote:

Originally Posted by Mysticales
Which left one issue tho... seems when I did "Force Update" now, it redirects it to a bad url does a /./abouttoday.php

Which that part I can fix if I rename all the ./abouttoday.php in the file to remove the ./

I think you can safely remove the ./ if that is causing a problem. I haven't tested it yet but I don't think it's necessary.

venomx 09-03-2006 01:14 AM

Will you port this to vb 3.6?

Ascor 09-03-2006 04:55 AM

i have it just installed in 3.6, i use only the rss feed to let people choice creat new thread or not and all work nice !
Thank you westpointer for this great work :)

Puck 24/7 09-03-2006 05:43 AM

Quote:

Originally Posted by venomx
Will you port this to vb 3.6?

It already works with 3.6.

Nuguru 09-04-2006 07:44 AM

Quote:

Originally Posted by Nuguru
Hello Westpointer,

I was wondering if you were able to come up with a fix on how I can delete a line above the mod so that it is in portion to normal spacing. It basically just seems like <br><br> or something. If you could give me some advice on fixing this issue, I would greatly appreciate it.


Thank You,

Nuguru

Hello Westpointer,

Any luck on how this space can be adjusted? It's just a space, come on, throw me a bone here. It looks horrible.


Thank You,

Nuguru :)

egyptsons 09-05-2006 07:12 PM

great I will try it

CyberRanger 09-05-2006 08:00 PM

Quote:

Originally Posted by Nuguru
Hello Westpointer,

Any luck on how this space can be adjusted? It's just a space, come on, throw me a bone here. It looks horrible.


Thank You,

Nuguru :)

I hope to look at this tomorrow. Unfortunately, what may seem like a simple space thing can be much more complicated.:nervous:

Maagic 09-06-2006 11:50 AM

Is there any way to get these to display horizontally instead of vertically? I got a big block of unused space on the right and center of my forum now and it looks kinda ugly

http://www.so-there.net/uploader/fil...todayspace.JPG

CyberRanger 09-06-2006 01:36 PM

Quote:

Originally Posted by Maagic
Is there any way to get these to display horizontally instead of vertically? I got a big block of unused space on the right and center of my forum now and it looks kinda ugly

I agree! I have a fix in mind for that.

CyberRanger 09-06-2006 01:38 PM

Quote:

Originally Posted by Nuguru
Hello Westpointer,

Any luck on how this space can be adjusted? It's just a space, come on, throw me a bone here. It looks horrible.

Well, it is simple! I really need to get in here and clean up my code some. For now, to fix this until I can release a full update, do this:

In abouttoday.php

FIND (around line 1748):
PHP Code:

$dmain .= "<br /><br /><table width=\"".$stylevar['tablewidth']."\"> 
 <tr align=\"center\"> 
        <td class=\"thead\" width=\"100%\">"
.$dl->titlerss."</td></tr></table>"

REPLACE with (remove the breaks):
PHP Code:

$dmain .= "<table width=\"".$stylevar['tablewidth']."\"> 
 <tr align=\"center\"> 
        <td class=\"thead\" width=\"100%\">"
.$dl->titlerss."</td></tr></table>"

I should have all this in templates and will in the next version.


All times are GMT. The time now is 09:01 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.01894 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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