Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 62
Search took 0.00 seconds.
Search: Posts Made By: Aesma Deva
Forum: vBulletin 3.5 Add-ons 06-06-2006, 10:23 AM
Replies: 15
Views: 13,266
Posted By Aesma Deva
tinyturtle: Sorry for the late response, but I...

tinyturtle: Sorry for the late response, but I really had no time with the exams and everything. The code for strikethrough is:
text-decoration:line-through;
Forum: vBulletin 3.5 Add-ons 05-08-2006, 11:02 AM
Replies: 15
Views: 13,266
Posted By Aesma Deva
I was referring to Lil Ripsta, to click the...

I was referring to Lil Ripsta, to click the install button.
I can remake it so that the length doesn't go up if you want though, but you'll have to do a couple of template edits.
Forum: vBulletin 3.5 Add-ons 05-07-2006, 06:53 PM
Replies: 15
Views: 13,266
Posted By Aesma Deva
Install Plzz. Or I'll have to make a script to...

Install Plzz.
Or I'll have to make a script to click on the install button once you upload the product, and I'm bored to.
Forum: Modification Requests/Questions (Unpaid) 05-06-2006, 08:55 PM
Replies: 8
Views: 1,270
Posted By Aesma Deva
That might be impossible, as the password stored...

That might be impossible, as the password stored in the cookie is the password the user enters hashed once and the password stored in the database is hashed differently, so you can't de-hash the...
Forum: vBulletin 3.5 Add-ons 05-06-2006, 05:40 PM
Replies: 15
Views: 13,266
Posted By Aesma Deva
Did you set the options in the admin...

Did you set the options in the admin CP->VBulletin options, and if yes, how?
Forum: vBulletin 3.5 Add-ons 05-06-2006, 07:51 AM
Replies: 41
Views: 5,834
Posted By Aesma Deva
The only database error happens when updating...

The only database error happens when updating from a previous version of this to the current one, so if you haven't installed the previous one, you won't get any errors.
Forum: vBulletin 3.5 Add-ons 05-05-2006, 10:00 PM
Replies: 15
Views: 13,266
Posted By Aesma Deva
Custom CSS for threads and announcements' titles

What is this?
This hack allows you to use CSS to change the layout of threads' titles and announcements' titles. What can be changed with this hack is:

