Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 05-03-2003, 07:05 PM
Gholsie Gholsie is offline
 
Join Date: Nov 2001
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Damn, looks like my cell phone (LG VX4400) doesn't support HTML. It's a WAP only device.
Reply With Quote
  #32  
Old 07-10-2003, 02:52 PM
coreymcl coreymcl is offline
 
Join Date: Jun 2003
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK I also own a PPC site and am looking for a way to do this with Avanto and Mazingo.net service. I am willing to pay for this if somebody can create it and make it work. Let me know.

Corey McLaughlin
www.pocketpcminds.com
Reply With Quote
  #33  
Old 07-19-2003, 07:42 PM
mccollin mccollin is offline
 
Join Date: Jul 2003
Location: North Carolina, USA
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am also interested in a PDA template. I am in the process of migrating pdaPhoneHome from phpBB to vBulletin. The site is heavily modified and has a lot of phpBB driven pages that pull data from the database. I have a complete version of the site done for PDAs and need to do the same for vBulletin before I can migrate. I've bought my license for vB and started working on porting the site, thinking that I could drop the PDA version for now... but my users don't agreee. I need a PDA template quickly.

If the PDAToon's version is in French, is there anyone here who could translate it? Or, could PDAToon give us a "step by step" on what you had to do to get this template done? I'm stuck on phpBB until I can figure this out... and now that I've seen vB.... I really want to get moved over.
Reply With Quote
  #34  
Old 08-22-2003, 02:47 PM
mccollin mccollin is offline
 
Join Date: Jul 2003
Location: North Carolina, USA
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not ready to post a link to it yet, but I have had success in doing a PDA version. This was way easier than with phpBB. I intially got the French template from pdatoon, but all the templates in that template set are French, and I didn't want to translate all of them, especially since you don't need to convert every template to PDA format. Many of them handle it already, and many of them can be left full screen for the few times you'll need it. So, in the end I just modified them myself, it it only took a few nights to get the majority of the highly used ones.

I grabbed a copy of my existing template which has a lot of additions already. Then I went to the index page, grabbed the template for it.. cut out all I didn't want, and modified the remainder. With each page, there are several templates involved, so you'll refresh the page and find that you missed something, open that template and repeat the cycle. Then I did the forums, then search, the replies/new threads, then all my vbIndex pages. I is pretty straightforward. You can always go back to the original if it breaks during your edit. But... beware... you need to go back to the original that you started with for your site. I was pulling my hair out becuase I reverted to the original, but that backed out a hack that was in my default template... so I just had to copy the default back in for that one and restart the hack for that template.

For the big templates, I found it much faster to copy the code into an HTML editor that would color code the tags, then edit, then copy it back. This also gives you some undo abilty without total backout. I probably did about 30-40 template... about 5-10 minutes per template. I still need to do the messaging template, and I'll probably stop at that.

I recommend that anyone doing this do their own, because otherwise you'll be dealing with hack mismatches, and you may hve different desires for what you want to cut out our leave in.

By the way, you just need to through in ?styleid=x to get to it, then reverse to get back to full screen. When this is production ready I'll have a link on each version's navigation menu to get back and forth.

I am loving vBulletin more every day.
Reply With Quote
  #35  
Old 08-22-2003, 07:42 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made a PDA version of WDF that includes forumhome, showthread, forumdisplay, getinfo, and most PM templates (which I am selling). Most of the work is just completely gutting the templates of 90% of their HTML. Of course, you lose some functionality in the process, but you won't be doing much important stuff on a 240x320 screen.
Reply With Quote
  #36  
Old 08-22-2003, 07:53 PM
djr's Avatar
djr djr is offline
 
Join Date: Nov 2001
Location: Amsterdam
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In pdatoon's version (which I sadly don't have) you can reply to posts and start new threads. Is yours also capable of that filburt? And what about mccollin's? This is essential functionality for me.

- djr
Reply With Quote
  #37  
Old 08-22-2003, 08:17 PM
mccollin mccollin is offline
 
Join Date: Jul 2003
Location: North Carolina, USA
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have included so far index, all forum views (if nested), thread view (with the main moderator functions like move), new thread, reply, search, search results, new posts, and most of my vbindex portal pages. But, all the pages are there, so if you hit a page that isn't in PDA format, it still works, just not small. I will probably call it done after I do the private messaging page. I won't do the remainder of the control panel because I can't imagine why any one would need to use that from their PDA. If you did, you could use the bigger screen. pdaToon's template does basically the same stuff, but he has scaled it back much more than I have. For example on post reply, he just has the subject and body, and buttons. I left the thread review in there, and a few other things. On the forum views, he's got just the title of the forums or threads... I take up a few rows and include the other stuff in a colapsed fashion. I'm basically replicating what I had done with phpBB, so I had a model I liked.

Once you start doing it, it really isn't that bad. Just make sure you are on a test site, or you are very careful not to get mixed up on what template you are editing.
Reply With Quote
  #38  
Old 08-22-2003, 08:29 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 04:53 PM djr said this in Post #36
In pdatoon's version (which I sadly don't have) you can reply to posts and start new threads. Is yours also capable of that filburt? And what about mccollin's? This is essential functionality for me.

- djr
Yes, in mine you can reply to posts and make your own threads, tedious as it is on the on-screen keyboard or handwriting recognition
Reply With Quote
  #39  
Old 08-22-2003, 09:01 PM
mccollin mccollin is offline
 
Join Date: Jul 2003
Location: North Carolina, USA
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

filburt,

What kind of device are you using .... pdaPhone, PDA, phone? Before moving to vB, I used the PDA version of my site to stay in touch during the work day. It was great... slower to type than my laptop, but not too bad.
Reply With Quote
  #40  
Old 08-22-2003, 09:39 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using a Pocket PC with Pocket Internet Explorer on a wireless network. It's very nice for reading, worse so for posting (just because it's tedious when you're used to a full-sized keyboard).
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:48 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.06505 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete