vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Mobile, Cell, Phone, PDA, iPhone Style (https://vborg.vbsupport.ru/showthread.php?t=174375)

jbeam 08-19-2008 02:49 PM

Nope, didn't make a difference. I still do not get links where images should be.

Take a look.
http://thenewx.org/forum/showthread.php?t=11147

dartho 08-19-2008 09:11 PM

You have an image resizer add-on which is interfering with the replacement variables.

If you add a new replacement variable in your Mobile style as follows:
search for: border="0" alt="" onload="NcodeImageResizer.createOn(this);" />
replace with: target="_blank">Image</a>
this might fix it for you

trhoppe 08-20-2008 12:17 PM

Quote:

Originally Posted by dartho (Post 1601958)
@jbeam - it should currently place a link where images should be with the text Image
@holwebs - the only moderator functions are to delete and edit posts/threads

I doubt I'll add more - but out of interest, which mod tasks would you want to see?

dartho, how did you do that exactly?

I couldn't figure out a clean way to do that with the templates, so I had to go into the php and set the image bb code file to drop an image with a class and then a link with a class. On my other template, I've got CSS to hide the text link, and with the iPhone template I display:none the image via CSS.

That seems to work just fine, but I'd love to know if there is a way to do that in templates vs the PHP.

Thanks!
-Tom

jbeam 08-20-2008 02:54 PM

Quote:

Originally Posted by dartho (Post 1602607)
You have an image resizer add-on which is interfering with the replacement variables.

If you add a new replacement variable in your Mobile style as follows:
search for: border="0" alt="" onload="NcodeImageResizer.createOn(this);" />
replace with: target="_blank">Image</a>
this might fix it for you

Excellent! Works great! Thanks for your help.

dartho 08-20-2008 09:52 PM

Quote:

Originally Posted by trhoppe (Post 1603019)
dartho, how did you do that exactly?

I couldn't figure out a clean way to do that with the templates, so I had to go into the php and set the image bb code file to drop an image with a class and then a link with a class. On my other template, I've got CSS to hide the text link, and with the iPhone template I display:none the image via CSS.

That seems to work just fine, but I'd love to know if there is a way to do that in templates vs the PHP.

Thanks!
-Tom

By adding a few replacememnt variables with in the mobile style:

Search For: border="0" alt="" />
Replace With: "_blank">Image</a>
Search For: class="inlineimg" />
Replace With: >:-)</a>
Search For: img src="http
Replace With: a href="http

The downside is that you can't show any images in the Mobile style with these in place...

Beth 08-20-2008 10:12 PM

I have installed it and i like :)

How do I do this though?
Quote:

Version 0.0.5 - fixed navbar template "Home" link (you will need to edit this if your default forum page is not index.php)
index.php is a portal page
index2.php is the forum page

Any help would be appreciated :)

Edit:Figured it out after reading through the thread.

Still reading but need to find how to add the style chooser - I cant get out of it now that i'm testing what it looks like on IE :o
Found it.

Thanks. Like the style. Will be implementing the other add ons for it soon I hope.

exel 08-23-2008 04:34 AM

woot installed! thanks :)

PossumX 08-26-2008 11:30 PM

3.7.3 Support?

I know it still works, but it shows 6 templates needing reversion, which has not been the case for this mod (for me anyway) as it came up through 3.7.x revisions.

dartho 08-27-2008 04:32 AM

As with pretty much all updates, it is unlikely that there will need to be code changes to this style unless new features are added which need to be incorporated into it.

All templates have a version number which matches the vbulletin version they were last changed in. When a new release is installed, if templates in the new release have been modified for that release, a warning will be shown for all templates (in all styles) that have an older version number.

