Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - haider512

Pages: 1 2 [3] 4 5 6 7 ... 11
31
Hi im looking for Mod or some way to integrate the 4images in to Mybb forums??
Have any one tried and successeeded in mod like 4images and Mybb..

32
Hello i want to replace captcha thing in registration page with some random question..

Is there any mod which can help me in it?

Kind Regards

Haider

33
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: February 21, 2011, 07:29:30 PM »
I would think as long as you are in the same browser window and session, you should be able to bounce back and forth between the two but I have never tried it.

That is why I am planning on looking into this deeper in the future to make it more compatible. When I made this mod, it was to fill the need of my site. I am understanding how the mods work on the smf side better and how to make them so I hope the next version you can have a forum site and a gallery site with links between the two, but that will not be happening very soon,  :(

its ok..no problem..its really good to see some one trying and working on integration..and many many thanks for this integration..i guess i will have to work on the template of smf later.. i have been in smf before for year or something like this.. SMF is very good and very user friendly..Its just im stuck in university life so not getting much time.. But sir superb superb thanks for integration you have brought to us.. Will be looking forward to more features soon to your integration MOD..you are doing awesome JOB..

34
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: February 20, 2011, 08:44:42 PM »
Hello sir i just recently checked your website..
i think its on iframe.. is it possible to integrate without iframe..

actually if i click anytopic the link on top dosent change..

http://www.budduke.com/forums.php

is it possibe to integrate 4images with smf..but without iframe thing..

actually like this we have dynamic link thing..like
http://www.budduke.com/forums/index.php?board=2.0

we can point some one to board or anything..

35
Discussion & Troubleshooting / Re: custom footer page
« on: February 20, 2011, 07:46:18 PM »
...so is it also possible if i use {footer2} out side template folder..
i think not..

ok.. Many thanks for {footer2}..its working..awesome..

if there is any chance of using header and footer of my 4images on my custom pages out side the template..will be really glad to know.. im banging my head around to find any strategy to integrate my 4images with my webiste.. :-(

actually i header and footer of 4images because there is profile box on header which i want to keep on header even if user clicks the search or any other site i put in.. but not able to figure out any way :-(

36
Discussion & Troubleshooting / Re: custom footer page
« on: February 20, 2011, 07:16:21 PM »
Hi!

so it works for me:
search in includes/template.php:
($name == 'header' || $name == 'footer')
and replace:
($name == 'header' || $name == 'footer' || $name == 'footer2')

search:

print $this->clean_template($template);

insert above:

    
if (strpos($template$this->start.'footer2'.$this->end) !== false) {
      
$footer2 $this->parse_template("footer2");
      
$template str_replace($this->start.'footer2'.$this->end$footer2$template);
    }


in your *html (e.g. details.html) can you now write {footer2}

mfg Andi

thanks you sir..im gonna try now...Many thanks for reply..

so is it also possible if i use {footer2} out side template folder.. if so..please help..will love you for ever.
Actually i added the custom google search inside my website.

http://cusitlibrary.com/search/index.php

so i put it search folder..

so is it possible to use {footer2} in root/search ??

If so..please tell..

Many thanks for reply..

37
Discussion & Troubleshooting / custom footer page
« on: February 19, 2011, 01:24:07 PM »
Hi i want to have custom footer page..

i mean the default custom footer page is footer.html

and i want to have footer2.html.

how to do that??

any ideas?

38
Discussion & Troubleshooting / Re: question about SMF integration
« on: February 19, 2011, 12:18:23 PM »
i guess i can live with that as long as i remove the authority of changing password from SMF side. so users will only be able to change password from here 4images :-)

39
Chit Chat / Review my website.
« on: February 19, 2011, 12:14:23 PM »
Hi.. i have been working little bit on my site..and to be honest i got most of help and support from here forums.. i wouldn't be able to go this far..

So here is my site.. and still working on it..

www.cusitlibrary.com

so what do you think of my website..?  whats kool and what is missing and what should be edited or some thing..

My biggest hero here on this forum who helped me with most of my problems with 4images is V@no.. he helped alot.. and rest members are awesome..really helpful forum.. :-)
when officially i will introduce my site to my university i will put 4images pic in footer with a link back to 4images...

Many THanks for support.. Please Review my site..

40
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: February 18, 2011, 09:53:42 PM »
Screenshot:
....

i want to do like this..how to make my tooltip looks pretty like this??

41
Discussion & Troubleshooting / Re: question about SMF integration
« on: February 18, 2011, 09:15:30 PM »
so if someone changes password on 4images side..it will also automatically will be changed on smf side too..or he/she will have to use change password manually on smf side. ?

42
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: February 18, 2011, 03:41:16 PM »
how to download?? not able to download the file from the given link?

43
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: February 17, 2011, 07:48:28 PM »
  "user_avatar_header" => ($config['avatar_use']) ? "<img src=\"".TEMPLATE_PATH."/avatars/".(($user_info['user_avatar'] == "") ? "blank.gif" $user_info['user_avatar'])."\" name=\"new\" width=\"100\" height=\"100\" border=\"0\" alt=\"\">" "",


Awesome..its working great sir..Many thanks.. just needed to change the name too cuz when in control panel i did selected a avatar the change was appearing on top..so i changed the name field from icons to new.. and its working fine..

Many Many Many THanks..you are the boss..Superb Thanks..

Kind Regards
Haider

44
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: February 17, 2011, 07:33:46 PM »
i added that to page_header..  but it only shows default avatar i mean blank.gif.. it dont show the avatar in use??

i added in

$site_template
->register_vars(array(


is there something im missing?

45
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: February 17, 2011, 01:21:44 PM »
so will it work if i do like this..

www.cusitlibrary.com is my library. and i want to have forum on
www.cusitlibrary.com/forum

it can work like this..and is it working with smf latest version??

Pages: 1 2 [3] 4 5 6 7 ... 11