vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Article Forums (https://vborg.vbsupport.ru/showthread.php?t=211638)

Budweiser 06-27-2009 03:29 AM

1 Attachment(s)
I have a suggestion on the layout of the articles themselves.

On the right under the posters name how about having an invisible border so that space directly beneath can be used for advertising space.

Any way to integrate a word wrap around the photo's too?

Thnx, Kev

PS: Bananalive has got to be overwhelmed with all of the requests and suggestions... :eek:

smirkley 06-27-2009 05:15 AM

No requests,...

just a simple thanks.

Omar Al-Ansari 06-27-2009 09:59 AM

Hi,

I am back again :)

just a quick question .. is there a way to show the categories list in a dropdown menu rather than how it is showing now?

thanks again

Bounce 06-27-2009 05:28 PM

Hi,

nice mod, any way to change the "article" wording to your own custom one?

thanks

Omar Al-Ansari 06-28-2009 12:33 PM

Hello,

Ok so I have no experience in coding and I have copied a code that posts threads in to a specific forum and played with it to use it as a forum jump dropdown menu.

Now the only issue I am facing is to get it showing for unregistered users. I would appreciate the help if someone could explain it to me and remove anything that is not needed in it


HTML Code:

<form action="{$vbulletin->options[bburl]}/forumdisplay.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="showforum" />
<div style="width: 100px; height: 1px; padding: 0px; margin: 0px;"></div>
<div align="right" style="padding:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px;"><fieldset class="fieldset">
<legend>$vbphrase[go]</legend>
<div style="padding: 0px 0px $stylevar[cellpadding]px 0px;">                               
<div><label for="sel_f">$vbphrase[category]</label></div>
                                <select name="f" id="sel_f">
                                        $f_options
                                </select></div>
<div style="text-align:center;"><input type="submit" class="button" value="$vbphrase[go]" /></div>

</fieldset></div>
</form>


Regards,
:)

Omar Al-Ansari 06-28-2009 02:44 PM

Quote:

Originally Posted by Omar Al-Ansari (Post 1838806)
Hello,

Ok so I have no experience in coding and I have copied a code that posts threads in to a specific forum and played with it to use it as a forum jump dropdown menu.

Now the only issue I am facing is to get it showing for unregistered users. I would appreciate the help if someone could explain it to me and remove anything that is not needed in it


HTML Code:

<form action="{$vbulletin->options[bburl]}/forumdisplay.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="showforum" />
<div style="width: 100px; height: 1px; padding: 0px; margin: 0px;"></div>
<div align="right" style="padding:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px;"><fieldset class="fieldset">
<legend>$vbphrase[go]</legend>
<div style="padding: 0px 0px $stylevar[cellpadding]px 0px;">                               
<div><label for="sel_f">$vbphrase[category]</label></div>
                                <select name="f" id="sel_f">
                                        $f_options
                                </select></div>
<div style="text-align:center;"><input type="submit" class="button" value="$vbphrase[go]" /></div>

</fieldset></div>
</form>


Regards,
:)

That would be nice or at least to show only the forum and if you click on it

you go to the forum and it shows the sub-forums

Example

- Articles forum
- - Computers
- - Internet
- - Cellphones
- - - Nokia
- - - Samsung
- - - iPhones

When you are in the "Articles Forum" you can only see

- - Computers
- - Internet
- - Cellphones

Then you click on "Cellphones" you would only see

- - - Nokia
- - - Samsung
- - - iPhones

That would be very nice :)

snoopy5 06-28-2009 05:10 PM

Hi

could you please post in the description of your mod, what you did change with the latest release in June and why?

Is it necessary to upgrade?

bananalive 06-28-2009 05:38 PM

Quote:

Originally Posted by skooby (Post 1837747)
Thanks for the response. This seems to work in both Firefox and IE, but only Firefox is it showing the increased thumbnail size, not IE (using IE 8). The first attachment is Firefox, the second is IE.

Also, in the CMPS (I posted this in the other thread but not sure if you are checking), the CMPS is only showing 25 words even though I made the changes to show 200 words (even went as high as 1000). It takes affect in articles.php, but not in CMPS. This is happening in both browsers. Also tried to go to "edit module" and make the switch there, but same thing.

Thanks again.. I owe you a beer.

In the same template: af_articlebit
Find
HTML Code:

width: expression(this.width > 100 ? 100: true);
Replace with
HTML Code:

width: expression(this.width > 120 ? 120: true);
I had a quick look into the word limit in cmps but couldn't work out why it wasn't working, i'll have to have another look.

bananalive 06-28-2009 05:40 PM

Quote:

Originally Posted by nohuhu (Post 1838050)
bananalive,

any news regarding my feature requests? sorry for bugging you but i really think these would be very beneficial and also i'd like to know what you think about them. :)

I think what you are requesting is a different modification really.

bananalive 06-28-2009 05:42 PM

Quote:

Originally Posted by Budweiser (Post 1838214)
I have a suggestion on the layout of the articles themselves.

On the right under the posters name how about having an invisible border so that space directly beneath can be used for advertising space.

Any way to integrate a word wrap around the photo's too?

Thnx, Kev

PS: Bananalive has got to be overwhelmed with all of the requests and suggestions... :eek:

You could use custom bbcode to do image/text wrap.

Edit template af_firstpost to add advertising space.


All times are GMT. The time now is 12:21 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.02263 seconds
  • Memory Usage 1,761KB
  • 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
  • (4)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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