As this style (and thus its templates) is so cut back it is unlikely that there will need to be edits made. This is especially the case when there are no "mandatory template changes" (http://www.vbulletin.com/forum/showp...19&postcount=2)

Edit the 6 templates, make no changes, and then save and the warning messages will go away.

We're going to have this issue every other month now that there are scheduled releases.

You could alternatively download and edit the XML and do a search and replace on 3.7.2 for 3.7.3.

PossumX 08-28-2008 10:21 PM

Quote:

Originally Posted by dartho (Post 1607905)
Edit the 6 templates, make no changes, and then save and the warning messages will go away.

We're going to have this issue every other month now that there are scheduled releases.

You could alternatively download and edit the XML and do a search and replace on 3.7.2 for 3.7.3.

Great information and THANK YOU. Never would have thought of the simply edit and save with no changes. Worked like a charm. :up:

Mellow 08-30-2008 10:18 AM

I'm not getting the edit options link on my usercp. Only getting:

Private Messages
Social Groups
Subscribed Threads
Edit Signature

So, can't get out of this style on the PC. I see the quickchooser code in the modifyoptions but for some reason it's not showing up. I've toggled the user can change style setting as well and a yes or no doesn't seem to make a difference.

dartho 08-30-2008 01:43 PM

Install this addon : https://vborg.vbsupport.ru/showthread.php?t=182692 to add a few axtra options sucg as style chooser or link to default style.

Mellow 08-30-2008 04:08 PM

Quote:

Originally Posted by dartho (Post 1610603)
Install this addon : https://vborg.vbsupport.ru/showthread.php?t=182692 to add a few axtra options sucg as style chooser or link to default style.

Ah... excellent, thank you sir.

Mellow 08-30-2008 10:05 PM

My smilies aren't showing up, just a link to them is that correct or should they be showing up?

My attachments show up as links but images w/img tag are not showing up.

Thanks!

dartho 08-30-2008 10:37 PM

Yes, thats correct - there was no way (that I could find) to remove images without removing smilies without file edits... You can put smilies AND images back in by removing all the replacement variables in the stype options

steveninstl 08-31-2008 05:48 AM

Quote:

Originally Posted by dartho (Post 1610862)
Yes, thats correct - there was no way (that I could find) to remove images without removing smilies without file edits... You can put smilies AND images back in by removing all the replacement variables in the stype options

How exactly do we remove the replacement variables? I'd like to be able to see images, instead of the word "image" when a user uses this style.

Thanks!

dartho 08-31-2008 09:09 AM

Go into teh properties of the mobile style, (Style Manager, then click the "Go" button next to the style name) and at the very of this page you'll see teh replacement variables section - delete these.

steveninstl 08-31-2008 04:23 PM

awesome! Thanks!

GrossKopf 09-04-2008 09:07 PM

Sorry, too many pages to go through.. is there a version for 3.7.3? I tried to use this and got:

This file was created using a different version of vBulletin from the one you are running.

Your version: 3.7.3
File version: 3.7.2

Fungsten 09-04-2008 09:10 PM

Quote:

Originally Posted by GrossKopf (Post 1614654)
Sorry, too many pages to go through.. is there a version for 3.7.3? I tried to use this and got:


This file was created using a different version of vBulletin from the one you are running.

Your version: 3.7.3
File version: 3.7.2

When installing XML file just click on "Ignore Version".

dartho 09-05-2008 12:01 AM

Quote:

Originally Posted by GrossKopf (Post 1614654)
Sorry, too many pages to go through.. is there a version for 3.7.3? I tried to use this and got:


This file was created using a different version of vBulletin from the one you are running.

Your version: 3.7.3
File version: 3.7.2

Quote:

Originally Posted by Fungsten (Post 1614657)
When installing XML file just click on "Ignore Version".

WHen I get around to updating my test site to 3.7.3 and doing some basic testing I will update the versions, till then do as Fungsten instructed. To get rid of the Out-of-Date Custom Templates Found! errors, see Post #329 for more information...

masterweb 09-07-2008 07:06 AM

Installed dude, now i'm going to upload the other hacks you made to complete the mobil features...Thanks

Bounce 09-12-2008 10:30 PM

Gettin Invalid File Specified when tryin to import??

dartho 09-13-2008 06:04 AM

Are you doing this via Sytle manager, not Product manager?

thompson 09-16-2008 05:49 PM

i did:
Quote:

Install Instructions
Save attached XML to your local computer
Save attached wireless.css.txt, rename to wireless.css and upload to your forum root
In AdminCP go to "Styles and Templates"
In the "Import Style XML File" section browse to where you saved the XML
Click "Import" button
but i didn?t see it like this in my iphone 3G
https://vborg.vbsupport.ru/attachmen...1&d=1206876198

what did i wrong ? (if i click on the style in admincp it seems to work, but not on the iphone)

roddy 09-16-2008 06:48 PM

Found what might be a bug, or at least something that might be worth fixing - captcha support. Not sure if this crops up anywhere else, but if you have the VB options set to verify guest searches, this template doesn't display the necessary captcha image / form. Therefore when you submit it doesn't give you any results, just dumps you back on the search page.

Also - I've opted to remove the tag cloud from the search page. Tag clouds tend to be quite large, and mobile browsers might not (mine doesn't) display the text at different sizes, making them significantly less useful. Might be worth considering.

