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)
-   -   WebTemplates 3.5.x: VB Integrated CMS (Content Management System) (https://vborg.vbsupport.ru/showthread.php?t=103076)

tommyxv 12-14-2006 12:30 AM

Why doesn't the version number update? The XML still says 3.5.0. Can i just change it? Maybe he will update it to reflect the current version.

Mike54 12-17-2006 12:34 AM

I only wish I had an excuse for not using this one before now.

StOOOsH 12-17-2006 04:20 AM

im trying to use a RSS reader with this mod to show movie times, but i cant get it to work, its not reading the reader (pun? lol)

any help would be appreciated

Logician 12-17-2006 09:15 AM

Quote:

Originally Posted by Nick0r (Post 1126797)
Does anyone know if there is a way to disable the Display Page Browsers permanently on every template (as to save one query per page) without going through them manually?

Edit view.php, find line:

PHP Code:

if ($WT['showbrowsers']) 

replace it as:
PHP Code:

if ($WT['showbrowsers'] AND 1==0


Logician 12-17-2006 09:16 AM

Quote:

Originally Posted by Ohiosweetheart (Post 1133213)
QUESTION:

I created a webpage using the html parsing method and 2 column theme.

Is there a way to edit the left hand column? Rather than having stats in it, I'd like to place some other info there.

What would be the method of doing this?

Thank you!

You can edit theme "Two Column Theme"

Logician 12-17-2006 09:18 AM

Quote:

Originally Posted by tommyxv (Post 1138161)
Why doesn't the version number update? The XML still says 3.5.0. Can i just change it? Maybe he will update it to reflect the current version.

Have you uploaded new versions /includes/wt_include.php to the server?

Mark41 12-21-2006 01:02 AM

Edit - Found my problem and solved it - but still wanted to thank Logician. So...

Thank you so much for making this! My whole website is made just of your WebTemplates!

http://www.designersource.org/

:)

PoetJA-1975 12-21-2006 05:44 AM

Thanx very much LOGICIAN - Just the modification I was looking for:
http://jpicforum.info/view.php?pg=shopjpic
Very nice work ;)

Jacquii.

Mark41 12-21-2006 01:52 PM

You know, I did do something incorrectly. It doesn't update, I think I am using the wrong variables or something.

I want to select the latest posts in the forum but this returns the latest threads. Any help?

Code:

SELECT thread.threadid AS threadid, thread.title AS title, thread.postusername AS postusername, thread.postuserid AS postuserid, thread.dateline AS dateline, forum.title AS ftitle
FROM thread LEFT JOIN forum ON thread.forumid= forum.forumid
WHERE thread.sticky=0 AND thread.visible=1
ORDER BY dateline DESC
LIMIT 10

and

Code:

<tr align="center">
 <td class="$alternate" align="left" WIDTH="35%" VALIGN="TOP"><div class="smallfont"><a href='showthread.php?$session[sessionurl]t=$WQfield[forumid]'>$WQfield[ftitle]</a></div></td>
 <td class="$alternate" align="left" WIDTH="35%" VALIGN="TOP"><div class="smallfont"><a href='showthread.php?$session[sessionurl]t=$WQfield[threadid]'>$WQfield[title]</a></div></td>
 <td class="$alternate" WIDTH="15%" VALIGN="TOP"><div class="smallfont"><a href='member.php?$session[sessionurl]u=$WQfield[postuserid]'>$WQfield[postusername]</a></div></td>
 <td class="$alternate" WIDTH="15%" VALIGN="TOP"><div style="font-size: 8pt; line-height: 10px;">$WQfield[dateline]</div></td>
</tr>

Thanks in advance!

Mark41 12-22-2006 01:14 AM

Sorry for the double post, but now I'm just confused. Can anybody make this? I'm nearly beside myself.

I'd like it to be four things. The name of the forum the post is in with a link to the forum (like it is on my homepage). The name of the thread linking to the newest post. The name of the poster linked to them. The date the latest post was made.

Currently on my front page, it lists it as the latest threads created, not posts made. Can anyone help with this?


All times are GMT. The time now is 04:22 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.01875 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (3)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