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)
-   -   Add-On Releases - vbRosterMaster (https://vborg.vbsupport.ru/showthread.php?t=149275)

SuprSurfr 07-01-2007 04:14 PM

Well sorry for the confusion...

It appears that after I changed the PHP.ini to allow short tags, I uninstalled the product reinstalled and the tables were then created in the DB. Problem solved.

Thanks!

pedigree 07-02-2007 07:51 AM

Good, I was scratching my head for a minute there until I woke up this morning and though "oh, short tags". What Ill do in the next version is replace all the short tags with <?php long tags.

Did you click installed??? :)

Ev!L ErN!E 07-21-2007 12:24 AM

how can I change the color of the cell padding? I would like it darker

pedigree 07-21-2007 10:27 AM

Can you post a screenshot of the area as an example? The cell padding is all taken from your skin style but it can be editted in the PHP file or template. PM me your URL and I can have a look

Ev!L ErN!E 07-22-2007 07:12 PM

Quote:

Originally Posted by pedigree (Post 1297290)
Can you post a screenshot of the area as an example? The cell padding is all taken from your skin style but it can be editted in the PHP file or template. PM me your URL and I can have a look

I'll post a pic....

http://img517.imageshack.us/img517/2483/image2bt8.jpg
I want to change the white bars, to something darker to match my style.

also I noticed the roster page wasn't updating, so I ran it under scheduled tasks and got this error:

Quote:

Fatal error: Call to undefined function: sql_query() in forums/includes/cron/rostermaster_import.php on line 760

pedigree 07-23-2007 05:17 PM

Yeah, I found that one. Edit the PHP file and, on line 760, change sql_query to just query. Ive uploaded the fix for that just now

Ill dig around in the mod tonight for you.

pedigree 07-23-2007 06:40 PM

Two ways of doing it, both in the same template

Edit template RosterMaster / rostermaster

search for

HTML Code:

<table class="tborder" style="border-collapse:collapse" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="1" width="100%" align="center">
#1 Remove borders

Change the
HTML Code:

border="1"
to
HTML Code:

border="0"
#2 - Edit the style for the table

Change

HTML Code:

style="border-collapse:collapse"
HTML Code:

style="border-collapse:collapse;  border-color: black;"

Ev!L ErN!E 07-23-2007 11:28 PM

Quote:

Originally Posted by pedigree (Post 1299367)
Yeah, I found that one. Edit the PHP file and, on line 760, change sql_query to just query. Ive uploaded the fix for that just now

Ill dig around in the mod tonight for you.

that worked perfect, thank you.... I'll work on those edits later tonight and report back. Thank you for your help.

EDIT***

Ok I just tried to change the border color, and its not working... I tried "black" and "#000000" but it still stays white =\

Jargs 07-25-2007 11:59 AM

uhh no files uploaded?

pedigree 07-25-2007 02:27 PM

its in the zip file in the first post of the thread. Its the includes/cron file.


All times are GMT. The time now is 08: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.01918 seconds
  • Memory Usage 1,746KB
  • 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_html_printable
  • (3)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