Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > RPG Integration Hack
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Strange Details »»
Strange
Version: , by PolyMarauder PolyMarauder is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-24-2005 Last Update: Never Installs: 0
 
No support by the author.

Ok I got few things I have come across that if anyone could direct me as to the best way to tackle them I would be great full.

Strangely enough my phrases don?t seem to be working. I uploaded the template (twice) and still they are not showing up. I only have one language English? Im kind of lost on this one don?t have any idea where to go about to tackle this.

Another strange anomaly. I have taken a screenshot so you can see what I am talking about. For some ?not all? of my templates seem to be off center. The header and navbar are ok but the main context area and the footer are of to the right a little. The footer is even higher than normal as well as to the right. My board is set at a fixed 800pix. I tried messing with one of the templates by playing around with the table widths but to no avail. I even tried fooling around with the actual footer but that did not work ether. So I am thinking maybe I am looking in the wrong area, any help on this would be cool if anyone has any ideas.



I noticed when I got a battle link and clicked on it, it was pointing to http://forum/andtheaddressofthebattle.here instead of http://mysite.com/forum/andtheaddressofthebattle.here I the main php files in my forums directory is this wrong? Should they be in my root directory? If not is there a place I can go and enter the correct address?

Again if anyone has come across these things and knows a way to fix them I am all ears.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-24-2005, 07:00 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I could not see anything different about the two footers.
And about the URLs... I can't remember whether or not I changed the fixed url to $vboptions['bburl'] in the battle.php or not... You have to check there.
That's the only place where a complete http url is placed.
Reply With Quote
  #3  
Old 01-25-2005, 04:29 AM
PolyMarauder's Avatar
PolyMarauder PolyMarauder is offline
 
Join Date: Sep 2004
Location: gamingartist.com
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok cool thanks I will check battle.php - that may also be why my phrases are not working. So might kill two birds with one stone if thats the fix.

On the correct footer the gray strip is at the very bottom of the black table (no black underneath it and the copyright info in the black table not in the dark gray background. If look at the 'Top' link you will see that the footer is not flush with the black table and is over in the dark gray background.
Reply With Quote
  #4  
Old 01-25-2005, 04:57 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ohhh *now* I see what you mean!
Yeah, that's an error about too many <table>'s being closed. When I was trying to fix it, it ended up my completely FUBAR'ing the entire template, placing the date on top of the template and [insert every possible and impossible negative outcome here].
I might give it another crack later though
...these templates are really balls... only thing I can say to my defence is that I didn't make them and Im too balls with HTML to quick fix
Reply With Quote
  #5  
Old 01-25-2005, 06:00 AM
PolyMarauder's Avatar
PolyMarauder PolyMarauder is offline
 
Join Date: Sep 2004
Location: gamingartist.com
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol me too? I might try and see if I can make my own and if its cool and it works I?ll post it here.

Well I tried adding the hardcode address but I don?t think I did it right.

This is the current code
PHP Code:
[url='.$vboptions[bburl].'/battlefight.php?action=enterbattle&battlenumber='.$battlenumber[battlenumber].'&battlekey='.$password.']here[/url]'; 
in my vb options I have my forum set up as ?/network?

So in my mail link I get http://network/address/of/battle.php

I set the address in vb options to www.gamingartist.com/network instead of hardcoding in battle.php (this did work ? but ? all my other links and stuff did not) so that?s not an option.

So I have to hardcode it but not sure how to go about it because I am used to HTML code not PHP and the dots are screwing me up. The way I would hardcode it is as follows. (but I know this is wrong)

My Hack job lol
PHP Code:
[url= ?www.gamingartist.com/network/battlefight.php?action=enterbattle&battlenumber='.$battlenumber[battlenumber].'&battlekey='.$password.'?]here[/url]'; 
So anyway if I want www.gamingartist.com/network to go where $vboptions[bburl] is what would be the correct way to enter it as no way I have tried has worked so far.

Would it be easer for me to just make a new $vboptions phrase? And if so is there any place that tells you how to do that (like which group to put it under and so forth).

Speaking of phrases, these phrases still are not showing up there just blank in the postbit am I forgetting something?

$rpgclass3
$showuserclan
$showlevel
$rpgrace
$elename
$rpgstatus
$post[items]

Again thanks for any help and thank you for the quick responses and by all means if someone who has had these issues knows knowledge to pass on please feel free I?m all ears. Even though it would seem all mouth with my posts (lol)
Reply With Quote
  #6  
Old 01-27-2005, 06:24 PM
PolyMarauder's Avatar
PolyMarauder PolyMarauder is offline
 
Join Date: Sep 2004
Location: gamingartist.com
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I am officially baffled. (not to hard for me ) I have tried left and right everything I could think of and still cant get the phrases to show up in my postbit.

I have upload the templates no problem. So I really don?t see why they would not be working. Am I the only one who has had this problem? Surely someone can point me in the correct direction?

Thanks in advance to anyone that is willing to help me
Reply With Quote
  #7  
Old 01-28-2005, 08:12 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PolyMarauder
in my vb options I have my forum set up as ?/network?

I set the address in vb options to www.gamingartist.com/network instead of hardcoding in battle.php (this did work ? but ? all my other links and stuff did not) so that?s not an option.
My $vboptions['bburl'] is "http://forum.ultimateff.net", and it works just great everywhere (3.0.6)
Maybe you could try making a subdomain for /network ?


Quote:
Originally Posted by PolyMarauder
Speaking of phrases, these phrases still are not showing up there just blank in the postbit am I forgetting something?

$rpgclass3
$showuserclan
$showlevel
$rpgrace
$elename
$rpgstatus
$post[items]

Again thanks for any help and thank you for the quick responses and by all means if someone who has had these issues knows knowledge to pass on please feel free I?m all ears. Even though it would seem all mouth with my posts (lol)
Um maybe you forgot to edit showthread.php or functions_showthread.php?
Only thing I can think of.


//out
Reply With Quote
  #8  
Old 01-29-2005, 04:41 AM
PolyMarauder's Avatar
PolyMarauder PolyMarauder is offline
 
Join Date: Sep 2004
Location: gamingartist.com
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the reason why everything else did not work is because I have to edit all the other mods for the new address. So ether way even making a sub forum I would have to do that as well. Not a big deal I will figure something out on that after I clean up the templates.

I wish it was as simple as forgetting to edit showthread.php and or functions_showthread.php Im kind of a dork I rewrote the install instructions as I did each step in the installs to make sure I did not forget anything. I will double check anyway? Can?t hurt ? thank you?

It was functions_showthread.php I did edit it but never uploaded it.

*smacks self in head*

Hey I am curious? Since the images were in two separate zips

Should all the image folders be in the Images/ Style directory? Including the ones not in a folder like this?

IMAGES
Style
Or should it look like this?
IMAGES
*Style
****Bar
****Classes
****Elements
****Gender
****Itemshop
****Image1.jpg
****Image2.jpg
****Image3.jpg

Or should it look like this?
IMAGES
*Bar
*Elements
*Itemshop
*Image1.jpg
*Image2.jpg
*Image3.jpg
*Style
****Bar
****Classes
****Gender
Reply With Quote
  #9  
Old 01-29-2005, 09:04 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah the images zips are abit messy...
The one with the images folder already in it should be uploaded to the root forum dir.
The one without the images folder should be uploaded to the /forum/images/ dir.
Don't ask me why I did it like that.
I just did.
XD
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 06:13 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.04243 seconds
  • Memory Usage 2,297KB
  • Queries Executed 24 (?)
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
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete