Tagged Questions
-1
votes
0answers
48 views
Displaying vBulletin threads in an HTML page [closed]
I want to display vBulletin threads of a specific section (Let's say News Section) to be displayed on my homepage(HTML).
I asked few guys and they said it's possible through links and javascript.
I ...
0
votes
1answer
59 views
simple jquery script working alone but not working in my vbulletin page
Thank you in advance if you are being able to help me as I really can't find out what's wrong.
I'm trying to display an image when mouse hovering a link. Done a lot of research and find a very simple ...
0
votes
1answer
44 views
css question for vbulletin forum
I'm trying to move the "likes" gray bar right above the signature, to the left of the "like" link found on top right w/ tiny icon.
Example:
...
1
vote
1answer
78 views
Search button is being pushed to new line on some browsers on search form [closed]
Facing a problem specifically on phones and tablets is the misaligned blue search icon on the top left. Not sure how to fix this.
Screenshot
Live:
www.talkjesus.com (view on tablet or mobile ...
0
votes
1answer
133 views
importing wordpress header into vbulletin
Ive made a plugin to import the header from my wp site to the vb forums header so that the user has one common header to the site. The error on calling the plugin in my header template in vb forums is
...
0
votes
0answers
30 views
Looking for some help w/Radio Buttons in vBulletin 3.8.7
I'm new here and found this site in my search to finding a way I can add radio buttons that members can pick before they post/submit it and it will be added to the post once it gets posted, in ...
-1
votes
1answer
130 views
How to fix URL Encoding?
my url is:
forumdisplay.php?462-%EE%F9%E7%F7%E9%ED-%E1%F8%F9%FA
i think that the url is URL Encoding
im using vbulletin 4.1.12
how i can fix it?
replace 462-%EE%F9%E7%F7%E9%ED-%E1%F8%F9%FA with ...
2
votes
1answer
42 views
Exlude characters from displaying?
I want to exclude characters from displaying in a vbulletin template.
For example, if a user writes:
"[Hello World] How are you?"
I want to ecxlude "[" and "]" all that's inside so it only ...
1
vote
2answers
130 views
vBulletin CSS & HTML
I've been trying to set up my user-rank images into CSS sprites.. and I've worked out so far this code:
in additional.css:
#ranks li {
background: ...
0
votes
3answers
104 views
Gap at the bottom of page
Ive almost finished designing the skin for my forums and i've had a gap at the bottom of the page, below the footer almost since ive started. I've found a number of similar questions and have tried ...
1
vote
1answer
607 views
bbcode to html in vbulletin
What is the function in vbulletin that convert bbcode to html ??
I found this : convert_wysiwyg_html_to_bbcode() but it's convert html to bbcode, I want the opposite of this function.
1
vote
2answers
306 views
Is there a way to intergrate vBulletin into PHP?
What im wanting to achive is intergrating vBulletin into a PHP page, or what ever. Im not wanting to re-create a skin that looks like the site, im more or less wanting the forum to be 100% intergrated ...
0
votes
2answers
304 views
Center DIV a BBcode
I have a bbcode for "spoilers" on my forum.
It shows/hides whatever text is inside the [spoiler] text [/spoiler] bbcode.
HTML replacement for this spoiler bbcode is as follows:
<div ...
2
votes
2answers
1k views
vBulletin 4.0 custom pages
I'm trying to make custom pages using the new vBulletin 4.
My PHP file uses the code below:
$templater = vB_Template::create('TEST');
$templater->register_page_templates();
...
0
votes
1answer
391 views
login to Vbulletin And View Topic Using Java
Hi
i want to login to Vbulleti**n Forum and save the first Topic of one thread which is in the
" " html tag using **Java.
i search the web and found many libraries that could login like ...
