![]() |
Quote:
http://www.vbulletin.com/forum/showt...ed-in-home-car |
As always I LOVE Webtemplates!
Trying to set up the frontend editor for the first time. But I cannot see an EDIT link at the bottom. The webtemplate has no parent - parse = TEXT - admins (me) and my mods are NOT ticked under disallowed - and I can view it OK - admins (me) and my mods are entered as usegroups to edit - I also added my name as individual user to edit. vBulletin Version 3.6.2 on this site. |
Quote:
|
Quote:
Here's the top of my page / page is set to parse TEXT Excerpt ###################### HOMEWORK RECORD: JAN - APRIL 2011 .................................................. ......... $WT_Editor_link .................................................. ......... ############################ The link shows but if I click it I get 404. |
Quote:
|
Thank you. I will PM you because you need to login as a specific usergroup to see it.
(THis usergroup is listed as Editors) |
Quote:
Please check this out. If your forum url starts with "www.", please make sure it is changed to "http://www." |
Thank you Logician that worked.
Is there no possibility of having colour formatting for the fonts? These shared edit pages for me summarise quite fine grained data so colour would help. A TIP - if you want mods/ selected users to edit only PART of the page I put that part in QUOTE TAGS so it shows up in a box and added a top and bottom line of ### - my forum displays it in a box anyway. Quote:
|
Quote:
You are using a TEXT parsing in that webtemplate so default color bbcode [ color ] should help, shouldn't they? Eg. Mytextcolored |
Quote:
Tags in brackets - bbcode? will be a barrier - they'll find it slow to apply, probably make mistakes, and find it generally unfamiliar. I never noticed the WYSWYG editor on VB doesn't have a font colour button. |
Quote:
It should be off for you. |
Quote:
But I checked and ALL the boxes are ticked in vboptions. I don't see buttons for colour OR size, on that forum of my own, or here. |
Quote:
https://vborg.vbsupport.ru/profile.php?do=editoptions If you still can't see, I'd think it is a browser issue. You can try to use with a different browser. See my screenshot how they look in firefox |
Hello Logician. I have set up a webquery to display a list of members who are in an exclusive secondary usergroup. I want to display their avatars.
Is there a way to get a link to each user's Avatar image using a webquery so I can display it in a webtemplate? I'm using vB 3.8. Thanks. |
Quote:
|
Question.
I have a Logician's Webtemplates Mod template with PHP code embedded in it from another mod and I would like to add the Cyb Chatbox in that custom template page as well. The call to code is "$cybchatbox" I'm willing to pay $25 via paypal gift if someone can send me the code to get this web template working with both included mods. PM me if interested. Thanks a ton guys in advance for your help |
Quote:
If it is a php webtemplate then code can be: echo $cybchatbox; Give it a shot. |
Thanks, the template is a php parses template. I tried your suggestions and it just displayed the text when I viewed the page and not the chatbox
It just displayed: echo ; I also tried just "$cybchatbox" in the template and in the theme itself and no go... Thanks again for the suggestions though, I do appreciate it. |
Quote:
Try to add the line in a PHP part or if you want to keep it where it is try to include it with PHP syntax, ie: <? echo $cybchatbox; ?> |
Can I do this?
HTML Code:
<tr> PHP Code:
Thanks |
Quote:
|
Bummer. Ok, thanks. Still love Webtemplates :)
|
Hi Logician,
I am really liking WebTemplates so far. Anyway to allow comments? Like a simple system comment system like bannalives tournament mod where anyone can leave comments on the pages. Anyway this is a really cool mod and wish you had premium products, would definitely pay for something like this with pro features, you seem like a talented developer and super helpful to noobs in your documentation, which is fantastic for people like me :) Would gladly offer my site to be featured too in the OP if you like. |
I'm having an issue using jQuery in my webtemplates:
the templates are taking the "$"s and converting them to $ in the html output. Any way to stop this from happening? |
Quote:
I don't recommend disabling it but if you should, replacing the line $val = preg_replace( "/\\\$/" , "$" , $val ); as //$val = preg_replace( "/\\\$/" , "$" , $val ); in wt_include.php should take care of it. |
^ Thanks.
I also have a question regarding WebQueries: Inside of: Query Result Row Use $WQfield[fieldname] variables to replace returned fields in your HTML code Is there a way to use conditional statements? I have a webtemplate set up as basically a global "New thread" page - which grabs a list of forumid's / titles and outputs a list of every forum, with every forum name linking to it's respective newthread.php link. What I want to do now is be able to show which forums are empty, but can't figure out how to use a conditional statement to do so... I've tried Code:
<if condition=" $WQfield[lastpostid] == 0">code here</if> Is this just not builtinto the functionality of WebTemplates or am I doing something wrong? thanks :) |
Quote:
You can do what you want by hacking view.php. Find this line: PHP Code:
PHP Code:
|
i have just download and it's works good on my forums
|
I keep getting this on my forum, is there anyway to fix this or maybe disable the visitor log?
Code:
Database error in vBulletin 3.8.7: |
disregard my last post, this was related to the server time being off apparently.
|
<a href="http://healthcommunity.co/view.php?pg=invalid_pg" target="_blank">http://healthcommunity.co/view.php?pg=invalid_pg
</a> I would like to change or delete the 'page visit log' that appears on this page and change the URL. Can this be done? |
Quote:
To delete log, go to log page (URL /editors.php?do=readlogs&pg=WEBTEMPLATE), at the end of page, click "Clear logs for this webtemplate" page. URL to "invalid_pg" webtemplate can not be changed because this is not a regular webtemplate it is an "error page". However you can edit its content to display anything you like in it. |
Can I get the Site navigation on the right side using this? I installed it and like it but a few issues I have
Seems I cant use tables as it pushes all the info to the botom Cant figure out how to get the site navigation block or other blocks on the page Can someone help me please |
Hey Logician - Is there a way to change dateline from displaying the time: "5 Hours Ago - 11:57 PM"
And have it only display ie. "5 Hours Ago" ? |
Quote:
|
Sorry I mean from within a webquery
|
Quote:
But if you want to keep your vb option like that but only change webqueries, you can modify "view.php", find this line: PHP Code:
PHP Code:
http://php.net/manual/en/function.date.php |
Thanks Logician
I tried those edits, however It changed (ie.) 3 days ago - to Y-m-d format. Is there a way to have it simply say "X Days ago" without the time after? |
Quote:
PHP Code:
|
Perfect. I really appreciate it, thanks!
|
All times are GMT. The time now is 09:09 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|