vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Profile Enhancements - Twitter Updates in Members Profile (https://vborg.vbsupport.ru/showthread.php?t=265541)

ProFifaLeagues 06-22-2011 02:16 PM

How often will it check for updates or will it happen auto everytime you update on twitter ?

Great mod thanks

Gemma 06-22-2011 02:28 PM

Updates are in real-time

ProFifaLeagues 06-22-2011 02:33 PM

Cheers Gemma

Mr_Running 06-22-2011 04:33 PM

Hi Gemma

Received error for additional CSS

Code:

The following error occurred when attempting to evaluate this template:
Unclosed Curly Brace Expression
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


Gemma 06-22-2011 04:56 PM

Quote:

Originally Posted by Mr_Running (Post 2211388)
Hi Gemma

Received error for additional CSS

Code:

The following error occurred when attempting to evaluate this template:
Unclosed Curly Brace Expression
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


When adding to the additional.css? There isn't any conditional statements in the css :erm:

Mr_Running 06-22-2011 05:02 PM

Quote:

Originally Posted by Gemma (Post 2211400)
When adding to the additional.css? There isn't any conditional statements in the css :erm:

Yes that's what I thought vB strikes again...strange!

Edit: Okay so when I wanted to change something in the additional.css I reverted the additional.css template and inputted my change. If I didn't the error in my previous post came up...again strange!

For those who do not have a wide screen or style.
I changed this:
Code:

div#twitter {
        width: 900px;0.81em;

Code:

div#twitter {
        width: 600px;0.81em;


ProFifaLeagues 06-22-2011 06:16 PM

Works Superb on 4.1.3 thanks Gemma :)

Gemma 06-23-2011 12:05 AM

Quote:

Originally Posted by rammieone (Post 2211433)
Works Superb on 4.1.3

Thanks for confirming :)

CharlieDelta 06-23-2011 12:08 AM

Quote:

Originally Posted by Mr_Running (Post 2211388)
Hi Gemma

Received error for additional CSS

Code:

The following error occurred when attempting to evaluate this template:
Unclosed Curly Brace Expression
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


Same here.

Gemma 06-23-2011 12:15 AM

Try this

Code:

#twitter {
        width: 900px;0.81em;
        border: 0px solid #888;
}
#twitter_update_list {
        margin: 0;
        padding: 0 0.5em 0.5em 0.5em;
        list-style-type: none;
}
#twitter_update_list li {
        margin: 0;
        padding: 0.5em 0 0.5em 0;
        border-bottom: 0.5px solid #ccc;
}
#twitter_update_list li a {
        /* timestamp link */
        color: #f00;
}
#twitter_update_list li span {
        display: block;
}
#twitter_update_list li span a {
        /* links in tweet */
        color: #00f;
}
#twitter_update_list li.firstTweet {
}
#twitter_update_list li.lastTweet {
        border-bottom: none;
}



All times are GMT. The time now is 04:24 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.01129 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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