L2V 09-16-2008 06:50 PM

Read through the posts and didn't see any mention of this.

When going to the User CP > Edit Signature it is showing html tags instead of vbcode in the edit box. Any way to fix this and/or just turn off signature editing?

dartho 09-16-2008 09:19 PM

Quote:

Originally Posted by thompson (Post 1623505)
what did i wrong ? (if i click on the style in admincp it seems to work, but not on the iphone)

How are you selecting the style? Youwill need to use this addon for it to occur automatically

Quote:

Originally Posted by roddy (Post 1623560)
Found what might be a bug, or at least something that might be worth fixing - captcha support.

Ahh.. captcha. I don't use captcha verification.. I'm suprised this is teh first time I've come across it as an issue. It may be difficult to include *and* keep the style image free. I assume you only have captcha verification for guests, noy registered users? May be able to replace the captcha image with a 'This feature is disabled' type message?

I'll try and look at this during the week.

Quote:

Originally Posted by L2V (Post 1623562)
Read through the posts and didn't see any mention of this.

When going to the User CP > Edit Signature it is showing html tags instead of vbcode in the edit box. Any way to fix this and/or just turn off signature editing?

I'll try and look at this during the week.

roddy 09-16-2008 09:23 PM

"I assume you only have captcha verification for guests, noy registered users?"
Yep. I only came across it by accident.

Great style though, many thanks for all the hard work.

thompson 09-17-2008 03:57 PM

Quote:

Originally Posted by dartho (Post 1623664)
How are you selecting the style? Youwill need to use this addon for it to occur automatically

ah, i understand.

now i had the problem, that in vista and ie 7 i get the mobile stile. i can?t change it anymore. so, i must delete the mobile style.
in firefox it works with the normal style.

o.k. delete style and installed again. seems to work.

is there a chance to get a greater letters in iphone ? really small.

dartho 09-17-2008 08:36 PM

You can edit the wireless.CSS file and set sizes in there.

change the font: 10pt verdana; in the body section to be the size you want

MissKalunji 09-22-2008 01:38 AM

*** Never Mind ***

I figured it out :)

dartho 09-22-2008 02:47 AM

hhmmm... It *should* already be showing a link to any attachments ...

Just had a look at DHAZ - seems to be OK there to me ...

MissKalunji 09-22-2008 02:53 AM

Quote:

Originally Posted by dartho (Post 1627410)
hhmmm... It *should* already be showing a link to any attachments ...

Just had a look at DHAZ - seems to be OK there to me ...

nah it wasn't before i had to remove the "replacement" that you put and then it showed links for certain or thumbnail for others :) Thanks

dartho 09-22-2008 04:19 AM

Just had a look over things - Human Verification shouldn't be an issue for question/answer or captcha. I haven't successfully got reCaptcha to work yet though. I'll release an update soon.

I'll make having tag cloud in search pages an option in the add-on for this Style. It can be turned off for all styles in vbulletin options.

I could not reproduce the edit signature issue reported by L2V. Anyone else able to reproduce this (read first post ion this page)

john102774 09-24-2008 02:38 PM

Great Mod!!

Question: We have several Cricket users who can not log into our forum. However, when they are not on a cricket mobile phone, they are able to log on. Is there an existing fix for this issue?

Thanks!!!

john102774 09-24-2008 02:54 PM

Sorry for the lack of info but I'm using VB 3.7.3

Their password is not recognize on the cricket phone. Thanks again! :)

Tanpapasmurf 09-24-2008 06:04 PM

nvm, great style

dartho 09-24-2008 09:39 PM

Never heard of a 'Cricket' mobile phone, and don't know of any issues where people can't log on.

Are they able to configure their browser to allow cookies?

amish_irish 10-01-2008 01:42 PM

Ok maybe I am retarded but I am testing this out via a "regular broswer" and it asks me for user authentication every time. Thoughts?


All times are GMT. The time now is 01: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
  • Page Generation 0.01570 seconds
  • Memory Usage 1,835KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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