Announcement names' layout
Normal...
Forum: vBulletin 3 Articles 05-05-2006, 08:43 PM
Replies: 64
Views: 34,113
Posted By Aesma Deva
Try changing this: while ($row =...

Try changing this:

while ($row = mysql_fetch_array($sql_result2)) {
$pagetext = $row["pagetext"];

To this:

require_once(DIR . '/includes/class_bbcode.php');
$parser =& new...
Forum: vBulletin 3.5 Add-ons 04-27-2006, 10:40 AM
Replies: 41
Views: 5,834
Posted By Aesma Deva
The BB code issue has been fixed. Edit ~ The...

The BB code issue has been fixed.
Edit ~ The user CP nav must be also fixed now, though I can't find a solution to the database errors, unless if I make a seperate product for updating and a...
Forum: vBulletin 3.5 Add-ons 04-19-2006, 04:25 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
Thanks, though I forgot the textareas' cols and...

Thanks, though I forgot the textareas' cols and rows attributes, so you'll have to edit the VB Pad plugin at profile_start and change
$notetextfields.='<textarea name="padfield' . $pad_l . '"...
Forum: vBulletin 3.5 Add-ons 04-19-2006, 03:27 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
~ Update ~ Most of this has been recoded. And...

~ Update ~
Most of this has been recoded. And yes, it now is like the VB Pad for VB 2.0.
Forum: Modification Requests/Questions (Unpaid) 04-19-2006, 03:24 PM
Replies: 7
Views: 1,338
Posted By Aesma Deva
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=112910" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=112910</a>
Not having VB 2.2 though, I don't know if I missed any features...
Forum: vBulletin 3.5 Add-ons 04-14-2006, 08:42 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
It is the right spot, though I'm unsure of that...

It is the right spot, though I'm unsure of that function.
@tipoboy: PM sent to you, on your forum.
Forum: vBulletin 3.5 Add-ons 04-14-2006, 04:52 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
Thanks. Does it work for you? So that I know if...

Thanks.
Does it work for you? So that I know if the problem is with the mod itself, or only in tipoboy's forums.
Forum: vBulletin 3.5 Add-ons 04-14-2006, 03:11 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
The textbox will appear whether you have uploaded...

The textbox will appear whether you have uploaded the product or not, and I uninstalled and installed the product again, and it seems to work fine.
I'll try to install it for you, if you make me an...
Forum: vBulletin 3.5 Add-ons 04-14-2006, 11:45 AM
Replies: 41
Views: 5,834
Posted By Aesma Deva
ksheetsorry, I'll change it. @Stangsta: That...

ksheetsorry, I'll change it.
@Stangsta: That was what I fixed. Or what I was supposed to fix.
I have 17 or so days off school now, so I'll try to make it similar to the VBPad. I don't really know...
Forum: vBulletin 3.5 Add-ons 04-13-2006, 06:15 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
With some work, I could turn it to something...

With some work, I could turn it to something similar. Where was the result of the formatting displayed though? I don't own VB2 to try.
Edit ~ Or were they just saved and the code stayed unparsed?...
Forum: vBulletin 3.5 Add-ons 04-13-2006, 05:19 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
My first bug is now fixed <3 @Oblivion: Thanks,...

My first bug is now fixed <3
@Oblivion: Thanks, I'll try that. I'll also try making it parse BB code/use smilies, if I have time.
And yes, you can modify the template code as you want, as long as...
Forum: vBulletin 3.5 Add-ons 04-13-2006, 04:08 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
You can save anything that you write in there, in...

You can save anything that you write in there, in as many lines as you want, if that's what you mean.
Edit ~ New screenshot attached to this post.
I'm open to suggestions by the way.
Forum: vBulletin 3.5 Add-ons 04-13-2006, 03:45 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
Screenshot added (you can of course change the...

Screenshot added (you can of course change the text field's width/height by changing the cols/rows attributes of the textarea tag).
Forum: vBulletin 3.5 Add-ons 04-13-2006, 03:28 PM
Replies: 8
Views: 3,868
Posted By Aesma Deva
His attachment...?

His attachment...?
Forum: vBulletin 3.5 Add-ons 04-12-2006, 10:00 PM
Replies: 41
Views: 5,834
Posted By Aesma Deva
V3 Pad

Credit for the idea goes to Chen and his VBPad for VB 2.2 (https://vborg.vbsupport.ru/showthread.php?t=29760).
Basically, this hack does the same. You can save a certain number of notes, with a...
Forum: vB3 Programming Discussions 04-08-2006, 10:26 AM
Replies: 10
Views: 1,088
Posted By Aesma Deva
Try adding the column where you want to add the...

Try adding the column where you want to add the data, like this:

$db->query_write("INSERT INTO quotegen (column_name) VALUES ('hello')")

(Replace column_name with the name of the column you...
Forum: vB3 Programming Discussions 04-08-2006, 10:13 AM
Replies: 13
Views: 1,053
Posted By Aesma Deva
Try this: $rows = $db->query_read("SELECT *...

Try this:

$rows = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "table WHERE active='1'");
$counter=0;
echo "<table><tr>";
while ($row = $db->fetch_array($rows)) {
if ($counter==3) {...
Forum: vBulletin 3.5 Template Modifications 04-03-2006, 04:12 PM
Replies: 230
Views: 31,634
Posted By Aesma Deva
I updated it, it should work now. The...

I updated it, it should work now. The usercp_shell template was missing these 2 lines:
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<script type="text/javascript"...
Showing results 1 to 25 of 62

 
Forum Jump

All times are GMT. The time now is 10:29 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.01607 seconds
  • Memory Usage 2,036KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (59)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete